| /vim-8.2.3635/runtime/syntax/ |
| H A D | indent.vim | 43 syn keyword indentOptions -bacc --blank-lines-after-ifdefs 49 \ -bc --blank-lines-after-commas 52 \ -bl --braces-after-if-line 63 \ -cs --space-after-cast 87 \ -ncs --no-space-after-casts 101 \ -nsaf --no-space-after-for 102 \ -nsai --no-space-after-if 103 \ -nsaw --no-space-after-while 116 \ -saf --space-after-for 117 \ -sai --space-after-if [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_startup.vim | 22 " 3. plugins in after directories 36 let after =<< trim [CODE] 56 if RunVim(before, after, '') 92 let after = [ 137 let after =<< trim [CODE] 143 if RunVim([], after, '-C') 148 if RunVim([], after, '-N') 159 let after =<< trim [CODE] 237 let after =<< trim [CODE] 380 if RunVim([], after, '') [all …]
|
| H A D | test_exit.vim | 6 let after =<< trim [CODE] 12 if RunVim([], after, '') 17 let after =<< trim [CODE] 25 if RunVim([], after, '') 30 let after =<< trim [CODE] 38 if RunVim([], after, '') 44 let after =<< trim [CODE] 57 if RunVim([], after, '') 65 let after =<< trim [CODE] 78 if RunVim([], after, '')
|
| H A D | test_memory_usage.vim | 82 " just after it finishes. 100 let after = s:monitor_memory_usage(vim.pid) 104 call assert_inrange(before * 97 / 100, 2 * before, after.max) 109 let lower = after.last * 97 / 100 110 let upper = after.last * 105 / 100 111 call assert_inrange(lower, upper, after.max) 119 " free until garbage collector runs, but after that memory usage doesn't 138 let after = s:monitor_memory_usage(vim.pid) 157 let upper = (after.max + (after.last - before)) * multiplier / 10
|
| H A D | test_balloon.vim | 21 " Use <Ignore> after <MouseMove> to return from vgetc() without removing 33 " Check that the balloon shows up after a mouse move 40 " Make sure the balloon still shows after 'updatetime' passed and CursorHold 51 " Use <Ignore> after <MouseMove> to return from vgetc() without removing 58 " Check that the balloon shows up after a mouse move
|
| H A D | test_startup_utf8.vim | 14 let after = [ 23 if RunVimPiped(before, after, '-', pipecmd) 49 let after = [ 53 if RunVim(before, after, '<(cat Xtestin)')
|
| H A D | test_backup.vim | 11 " backup file is only created after 28 " backup file is only created after 44 " backup file is only created after 64 " backup file is only created after
|
| H A D | test_bench_regexp.vim | 10 let after = ['call search("' .. escape(a:pattern, '\\') .. '", "", "", 10000)'] 11 let after += ['quit!'] 13 call RunVim(before, after, args)
|
| H A D | shared.vim | 138 throw 'WaitFor() timed out after ' . timeout . ' msec' 304 " "after" is a list of Vim commands to be executed after loading plugins. 307 func RunVim(before, after, arguments) argument 308 return RunVimPiped(a:before, a:after, a:arguments, '') 311 func RunVimPiped(before, after, arguments, pipecmd) argument 318 if len(a:after) > 0 319 call writefile(a:after, 'Xafter.vim') 331 if len(a:after) > 0
|
| H A D | test_vim9_expr.vim | 148 # check after failure eval_flags is reset 171 let msg = "White space required before and after '?'" 182 let msg = "White space required before and after ':'" 240 var msg = "White space required before and after '??'" 374 var msg = "White space required before and after '||'" 507 var msg = "White space required before and after '&&'" 1066 let msg = "White space required before and after '>'" 1393 let msg = "White space required before and after '+'" 1398 let msg = "White space required before and after '-'" 1605 let msg = "White space required before and after '*'" [all …]
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | systemverilog.vim | 72 echo vverb_str "De-indent after a multiple-line comment." 75 " Indent after if/else/for/case/always/initial/specify/fork blocks 85 " Indent after function/task/class/package/sequence/clocking/ 95 echo vverb_str "Indent after function/task/class block statement." 99 " Indent after module/function/task/specify/fork blocks 103 echo vverb_str "Indent after module statement." 109 echo vverb_str "Indent after a multiple-line module statement." 113 " Indent after a 'begin' statement 121 " Indent after a '{' or a '(' 168 echo vverb_str "Indent after a `ifdef or `else statement." [all …]
|
| H A D | verilog.vim | 13 " b:verilog_indent_modules : indenting after the declaration 84 echo vverb_str "De-indent after a multiple-line comment." 87 " Indent after if/else/for/case/always/initial/specify/fork blocks 99 " Indent after function/task/config/generate/primitive/table blocks 105 echo vverb_str "Indent after function/task block statement." 109 " Indent after module/function/task/specify/fork blocks 113 echo vverb_str "Indent after module statement." 119 echo vverb_str "Indent after a multiple-line module statement." 123 " Indent after a 'begin' statement 129 if vverb | echo vverb_str "Indent after begin statement." | endif [all …]
|
| H A D | erlang.vim | 102 call s:Log('new vcol after tab: '. vcol) 106 call s:Log('new vcol after other: '. vcol) 711 " Are we after a "-spec func() ...;" clause? 851 " try EXPR after BODY end 852 " try EXPR catch BRANCHES after BODY end 854 " try EXPR of BRANCHES after BODY end 857 " receive BRANCHES after BRANCHES end 899 call s:Log(' LTI is in a guard after ' . 924 " a catch/after/end, we didn't modify it. 1303 elseif token ==# 'of' || token ==# 'after' || [all …]
|
| H A D | ocaml.vim | 103 " Return double 'shiftwidth' after lines matching: 208 " Add a 'shiftwidth' after lines ending with: 212 " Back to normal indent after lines ending with ';;': 216 " Back to normal indent after lines ending with 'end': 220 " Back to normal indent after lines ending with 'in': 224 " Back to normal indent after lines ending with 'done': 228 " Back to normal indent after lines ending with '}' or '>}': 232 " Back to normal indent after lines ending with ']', '|]' or '>]': 236 " Back to normal indent after comments: 241 " Back to normal indent after lines ending with ')': [all …]
|
| H A D | cucumber.vim | 44 " line after feature heading 47 " line after examples heading 50 " line after background, scenario or outline heading 66 " line after a table, relative unindent
|
| H A D | elm.vim | 75 " Indent double shift after let with an empty rhs 93 " Add a 'shiftwidth' after lines ending with: 97 " Add a 'shiftwidth' after lines starting with type ending with '=': 101 " Back to normal indent after comments:
|
| H A D | eiffel.vim | 64 " Add a 'shiftwidth' after lines that start with an indent word 81 " Indent line after the first line of the function definition 91 " Subtract a 'shiftwidth', if this isn't the first thing after the 'is' 92 " or first thing after the 'do'
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | autocmd.txt | 287 |BufEnter| after entering a buffer 303 |OptionSet| after setting any option 338 |SourcePost| after sourcing a Vim script 349 |WinNew| after creating a new window 350 |TabNew| after creating a new tab page 351 |WinClosed| after closing a window 352 |TabClosed| after closing a tab page 353 |WinEnter| after entering another window 370 |ModeChanged| after changing the mode 397 |CompleteDone| after Insert mode completion is done, after clearing [all …]
|
| H A D | version7.txt | 3177 Patch 7.0.017 (after 7.0.014) 3377 Patch 7.0.051 (after 7.0.44) 3430 Patch 7.0.060 (after 7.0.51) 3540 Patch 7.0.076 (after 7.0.010) 3712 Patch 7.0.103 (after 7.0.101) 3893 Patch 7.0.132 (after 7.0.130) 3939 Patch 7.0.140 (after 7.0.134) 3968 Patch 7.0.145 (after 7.0.142) 4242 Patch 7.0.188 (after 7.0.186) 4594 Fixes after Vim 7.1a BETA: [all …]
|
| H A D | indent.txt | 70 ":" if you type ':' after a label or case statement 88 0 When a zero precedes the key (but appears after '!' or '*') Vim will 106 : Reindent a line when a ':' is typed which is after a label or case 173 nN Add N to the prevailing indent for a statement after an "if", 191 after the brace is put relative to this brace. (default 0). 269 statement after it in the same line. 307 hN Place statements occurring after a C++ scope declaration N 420 up with the next non-white character after the unclosed 981 Indent after an open paren: > 983 Indent after a nested paren: > [all …]
|
| H A D | version8.txt | 545 Patch 7.4.010 (after 7.4.006) 629 Patch 7.4.025 (after 7.4.019) 639 Patch 7.4.027 (after 7.4.025) 727 Patch 7.4.041 (after 7.4.034) 746 Patch 7.4.044 (after 7.4.039) 849 Patch 7.4.062 (after 7.4.061) 901 Patch 7.4.070 (after 7.4.069) 906 Patch 7.4.071 (after 7.4.069) 2417 string after an error. 28020 will be after the user's "after" directory. () [all …]
|
| H A D | motion.txt | 126 type by using "v", "V" or CTRL-V just after the operator. 156 position before and after the motion. 206 In Visual mode the cursor goes to just after the last 677 When used after an operator: 680 space after the object. If there is no white space after the object 893 applies, the position may be just after the Visual 950 ]` [count] times to lowercase mark after the cursor. 1196 % Find the next item in this line after or under the 1263 When no '}' is found after the cursor, this is an 1267 similar structured language). When not after the [all …]
|
| H A D | tabpage.txt | 64 Open a new tab page with an empty window, after the current 65 tab page. If [count] is given the new tab page appears after 67 after the current one. > 68 :tabnew " opens tabpage after the current one 70 :+tabnew " opens tabpage after the next tab page 74 :$tabnew " opens tabpage after the last one 91 If [count] is given the new tab page appears after the tab 92 page [count] otherwise the new tab page will appear after the 98 :+tab help " opens tab page with help after the next 104 :$tab help " opens tab page with help after the last [all …]
|
| H A D | version6.txt | 611 \%>23l match after line 23 2823 character just after the line. 3183 just after the character. 5278 Problem: Using "A" to append after a Visually selected block which is after 9424 Patch 6.1.453 (after 6.1.429) 9505 Patch 6.1.465 (after 6.1.454) 10033 Patch 6.2.014 (after 6.2.012) 10377 Patch 6.2.069 (after 6.2.064) 10383 Patch 6.2.070 (after 6.2.069) 10550 Patch 6.2.098 (after 6.2.097) [all …]
|
| /vim-8.2.3635/src/ |
| H A D | arglist.c | 351 int after, // where to add: 0 = before first one in alist_add_list() argument 360 if (after < 0) in alist_add_list() 361 after = 0; in alist_add_list() 362 if (after > ARGCOUNT) in alist_add_list() 363 after = ARGCOUNT; in alist_add_list() 364 if (after < ARGCOUNT) in alist_add_list() 365 mch_memmove(&(ARGLIST[after + count]), &(ARGLIST[after]), in alist_add_list() 366 (ARGCOUNT - after) * sizeof(aentry_T)); in alist_add_list() 372 ARGLIST[after + i].ae_fname = files[i]; in alist_add_list() 377 if (old_argcount > 0 && curwin->w_arg_idx >= after) in alist_add_list() [all …]
|