Home
last modified time | relevance | path

Searched refs:never (Results 1 – 25 of 119) sorted by relevance

12345

/vim-8.2.3635/src/
H A Dinstall-sh151 -T) is_target_a_directory=never;;
277 if test "$is_target_a_directory" = never; then
H A Dosdef1.h.in35 #ifndef ferror /* let me say it again: "macros should never have prototypes" */
H A Djob.c338 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 Dldapconf.vim156 \ never
285 \ never
H A Dpsl.vim37 syn keyword pslOperator never next next! next_a next_a! next_e next_e! next_event next_event! next_…
H A Dupstart.vim57 syn keyword upstartOption never
H A Dexpect.vim75 " Are these really comments in Expect? (I never use it, so I'm just guessing).
H A Dgpg.vim70 \ list-only lock-multiple lock-never lock-once
H A Dlftp.vim27 syn keyword lftpInterval contained infinity inf never forever
H A Dlscript.vim8 " It's not too brilliant given that a) I've never written a syntax.vim file before
H A Dapache.vim80 syn keyword apacheOption always never searching finding
/vim-8.2.3635/runtime/keymap/
H A Dkana.vim274 " 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 Ddelek.vim14 " Note: we never set 'term' because the defaults for B&W terminals are OK
/vim-8.2.3635/runtime/indent/
H A Djava.vim137 " Below a line starting with "}" never indent more. Needed for a method
H A Drust.vim16 " Don't think cinwords will actually do anything at all... never mind
/vim-8.2.3635/
H A DREADME_VIM9.md20 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 Dos_390.txt59 Note: Seen with Vim 6.*, never tested since.
H A Dusr_42.txt135 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 Dtabpage.txt155 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 Dusr_08.txt483 0 never
512 You will have noticed that windows never overlap. That means you quickly run
H A Dxxd.man121 xxd -r never generates parse errors. Garbage is silently skipped.
H A Dwindows.txt118 '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 Dtest_fnamemodify.vim92 " :e never includes the whole filename, so "a.b":e:e:e --> "b"
H A Dtest_channel.vim65 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 Dtest_trycatch.vim18 " 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'

12345