| /vim-8.2.3635/runtime/doc/ |
| H A D | scroll.txt | 21 3. Scrolling relative to cursor |scroll-cursor| 104 3. Scrolling relative to cursor *scroll-cursor* 202 *scrollbind-relative* 203 Each 'scrollbind' window keeps track of its "relative offset," which can be 209 maintain the same relative offset, regardless of its being asked to scroll 212 However, if a 'scrollbind' window that has a relative offset that is past its 214 jump to a location where the current window's relative offset is valid. This 220 relative offset. I.e., when any of the 'scrollbind' 230 This allows quick adjustment of the relative offset of 'scrollbind' windows.
|
| H A D | os_mac.txt | 39 Vim. In order to determine if the specified filename is relative to the 40 current folder or absolute (i.e. relative to the "Desktop"), the following 44 If the path start by a ":", the path is relative
|
| H A D | xxd.man | 102 that the seek is relative to the current stdin file position 147 means "relative to the current position", thus the `128' adds to the 1k
|
| H A D | indent.txt | 191 after the brace is put relative to this brace. (default 0). 470 relative to the outer context (i.e. start of the line or the 483 "(N": causes the indent to be N characters relative to the outer 699 two spaces relative to the opening paren:
|
| H A D | cmdline.txt | 362 A negative number means the relative position of an entry, 942 When executing a function it's the line number relative to 969 :~ Reduce file name to be relative to the home directory, if 972 :. Reduce file name to be relative to current directory, if 984 removed. When there is no head (path is relative to current
|
| H A D | os_vms.txt | 380 ../ -> relative parent directory 381 [.def.ghi] -> relative child directory 382 ./def/ghi -> relative child directory
|
| H A D | pi_vimball.txt | 78 warning and not create the file. Note that these paths are relative
|
| H A D | popup.txt | 609 When using "textprop" the number is relative to the 616 When using "textprop" the number is relative to the 645 flip When TRUE (the default) and the position is relative
|
| H A D | arabic.txt | 28 character has a different visual form based on its relative location
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | cucumber.vim | 63 " first line of a table, relative indent 66 " line after a table, relative unindent
|
| H A D | html.vim | 283 let s:curind = 0 " relative indent steps for current line [unit &sw]: 284 let s:nextrel = 0 " relative indent steps for next line [unit &sw]: 295 let s:curind = 0 " relative indent steps for current line [unit &sw]: 296 let s:nextrel = 0 " relative indent steps for next line [unit &sw]:
|
| H A D | awk.vim | 172 " align a line relative to the 'print ' or 'if (' on the previous line in case
|
| H A D | mp.vim | 248 " This is the reference line relative to which the current line is indented
|
| /vim-8.2.3635/src/ |
| H A D | findfile.c | 2652 int relative = TRUE; in simplify_filename() local 2662 relative = FALSE; in simplify_filename() 2702 if (p == start && relative) in simplify_filename() 2785 if (p == start && relative) in simplify_filename() 2823 if (p == start && relative && tail[-1] == '.') in simplify_filename() 2838 else if (p == start && !relative) // leading "/.." or "/../" in simplify_filename()
|
| H A D | create_cmdidxs.vim | 79 let output += [ ' * Values in cmdidxs2[c1][c2] are relative to cmdidxs1[c1] so that they' ]
|
| H A D | ex_docmd.c | 5873 int relative = 0; // argument +N/-N means: go to N places to the in get_tabpage_arg() local 5878 relative = -1; in get_tabpage_arg() 5883 relative = 1; in get_tabpage_arg() 5890 if (relative == 0) in get_tabpage_arg() 5922 tab_number = tab_number * relative + tabpage_index(curtab); in get_tabpage_arg() 5923 if (!unaccept_arg0 && relative == -1) in get_tabpage_arg()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_find_complete.vim | 64 " Same steps again, using relative and fullpath items that point to the same 140 " Test for relative to current buffer 'path' item
|
| H A D | test_swap.vim | 30 " './dir', swap file in a directory relative to the file 40 " 'dir', swap file in directory relative to the current dir
|
| H A D | test_window_cmd.vim | 1133 " Vertical :resize (absolute, relative, min and max size). 1150 " Horizontal :resize (with absolute, relative size, min and max size).
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | powershell.vim | 38 " Use absolute path because powershell requires explicit relative paths
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | chicken.vim | 56 syn keyword schemeLibrarySyntax include-relative
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | ccfilter_README.txt | 42 providing in the <FILE> part, a relative (if possible) directory
|
| /vim-8.2.3635/runtime/indent/testdir/ |
| H A D | README.txt | 54 pattern. Keep in mind that quite often it will indent relative to the
|
| /vim-8.2.3635/runtime/macros/life/ |
| H A D | life.vim | 42 " are relative to the end of the file and playing the game
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rust.vim | 216 " 'tmpdir_relpath' - The {path} relative to the {tmpdir}.
|