| /vim-8.2.3635/runtime/doc/ |
| H A D | os_mac.txt | 40 current folder or absolute (i.e. relative to the "Desktop"), the following 43 If the path start by a "/", the path is absolute 46 and a ":" is found before a "/" then the path is absolute
|
| H A D | cmdline.txt | 358 A positive number represents the absolute index of an entry 724 {number} an absolute line number 873 absolute path is needed (when using the file name from a different directory), 876 The "#<n" item returns an absolute path, but it will start with "~/" for files 963 exist and does not have an absolute path the result is 982 When the file name is an absolute path (starts with "/" for
|
| H A D | pi_vimball.txt | 81 directory that exists as a prefix; don't use absolute paths, unless
|
| H A D | usr_22.txt | 248 This directory is an absolute path. No matter where you are, it will be the
|
| H A D | diff.txt | 110 various ".rej" files to be created. And when absolute path
|
| H A D | quickfix.txt | 1710 absolute path of all directories it enters and leaves. Regardless if this is 1721 directory and that it doesn't print the absolute path. 1765 This can be solved by printing absolute directories in the "enter directory" 1768 To avoid this problem, ensure to print absolute directory names and "leave
|
| H A D | tagsrch.txt | 572 have an absolute or relative path. It may contain environment 717 do not have an absolute path.
|
| H A D | if_cscop.txt | 279 to construct an absolute path. The default is off. Note: This option is
|
| /vim-8.2.3635/src/proto/ |
| H A D | undo.pro | 14 void undo_time(long step, int sec, int file, int absolute);
|
| /vim-8.2.3635/src/ |
| H A D | undo.c | 108 static void u_undo_end(int did_undo, int absolute); 2318 int absolute) in undo_time() argument 2346 if (absolute) in undo_time() 2525 if (absolute) in undo_time() 2654 u_undo_end(did_undo, absolute); in undo_time() 2969 int absolute) // used ":undo N" in u_undo_end() argument 3008 if (absolute && curbuf->b_u_curhead->uh_next.ptr != NULL) in u_undo_end()
|
| /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 | gdb.vim | 61 syn match gdbSet "\<solib-absolute-prefix\>"
|
| H A D | tsscl.vim | 131 " Floating point absolute value (fabs)
|
| H A D | rebol.vim | 83 syn keyword rebolMathFunction abs absolute add arccosine arcsine arctangent cosine
|
| H A D | ibasic.vim | 34 syn keyword ibasicStatement beep bload bsave call absolute chain chdir circle
|
| H A D | basic.vim | 23 syn keyword basicStatement CALL call Call ABSOLUTE absolute Absolute
|
| H A D | pascal.vim | 158 syn keyword pascalModifier absolute assembler external far forward inline
|
| H A D | gnuplot.vim | 233 syn keyword gnuplotKeyword boxwidth absolute relative
|
| H A D | css.vim | 311 syn keyword cssPositioningAttr contained static relative absolute fixed subgrid sticky
|
| H A D | sqlanywhere.vim | 481 syn keyword sqlKeyword absolute accent access account action active activate add address admin
|
| /vim-8.2.3635/src/po/ |
| H A D | README_mvc.txt | 66 You need to remove the absolute directory specification (which has the form
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 408 let values = ["static", "relative", "absolute", "fixed", "sticky"] 539 let values = ["absolute", "x-low", "low", "medium", "high", "x-high"] 541 let values = ["absolute", "x-low", "low", "medium", "high", "x-high"]
|
| H A D | phpcomplete.vim | 363 let full_name = tag.namespace.'\'.tag.name " absolute namespaced name (without leading '\') 376 …" patched ctag provides absolute namespace names as tag name, namespace tags dont have namespace f… 383 … sub namespace of a renamed namespace, just use the typed in segments in place of the absolute path 836 let full_name = tag.namespace.'\'.tag.name " absolute namespaced name (without leading '\') 1566 " return absolute classname, without leading \ 1576 " return absolute classname, without leading \ 1606 " return absolute classname, without leading \ 1646 " return absolute classname, without leading \ 1884 " return absolute classname, without leading \ 2601 " leading slash is not required use imports are always absolute [all …]
|
| /vim-8.2.3635/src/testdir/ |
| 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).
|
| H A D | test_tabpage.vim | 400 " - {count}<C-PageDown> goes to page number {count} (absolute count)
|