| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_32.txt | 5 The undo tree 9 change you create a branch in the undo tree. This text is about moving 14 |32.3| Jumping around the tree 49 make a new change. The new changes become a branch in the undo tree. 66 create a branch in the undo tree: 80 takes you to "me too". Thus undo and redo go up and down in the tree, using 90 when moving up in the tree, so that you know which change was just undone. 93 *32.3* Jumping around the tree 100 command to jump to below any change in the tree. 119 command. This moves back in time. Thus it doesn't walk the tree upwards or [all …]
|
| H A D | usr_toc.txt | 37 |usr_32.txt| The undo tree 278 |usr_32.txt| The undo tree 281 |32.3| Jumping around the tree
|
| H A D | undo.txt | 116 4. Undo branches *undo-branches* *undo-tree* 126 :undol[ist] List the leafs in the tree of changes. Example: 137 leaf from the root of the tree. 187 place at a time. This happens when moving through the undo tree and then 234 When unloading a buffer Vim normally destroys the tree of undos created for
|
| H A D | pi_netrw.txt | 1393 (use i until a tree display shows) 1466 One may specify a new tree top for tree listings using > 1475 changing the top of the tree listing. 2816 = 3: tree style listing 3199 2. Make the default listing style "tree" 3934 a file using tree mode, going up a 4049 tree 4081 * Fixed refresh (^L) for tree listings 4235 thin and tree modes 4291 tree directory implemented [all …]
|
| H A D | usr_29.txt | 100 These commands thus allow you to go down a call tree with CTRL-] and back 135 tree for tags files. Example: > 146 argument to search a whole directory tree: > 504 When working on a project with a whole nested tree of included files, the "**"
|
| H A D | usr_31.txt | 18 Next chapter: |usr_32.txt| The undo tree 270 Next chapter: |usr_32.txt| The undo tree
|
| H A D | usr_22.txt | 9 ways to browse the directory tree. There are commands to jump to a file that 115 i Controls listing style (thin, long, wide, and tree).
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | gitcommit.vim | 39 let tree = fnamemodify(b:git_dir,':h') 40 if strpart(getcwd(),0,strlen(tree)) == tree 48 let tree = fnamemodify(a:gitdir,':h') 51 if strpart(getcwd(),0,strlen(tree)) != tree
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | dtml.vim | 99 syn keyword dtmlAttribute title_and_id title_or_id total- tpURL tpValues TRACE translate tree-c con… 100 syn keyword dtmlAttribute tree-colspan tree-e tree-item-expanded tree-item-url tree-level contained 101 syn keyword dtmlAttribute tree-root-url tree-s tree-state type undoable_transactions UNLOCK contain… 166 syn keyword dtmlTagName var if elif else unless in with let call raise try except tag comment tree … 168 syn keyword dtmlEndTagName if unless in with let raise try tree sendmail transparent contained
|
| H A D | git.vim | 18 " For git reflog and git show ...^{tree}, avoid sync issues 32 syn match gitKeyword /^\%(object\|type\|tag\|commit\|tree\|parent\|encoding\)\>/ contained contain… 47 syn match gitType /\<\%(tag\|commit\|tree\|blob\)\>/ contained nextgroup=gitHash skipwhite
|
| H A D | 8th.vim | 288 …t? nk:text? tooltip nk:tooltip translate nk:translate tree-pop nk:tree-pop tree-state-push nk:tree… 334 Builtin add tree:add binary tree:binary bk tree:bk btree tree:btree cmp! tree:cmp! data tree:data … 335 Builtin find tree:find iter tree:iter next tree:next nodes tree:nodes parent tree:parent parse tre… 336 Builtin prev tree:prev root tree:root search tree:search trie tree:trie ! w:! (is) w:(is) @ w:@ al…
|
| H A D | mallard.vim | 25 syn keyword mallardTagName terms tfoot thead title tr tree var contained
|
| H A D | gprof.vim | 35 \ start="This table describes the call tree of the program"
|
| H A D | mason.vim | 4 " Homepage: http://github.com/vim-perl/vim-perl/tree/master
|
| H A D | dts.vim | 2 " Language: dts/dtsi (device tree files)
|
| H A D | dosbatch.vim | 107 syn keyword dosbatchImplicit sort start subst time title tree type ver verify
|
| H A D | aap.vim | 95 syn match aapCommand '^\s*:tree\>'
|
| H A D | tmux.vim | 98 \ capturep choose-buffer choose-client choose-tree clear-history clearhist
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | README.txt | 2 You can find it here: https://github.com/git/git/tree/master/xdiff
|
| /vim-8.2.3635/src/ |
| H A D | spellfile.c | 4861 wordnode_T *tree; in write_vim_spell() local 5230 tree = spin->si_foldroot->wn_sibling; in write_vim_spell() 5232 tree = spin->si_keeproot->wn_sibling; in write_vim_spell() 5234 tree = spin->si_prefroot->wn_sibling; in write_vim_spell() 5237 clear_node(tree); in write_vim_spell() 5249 (void)put_node(fd, tree, 0, regionmask, round == 3); in write_vim_spell() 5794 wordnode_T *tree; in sug_write() local 5830 tree = spin->si_foldroot->wn_sibling; in sug_write() 5833 clear_node(tree); in sug_write() 5838 nodecount = put_node(NULL, tree, 0, 0, FALSE); in sug_write() [all …]
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 2870 " clear out the current tree 5126 " search treedict for tree dir as-is 5127 " call Decho("tree-list: search treedict for tree dir as-is",'~'.expand("<slnum>")) 5161 " close tree listing for selected subdirectory 5222 " for tree, keeps cursor on current filename 6416 " its a tree-listing style 9430 " s:NetrwTreeDisplay: recursive tree display {{{2 9801 " force a refresh for tree listings 10016 " convert to wide/tree listing {{{3 10823 " AND IF the listing style is not a tree listing [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_spellfile.vim | 365 " LWORDTREE: missing tree node 368 " LWORDTREE: missing tree node value 374 " KWORDTREE: missing tree node 377 " PREFIXTREE: missing tree node 1048 " Example taken verbatim from https://github.com/hunspell/hunspell/tree/master/tests
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_chinese_gb.936.vim | 426 menutrans tree<tab>i ��״(tree)<tab>i
|
| H A D | menu_zh_cn.utf-8.vim | 426 menutrans tree<tab>i 树状(tree)<tab>i
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_dos.txt | 63 After you unpacked the files, you can still move the whole directory tree
|