| /vim-8.2.3635/src/testdir/ |
| H A D | test_matchfuzzy.vim | 34 " preference for leading letter match 38 " non-matching leading letter(s) penalty 120 " preference for leading letter match 179 " preference for leading letter match 185 " non-matching leading letter(s) penalty 225 " preference for leading letter match
|
| H A D | test_system.vim | 26 " On OS/X we get leading spaces 33 " On OS/X we get leading spaces
|
| H A D | test_cscope.vim | 53 \ 'cs find 1 test_mf_hash'] " leading space ignored. 146 " Test: leading whitespace is not removed for cscope find text
|
| H A D | test_textobjects.vim | 157 " copy the tag block from leading indentation before the start tag 464 " Test for das - removes leading whitespace
|
| H A D | test_ex_mode.vim | 20 let ret = @:[1:] " Remove leading quote.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | msmessages.vim | 43 " Comments are converted to C source (by removing leading ;) 79 "hexadecimal floating point number, optional leading digits, with dot, with exponent 81 "hexadecimal floating point number, with leading digits, optional dot, with exponent
|
| H A D | gretl.vim | 36 " identifier with leading letter and optional following keyword characters 39 " Variable with leading $
|
| H A D | ada.vim | 120 " Section: Identify leading numeric signs {{{1 237 " capabilities so that we won't match leading spaces.
|
| H A D | flexwiki.vim | 94 " Eight spaces at the beginning of the line is equivalent to the leading tab.
|
| H A D | eviews.vim | 32 " identifier with leading letter and optional following keyword characters
|
| H A D | jproperties.vim | 89 " properties tend to ignore leading whitespace on all lines of a multi-line
|
| H A D | vera.vim | 168 "hexadecimal floating point number, optional leading digits, with dot, with exponent 170 "hexadecimal floating point number, with leading digits, optional dot, with exponent
|
| H A D | sgml.vim | 117 " use matchgroup=sgmlTag to skip over the leading '<'
|
| /vim-8.2.3635/runtime/pack/dist/opt/justify/plugin/ |
| H A D | justify.vim | 43 " Negative values: Keep current amount of leading whitespace. 44 " Positive values: Indent all lines with leading whitespace using this 67 " If the line, adjusted for space runs and leading/trailing whitespace, 255 " Trim trailing, leading and running whitespace
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 90vttest_01-movement-4.test | 1 # Test of leading zeroes in ESC sequences
|
| H A D | 02parser.test | 86 !CSI leading zero
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | python.vim | 19 " For imports with leading .., append / and replace additional .s with ../ 23 " For imports with a single leading ., replace it with ./
|
| H A D | j.vim | 23 " last path component. Also strip off leading folder names like "~addons/".
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | remote.txt | 93 meaning of the leading plus): > 159 See also the explanation of |CTRL-\_CTRL-N|. Very useful as a leading key
|
| H A D | usr_26.txt | 95 number, because there is a leading zero. This notation is often used in C 96 programs. If you do not want a number with leading zeros to be handled as
|
| H A D | change.txt | 151 commands, except "gJ", delete any leading white space on the next line. If 434 For decimals a leading negative sign is considered for incrementing/ 438 For numbers with leading zeros (including all octal and hexadecimal numbers), 443 leading zeros are removed to avoid that the result may be recognized as an 446 Note that when 'nrformats' includes "octal", decimal numbers with leading 449 Note similarly, when 'nrformats' includes "bin", binary numbers with a leading 1590 {string}, so do not include leading or trailing blanks unless the blanks are a 1874 One leading '-' is included in the number. 1884 match). A leading "0x" or "0X" is ignored. 1885 One leading '-' is included in the number. [all …]
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | ruby.vim | 165 " Regex that describes a leading operator (only a method call's dot for now) 422 " If the current line starts with a leading operator, add a level of indent. 528 " If the previous line started with a leading operator, use its MSL's level 776 " If the current line starts with a leading operator, keep its indent
|
| H A D | mp.vim | 145 " being a leading `else[if]`, which is counted as an opening tag, but not as 164 let [c, i] = [0, matchend(a:line, '^\s*\<else\%[if]\>')] " Skip a leading else[if]
|
| /vim-8.2.3635/src/ |
| H A D | INSTALLvms.txt | 231 define/nolog VIM device:[leading-path-here.vim] 246 Please note, that leading "," are valuable for MMS/MMK syntax.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | xmlformat.vim | 119 " Return item trimmed from leading whitespace {{{1
|