Home
last modified time | relevance | path

Searched refs:parts (Results 1 – 25 of 72) sorted by relevance

123

/vim-8.2.3635/runtime/ftplugin/
H A Ddebchangelog.vim364 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 Dusr_01.txt22 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 Duganda.txt30 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 Dusr_12.txt107 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 Ddebugger.txt55 highlights let the user keep track of certain parts of the state of the
H A Dmlang.txt50 Without argument all parts of the locale are printed
H A Dvim9.txt1578 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 Dterminal.txt488 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 Dusr_44.txt496 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 Dusr_09.txt102 This removes the 'T' flag from the 'guioptions' option. Other parts of the
/vim-8.2.3635/src/testdir/
H A Dtest_matchadd_conceal.vim369 " 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 Dterm_util.vim52 " parts of line 2 and 3 on the display)
/vim-8.2.3635/
H A DLICENSE5 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 DREADME.txt5 The name of the file consists of these parts:
/vim-8.2.3635/runtime/syntax/
H A Dhastepreproc.vim4 " Credits: some parts have been taken from vhdl, verilog, and C syntax
H A Drobots.vim3 " Robots.txt files indicate to WWW robots which parts of a web site should not be accessed.
H A Dgretl.vim22 " floating point number with integer and fractional parts and optional exponent
H A Dhaste.vim4 " Credits: some parts have been taken from vhdl, verilog, and C syntax
H A Deviews.vim24 " floating point number with integer and fractional parts and optional exponent
H A Ddtml.vim151 syn keyword dtmlMethod objectItems objectValues oct OPTIONS ord paretovariate parts pCommon contain…
/vim-8.2.3635/runtime/spell/bg/
H A Dbg_BG.diff48 + # the other parts of the bgoffice project.
/vim-8.2.3635/src/libvterm/t/
H A D02parser.test145 !OSC in parts
/vim-8.2.3635/runtime/spell/
H A DREADME.txt81 3. Include needed parts from the aspell phonetic dictionary to the aff files. For
/vim-8.2.3635/runtime/indent/
H A Dawk.vim46 " number of possibilities later on in the difficult parts
/vim-8.2.3635/runtime/autoload/
H A Dphpcomplete.vim1421 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 …]

123