| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | debchangelog.vim | 364 let parts = matchlist(line, '^\s*\(#\S\+\)\s*-\s*\(.*\)$') 366 if parts[1] !~ '^' . a:base 370 let completion['word'] = parts[1] 371 let completion['menu'] = parts[2] 372 let completion['info'] = parts[0]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_01.txt | 22 The Vim documentation consists of two parts: 36 The text contains hyperlinks between the two parts, allowing you to quickly 175 Publication License applies to this book. Only selected parts are included
|
| H A D | uganda.txt | 30 unmodified parts of Vim, likewise unrestricted except that they must 101 sources, parts of it or from a modified version. You may use this
|
| H A D | usr_12.txt | 107 Let's break this down in parts. Obviously it starts with a substitute 124 They refer to the text matched by the "\( \)" parts in the pattern. "\2"
|
| H A D | debugger.txt | 55 highlights let the user keep track of certain parts of the state of the
|
| H A D | mlang.txt | 50 Without argument all parts of the locale are printed
|
| H A D | vim9.txt | 1578 as before, but some parts do not. A new way to define a function was 1634 the well-known parts of legacy Vim script. 1645 just want to take those parts that we can use for Vim and we expect Vim users 1649 parts" and read the "Things to avoid" section. 1725 punctuation, but it actually makes it easier to recognize the parts of a
|
| H A D | terminal.txt | 488 The parts are separated by a line of equals. 525 Using the "s" key the top and bottom parts are swapped. This 1067 src/testdir/test_syntax.vim. The main parts are: 1129 This will open a window consisting of three parts:
|
| H A D | usr_44.txt | 496 This makes the C parts of the C++ syntax be defined like for C files. If you 506 Now consider the Perl language. A Perl script consists of two distinct parts:
|
| H A D | usr_09.txt | 102 This removes the 'T' flag from the 'guioptions' option. Other parts of the
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_matchadd_conceal.vim | 369 " Are the concealed parts of the current line really hidden? 374 " parts of the current line? 399 " Are the concealed parts of the current line really hidden?
|
| H A D | term_util.vim | 52 " parts of line 2 and 3 on the display)
|
| /vim-8.2.3635/ |
| H A D | LICENSE | 5 unmodified parts of Vim, likewise unrestricted except that they must 76 sources, parts of it or from a modified version. You may use this
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | README.txt | 5 The name of the file consists of these parts:
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | hastepreproc.vim | 4 " Credits: some parts have been taken from vhdl, verilog, and C syntax
|
| H A D | robots.vim | 3 " Robots.txt files indicate to WWW robots which parts of a web site should not be accessed.
|
| H A D | gretl.vim | 22 " floating point number with integer and fractional parts and optional exponent
|
| H A D | haste.vim | 4 " Credits: some parts have been taken from vhdl, verilog, and C syntax
|
| H A D | eviews.vim | 24 " floating point number with integer and fractional parts and optional exponent
|
| H A D | dtml.vim | 151 syn keyword dtmlMethod objectItems objectValues oct OPTIONS ord paretovariate parts pCommon contain…
|
| /vim-8.2.3635/runtime/spell/bg/ |
| H A D | bg_BG.diff | 48 + # the other parts of the bgoffice project.
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 02parser.test | 145 !OSC in parts
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | README.txt | 81 3. Include needed parts from the aspell phonetic dictionary to the aff files. For
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | awk.vim | 46 " number of possibilities later on in the difficult parts
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 1421 let classname_candidate = parts[-1] 2361 if len(parts) > 0 2363 \ 'line': parts[0], 2365 \ 'name': get(parts, 2, ''), 2366 \ 'description': get(parts, 3, '')}) 2382 if len(parts) > 0 2384 \ 'line': parts[0], 2386 \ 'description': get(parts, 3, '')}) 2402 if len(parts) > 0 2404 \ 'line': parts[0], [all …]
|