Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 25 of 73) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Dtest_filechanged.vim18 call assert_equal('changed', g:reason)
23 let g:reason = ''
25 call assert_equal('', g:reason)
29 let g:reason = ''
31 call assert_equal('deleted', g:reason)
38 let g:reason = ''
46 let g:reason = ''
48 call assert_equal('mode', g:reason)
55 let g:reason = ''
57 call assert_equal('time', g:reason)
[all …]
H A Dtest_iminsert.vim94 throw 'Skipped: works only in Win32 GUI version (for some reason)'
H A Dtest_vimscript.vim2119 " Test 35: :finally reason discarded by :break {{{1
2193 " Test 36: :finally reason discarded by :return {{{1
2265 " Test 37: :finally reason discarded by :finish {{{1
2541 " Test 40: :finally reason discarded by :throw {{{1
4817 func F(reason, n) abort argument
4822 if a:reason == "error"
4824 elseif a:reason == "interrupt"
4826 elseif a:reason == "throw"
4828 elseif a:reason == "aborting error"
4839 func G(reason, n) argument
[all …]
/vim-8.2.3635/src/
H A Dfileio.c4046 char *reason; in buf_check_timestamp() local
4125 reason = "deleted"; in buf_check_timestamp()
4127 reason = "conflict"; in buf_check_timestamp()
4134 reason = "changed"; in buf_check_timestamp()
4136 reason = "mode"; in buf_check_timestamp()
4138 reason = "time"; in buf_check_timestamp()
4161 if (STRCMP(s, "reload") == 0 && *reason != 'd') in buf_check_timestamp()
4171 if (*reason == 'd') in buf_check_timestamp()
4183 if (reason[2] == 'n') in buf_check_timestamp()
4188 else if (reason[1] == 'h') in buf_check_timestamp()
[all …]
H A Dgui_xmebw.c811 call_value.reason = (int)XmCR_ARM; in Enter()
888 call_value.reason = (int)XmCR_DISARM; in Leave()
H A DINSTALL171 If you are sure you have GTK installed, but for some reason configure says you
H A Dmain.c1085 state_no_longer_safe(char *reason UNUSED) in state_no_longer_safe()
1089 ch_log(NULL, "SafeState: reset: %s", reason); in state_no_longer_safe()
/vim-8.2.3635/src/proto/
H A Dmain.pro7 void state_no_longer_safe(char *reason);
/vim-8.2.3635/runtime/keymap/
H A Dhebrewp_cp1255.vim5 " pressing Ctrl-^ and eliminating this map, I saw no reason to try to use
H A Dhebrew_cp1255.vim4 " pressing Ctrl-^ and eliminating this map, I saw no reason to try to use
/vim-8.2.3635/runtime/ftplugin/
H A Djulia.vim37 " using \? puts the cursor on 'struct' instead of 'mutable' for some reason
/vim-8.2.3635/runtime/doc/
H A Dquotes.txt181 The reason WHY I don't have this amazingly useful macro anymore, is that I
237 the reason that I can state that Vim is the best! (Ferenc Deak, Hungary)
H A Dpi_zip.txt75 If for some reason you do not wish to use vim to examine zipped files,
H A Dpi_tar.txt70 If for some reason you do not wish to use vim to examine tar'd files,
H A Dpi_vimball.txt157 If for some reason you don't want to be able to extract plugins
H A Ddevelop.txt50 crashing, etc.). Those will only be included when someone has a good reason
233 consider using the Vim version, because they were introduced with a reason.
H A Dusr_31.txt257 If for some reason you don't want to use the normal gvimrc file, you can
H A Drecover.txt106 changed, not when you only moved around. The reason why it is not kept up to
/vim-8.2.3635/runtime/syntax/
H A Dabap.vim161 " An error? Not strictly... but cannot think of reason this is intended.
H A Ddoxygen.vim75 …" This helps with sync-ing as for some reason, syncing behaves differently to a normal region, and…
109 …" This helps with sync-ing as for some reason, syncing behaves differently to a normal region, and…
H A Dkconfig.vim63 " FIXME: There is – probably – no reason to cluster these instead of just
/vim-8.2.3635/runtime/plugin/
H A DnetrwPlugin.vim132 " Jul 13, 2021: for whatever reason, preceding the following call with
H A Dtohtml.vim174 " with conditional comments to prevent copying it, IE for some reason likes
/vim-8.2.3635/runtime/indent/
H A Dfalcon.vim47 " The reason is that the pipe matches a hanging "|" operator.
/vim-8.2.3635/src/xdiff/
H A DCOPYING85 are the reason we use the ordinary General Public License for many
375 infringement or for any other reason (not limited to patent issues),

123