| /vim-8.2.3635/runtime/indent/ |
| H A D | html.vim | 285 let s:block = 0 " assume starting outside of a block 298 let s:block = b:hi_newstate.block 300 if s:block == 3 303 let b:hi_newstate.block = s:block 317 if s:block != 0 328 if s:block != 0 345 if s:block != 0 350 let s:block = a:ind " block type 362 let s:block = 0 461 if has_key(b:hi_indent, 'block') && b:hi_indent.block > 5 [all …]
|
| H A D | ada.vim | 24 " Combine the two large block-indent functions into one? 53 " Try to find indent of the block we're in 56 " blockstart = expr. that indicates a possible start of this block 58 " No recursive previous block analysis: simply look for a valid line 95 " Try to find indent of the block we're in (and about to complete), 96 " including handling of nested blocks. Works on the 'end' of a block. 99 " blockstart = expr. that indicates a possible start of this block 100 " blockend = expr. that indicates a possible end of this block 161 " aggregate (e.g., procedure args.) or first line after a block start. 251 " Check current line; search for simplistic matching start-of-block [all …]
|
| H A D | sas.vim | 29 " Regex that captures the start of a control block (anything inside a section) 31 " Regex that captures the end of a control block (anything inside a section) 72 " Previous non-blank line contains the start of a macro/section/block 73 " while not the end of a macro/section/block (at the same line) 107 " Re-adjust if current line is the end of a block 108 " while not the beginning of a block (at the same line) 109 " Returning the indent of previous block start directly
|
| H A D | teraterm.vim | 42 " previous line opened a block 46 " previous line opened a block 50 " this line closed a block
|
| H A D | vhdl.vim | 19 setlocal indentkeys+==~case,=~loop,=~for,=~generate,=~record,=~units,=~process,=~block,=~function,=… 211 " keywords: "architecture", "block", "entity", "function", "generate", "procedure", "process" 212 … let s2 = s:NC.s:NE.'\<\%(architecture\|block\|entity\|function\|generate\|procedure\|process\)\>' 257 …" keywords: "architecture", "block", "configuration", "entity", "function", "package", "procedure"… 258 …if curs =~? '^\s*\<is\>' && prevs =~? s:NC.s:NE.'\<\%(architecture\|block\|configuration\|entity\|… 281 " keywords: "block", "process" 284 if prevs =~? s:NC.s:NE.'\<\%(block\|process\)\>' 332 …" keywords: "else", "elsif", "end" + "block", "for", "function", "generate", "if", "loop", "proced… 334 let s5 = 'block\|for\|function\|generate\|if\|loop\|procedure\|process\|record\|units'
|
| H A D | mma.vim | 51 " block... TODO - fix this with indentkeys? 56 " if this line had unmatched closing block, 57 " indent to the matching opening block
|
| H A D | verilog.vim | 97 if vverb | echo vverb_str "Indent after a block statement." | endif 105 echo vverb_str "Indent after function/task block statement." 131 " De-indent for the end of one-line block 178 " De-indent on the end of the block 184 if vverb | echo vverb_str "De-indent the end of a block." | endif
|
| H A D | systemverilog.vim | 83 if vverb | echo vverb_str "Indent after a block statement." | endif 95 echo vverb_str "Indent after function/task/class block statement." 129 " De-indent for the end of one-line block 175 " De-indent on the end of the block 183 if vverb | echo vverb_str "De-indent the end of a block." | endif
|
| H A D | dylan.vim | 14 setlocal indentkeys+==~begin,=~block,=~case,=~cleanup,=~define,=~end,=~else,=~elseif,=~exception,=~… 48 …if prevline =~? '\(^\s*\(begin\|block\|case\|define\|else\|elseif\|for\|finally\|if\|select\|unles… 78 …if curr_str =~? '^\s*\(begin\|block\|case\|define\|else\|elseif\|for\|finally\|if\|select\|unless\…
|
| H A D | nsis.vim | 71 " previous line opened a block 75 " this line closed a block 82 " this line closed a block
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | visual.txt | 51 *visual-block* 240 ib inner () block |v_ib| 242 iB inner {} block |v_iB| 246 i< inner <> block |v_i<| 248 i[ inner [] block |v_i[| 272 I block insert |v_b_I| 273 A block append |v_b_A| 314 of block on every line of the block, provided that the line extends into the 321 block on every line of the block. There is some differing behavior where the 346 Visual-block Shift *v_b_>* [all …]
|
| H A D | usr_10.txt | 17 |10.5| Visual block mode 380 *10.5* Visual block mode 395 left of the visual block. You start by pressing CTRL-V to enter visual block 419 If the block spans short lines that do not extend into the block, the text is 428 ^^^^ selected block 461 The Visual block "c" command deletes the block and then throws you into Insert 463 line in the block. 485 block really matters. 488 Other commands that change the characters in the block: 507 block, check out the 'virtualedit' feature in chapter 25. [all …]
|
| H A D | motion.txt | 614 a< "a <> block", select [count] <> blocks, from the 678 For non-block objects: 686 For a block object: 687 The operator applies to the block where the cursor is in, or the block 699 area the cursor is. For the block objects the block is extended one 714 "dib" delete inner '(' ')' block *dib* 715 "dab" delete a '(' ')' block *dab* 718 "diB" delete inner '{' '}' block *diB* 719 "daB" delete a '{' '}' block *daB* 886 be able to define the block). [all …]
|
| /vim-8.2.3635/src/ |
| H A D | syntax.c | 1052 FOR_ALL_SYNSTATES(block, p) in syn_stack_free_block() 1054 VIM_CLEAR(block->b_sst_array); in syn_stack_free_block() 1055 block->b_sst_first = NULL; in syn_stack_free_block() 1056 block->b_sst_len = 0; in syn_stack_free_block() 1198 block->b_sst_first = np; in syn_stack_apply_changes_block() 1299 block->b_sst_firstfree = p; in syn_stack_free_entry() 1300 ++block->b_sst_freecount; in syn_stack_free_entry() 3534 syn_clear_pattern(block, i); in syntax_clear() 3539 syn_clear_cluster(block, i); in syntax_clear() 3610 synblock_T *block, in syn_remove_pattern() argument [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_visual.vim | 475 " Test for 'p'ut in visual block mode 737 " Test shift-right of a block 739 " Test shift-left of a block 741 " Test block-insert 743 " Test block-replace 745 " Test block-change 763 " Test block insert with a short line that ends before the block 1027 " Test cursor position. When ve=block and Visual block mode and $gj 1030 set virtualedit=block 1236 :set ve=block [all …]
|
| H A D | test_increment.vim | 221 " 2) Ctrl-A on visually block selected region (cursor at end) 281 " 11) visually block selected indented lines 288 " 1) g Ctrl-A on block selected indented lines 346 " 14) redo in block mode 361 " 15) block select single numbers 405 " 17) block-wise increment and redo 414 " 1) Ctrl-V j $ on first block, afterwards '.' on second 484 " 21) block-wise increment on part of hexadecimal 506 " 2) Ctrl-A on visually block selected region (cursor at end) 521 " 23) block-wise increment on part of binary [all …]
|
| H A D | test_recover.vim | 170 call assert_match('Unable to read block 0 from .Xfile1.swp', msg) 249 " set the number of pointers in a pointer block to zero 258 " set the block number in a pointer entry to a negative number 271 " clear the data block ID 280 " set the number of lines in the data block to zero 294 " use an invalid text start for the lines in a data block 307 " use an incorrect text end (db_txt_end) for the data block 317 " remove the data block
|
| H A D | test_textobjects.vim | 157 " copy the tag block from leading indentation before the start tag 163 " copy the tag block from the end tag 169 " copy the outer tag block from a tag without an end tag 208 " selecting a tag block in an non-empty blank line should fail 587 " Test for i(, i<, etc. when cursor is in front of a block 591 " i< and a> when cursor is in front of a block 598 " 2i(, 3i( in front of a block enters second/third nested '(' 607 " 3i( in front of a block doesn't enter third but un-nested '('
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 9 …block-size border border-block-end border-block-end-color border-block-end-style border-block-end-… 170 elseif prop =~ 'border\%(-top\|-right\|-bottom\|-left\|-block-start\|-block-end\)\?$' 181 elseif prop =~ 'border-\%(top\|right\|bottom\|left\|block-start\|block-end\)-color' 183 elseif prop =~ 'border-\%(top\|right\|bottom\|left\|block-start\|block-end\)-style' 185 elseif prop =~ 'border-\%(top\|right\|bottom\|left\|block-start\|block-end\)-width' 253 …let values = ["inline", "block", "list-item", "inline-list-item", "run-in", "inline-block", "table… 344 …elseif prop =~ 'margin-\%(right\|left\|top\|bottom\|block-start\|block-end\|inline-start\|inline-e… 352 elseif prop == '\%(max\|min\)-\%(block\|inline\)-size' 393 … prop =~ 'padding-\%(top\|right\|bottom\|left\|inline-start\|inline-end\|block-start\|block-end\)$' 621 …-resolution", "resolution", "scan", "grid", "update-frequency", "overflow-block", "overflow-inline…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | gift.vim | 57 …-}\(\_^\|[^\\]\)\ze\(=\|\~\|#\|####\|}\)" contained contains=giftF "Feedback block 60 …_^\|[^\\]\)\ze}" contained contains=giftGF "General feedback block 76 …0-9]\{1,2}\.\?[0-9]*%" contained contains=giftWeight "Weight block 87 …\_^\|[^\\]\)\ze\(=\|\~\|####\|}\)" contained contains=giftMatch "Match choice block 117 ….*\n\+" contains=giftCategory "Category block 125 …(\\]\|[^][:cntrl:]]\)\+]" contained contains=giftId "Id block 128 …(\\]\|[^]<>`[:cntrl:]]\)\+]" contained contains=giftTag "Tag block 142 "The above plus feedback block 145 "The above plus weight block
|
| H A D | rst.vim | 152 " properly the case of a literal block: 156 " this is a literal block 176 …\ start=+\%(sourcecode\|code\%(-block\)\=\)::\s*\(\S*\)\?\s*\n\%(\s*:.*:\s*.*\s*\n\)*\n\ze\z(\s\+\… 200 " will both be highlighted as C++ code. As shown by the latter block 233 … \.' start="\c\%(sourcecode\|code\%(-block\)\=\)::\s\+'.s:alias_pattern.'\_s*\n\ze\z(\s\+\)"'
|
| /vim-8.2.3635/src/po/ |
| H A D | en_GB.po | 463 msgid "E293: block was not locked" 467 msgid "E298: Didn't get block nr 0?" 468 msgstr "E298: Did not get block nr 0?" 470 msgid "E298: Didn't get block nr 1?" 471 msgstr "E298: Did not get block nr 1?" 473 msgid "E298: Didn't get block nr 2?" 474 msgstr "E298: Did not get block nr 2?" 481 msgid "E317: pointer block id wrong 3" 485 msgid "E317: pointer block id wrong 4" 489 msgid "E317: pointer block id wrong" [all …]
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | vhdl.vim | 47 \ s:notend.'\<block\>:\<end\s\+block\>,'. 76 " keywords: "architecture", "block", "configuration", "component", "entity", "function", "package",… 77 let b:vhdl_explore = '\%(architecture\|block\|configuration\|component\|entity\|function\|package\|…
|
| H A D | hog.vim | 24 …\ 'dynamicengine\\|dynamicdetection\\|activate\\|alert\\|drop\\|block\\|dynamic\\|log\\|pass\\|rej… 33 \ '\|activate\|alert\|drop\|block\|dynamic\|log\|pass\|reject' .
|
| /vim-8.2.3635/src/proto/ |
| H A D | syntax.pro | 4 void syn_stack_free_all(synblock_T *block); 9 void syntax_clear(synblock_T *block);
|