Searched refs:always (Results 1 – 25 of 330) sorted by relevance
12345678910>>...14
| /vim-8.2.3635/runtime/tools/ |
| H A D | ccfilter_README.txt | 50 <SEVERITY> is always 'e' (error) 51 <COL> is always '0' 54 <SEVERITY> is always 'e' (error) 55 <COL> is always '0' 66 <COL> is always '0' 73 <COL> is always '0' 77 <COL> is always '0'
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | README.txt | 20 The file name is always lower case. It is the full name as the ":language" 47 UTF-8 will always be possible. Other conversions depend on the iconv 48 library, which is not always available. 52 Other conversions may not always be available (e.g., between iso-8859-# and
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | verilog.vim | 87 " Indent after if/else/for/case/always/initial/specify/fork blocks 92 \ last_line =~ '^\s*\<\(always\|initial\)\>' || 134 \ last_line2 =~ '\<\(`\@<!if\|`\@<!else\|for\|always\|initial\)\>.*' . 137 \ '\(//\|/\*\).*\<\(`\@<!if\|`\@<!else\|for\|always\|initial\)\>' && 196 \ '\<\(`\@<!if\|`\@<!else\|for\|case\%[[zx]]\|always\|initial\)\>' ||
|
| H A D | systemverilog.vim | 75 " Indent after if/else/for/case/always/initial/specify/fork blocks 78 \ last_line =~ '^\s*\<\(always\|always_comb\|always_ff\|always_latch\)\>' || 132 …\ last_line2 =~ '\<\(`\@<!if\|`\@<!else\|for\|always\|initial\|do\|foreach\|forever\|final\)\>.*' . 134 …\ last_line2 !~ '\(//\|/\*\).*\<\(`\@<!if\|`\@<!else\|for\|always\|initial\|do\|foreach\|forever\|… 197 …\ '\<\(`\@<!if\|`\@<!else\|for\|case\%[[zx]]\|always\|initial\|do\|foreach\|forever\|randcase\|fin…
|
| H A D | pascal.vim | 57 " Line 0 always goes at column 0 106 " If the PREVIOUS LINE ended in these items, always indent 205 " If the PREVIOUS LINE ended in these items, always indent. 212 " rule where these words always go in column 1.
|
| /vim-8.2.3635/src/proto/ |
| H A D | drawscreen.pro | 4 void showruler(int always); 5 void win_redr_ruler(win_T *wp, int always, int ignore_pum);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_02.txt | 366 count always comes before the command it applies to. 408 Everything you always wanted to know can be found in the Vim help files. 553 8) Ex-commands always start with ":", so to go to the ":s" command help: > 565 always be written the same, e.g. Control will always be CTRL. 577 <CTRL-A>). Here the "g" stands for the normal command "g" which always 581 11) Regexp items always start with /. So to get help for the "\+" quantifier 588 12) Registers always start with "quote". To find out about the special ":" 602 Vim script functions always include the "()", so: > 620 16) Window management commands always start with CTRL-W, so you find the 669 23) Command-line switches always start with "-". So for the help of the -f [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | screendump.vim | 27 " Starting a terminal to make a screendump is always considered flaky. 50 " Must be a new screendump, always fail
|
| H A D | test_version.vim | 7 " version should always return the same string.
|
| /vim-8.2.3635/runtime/ |
| H A D | evim.vim | 30 set autoindent " always set autoindenting on 39 set mouse=a " always use the mouse
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | json.vim | 21 " Separated into a match and region because a region by itself is always greedy 30 " Separated into a match and region because a region by itself is always greedy 53 " Syntax: Strings should always be enclosed with quotes.
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | dot.vim | 11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
|
| H A D | neato.vim | 11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
|
| H A D | tcl.vim | 11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
|
| H A D | pyunit.vim | 11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
|
| H A D | pbx.vim | 11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
|
| H A D | bcc.vim | 11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
|
| H A D | fpc.vim | 11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
|
| H A D | zsh.vim | 11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
|
| H A D | xmlwf.vim | 14 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
|
| H A D | rubocop.vim | 11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
|
| H A D | xbuild.vim | 14 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
|
| H A D | jjs.vim | 11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
|
| H A D | dartfmt.vim | 11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
|
| H A D | dart.vim | 11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
|
12345678910>>...14