Home
last modified time | relevance | path

Searched refs:always (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/vim-8.2.3635/runtime/tools/
H A Dccfilter_README.txt50 <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 DREADME.txt20 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 Dverilog.vim87 " 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 Dsystemverilog.vim75 " 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 Dpascal.vim57 " 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 Ddrawscreen.pro4 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 Dusr_02.txt366 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 Dscreendump.vim27 " Starting a terminal to make a screendump is always considered flaky.
50 " Must be a new screendump, always fail
H A Dtest_version.vim7 " version should always return the same string.
/vim-8.2.3635/runtime/
H A Devim.vim30 set autoindent " always set autoindenting on
39 set mouse=a " always use the mouse
/vim-8.2.3635/runtime/syntax/
H A Djson.vim21 " 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 Ddot.vim11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
H A Dneato.vim11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
H A Dtcl.vim11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
H A Dpyunit.vim11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
H A Dpbx.vim11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
H A Dbcc.vim11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
H A Dfpc.vim11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
H A Dzsh.vim11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
H A Dxmlwf.vim14 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
H A Drubocop.vim11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
H A Dxbuild.vim14 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
H A Djjs.vim11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
H A Ddartfmt.vim11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
H A Ddart.vim11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal

12345678910>>...14