| /vim-8.2.3635/src/ |
| H A D | install-sh | 151 -T) is_target_a_directory=never;; 277 if test "$is_target_a_directory" = never; then
|
| H A D | osdef1.h.in | 35 #ifndef ferror /* let me say it again: "macros should never have prototypes" */
|
| H A D | job.c | 338 int never = FALSE; in get_job_options() local 342 never = TRUE; in get_job_options() 348 opt->jo_drop_never = never; in get_job_options()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ldapconf.vim | 156 \ never 285 \ never
|
| H A D | psl.vim | 37 syn keyword pslOperator never next next! next_a next_a! next_e next_e! next_event next_event! next_…
|
| H A D | upstart.vim | 57 syn keyword upstartOption never
|
| H A D | expect.vim | 75 " Are these really comments in Expect? (I never use it, so I'm just guessing).
|
| H A D | gpg.vim | 70 \ list-only lock-multiple lock-never lock-once
|
| H A D | lftp.vim | 27 syn keyword lftpInterval contained infinity inf never forever
|
| H A D | lscript.vim | 8 " It's not too brilliant given that a) I've never written a syntax.vim file before
|
| H A D | apache.vim | 80 syn keyword apacheOption always never searching finding
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | kana.vim | 274 " Small Hiragana: The prefix X is never pronounced. It is used as something 580 " Small Katakana: The prefix X is never pronounced. It is used as something
|
| /vim-8.2.3635/runtime/colors/ |
| H A D | delek.vim | 14 " Note: we never set 'term' because the defaults for B&W terminals are OK
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | java.vim | 137 " Below a line starting with "}" never indent more. Needed for a method
|
| H A D | rust.vim | 16 " Don't think cinwords will actually do anything at all... never mind
|
| /vim-8.2.3635/ |
| H A D | README_VIM9.md | 20 dictionaries for the arguments and local variables, is never going to be 93 languages such as Python, Perl, Lua, Tcl and Ruby. This never gained much
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_390.txt | 59 Note: Seen with Vim 6.*, never tested since.
|
| H A D | usr_42.txt | 135 The command from a separator will never be executed, but you have to define 354 There is a separate popup menu for each mode. Thus there are never grey
|
| H A D | tabpage.txt | 155 never abandoned, so changes cannot get lost. > 352 tab page labels to appear: never, when there is more than one tab page or
|
| H A D | usr_08.txt | 483 0 never 512 You will have noticed that windows never overlap. That means you quickly run
|
| H A D | xxd.man | 121 xxd -r never generates parse errors. Garbage is silently skipped.
|
| H A D | windows.txt | 118 'laststatus' = 0 never a status line 403 never abandoned, so changes cannot get lost. 615 'winminwidth'. These are hard values, a window will never become smaller. 683 never abandoned, so changes cannot get lost.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_fnamemodify.vim | 92 " :e never includes the whole filename, so "a.b":e:e:e --> "b"
|
| H A D | test_channel.vim | 65 let s:chopt.drop = 'never' 180 call ch_setoptions(handle, {'drop': 'never'}) 184 call assert_equal(0, ch_setoptions(test_null_channel(), {'drop' : 'never'})) 510 \ {'mode': 'raw', 'drop': 'never', 'noblock': 1}) 593 \ {'mode': 'raw', 'drop': 'never', 'noblock': 1}) 2040 \ {'mode': 'raw', 'drop': 'never', 'noblock': 1, 2060 \ {'mode': 'raw', 'drop': 'never', 'noblock': 0})
|
| H A D | test_trycatch.vim | 18 " inactive conditional should never be executed. 351 if 0 | throw 'never' | endif | Xpath 'b' 357 while 0 | throw 'never' | endwhile | Xpath 'e' 363 if 0 | try | throw 'never' | endtry | endif | Xpath 'h'
|