Home
last modified time | relevance | path

Searched refs:absolute (Results 1 – 25 of 41) sorted by relevance

12

/vim-8.2.3635/runtime/doc/
H A Dos_mac.txt40 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 Dcmdline.txt358 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 Dpi_vimball.txt81 directory that exists as a prefix; don't use absolute paths, unless
H A Dusr_22.txt248 This directory is an absolute path. No matter where you are, it will be the
H A Ddiff.txt110 various ".rej" files to be created. And when absolute path
H A Dquickfix.txt1710 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 Dtagsrch.txt572 have an absolute or relative path. It may contain environment
717 do not have an absolute path.
H A Dif_cscop.txt279 to construct an absolute path. The default is off. Note: This option is
/vim-8.2.3635/src/proto/
H A Dundo.pro14 void undo_time(long step, int sec, int file, int absolute);
/vim-8.2.3635/src/
H A Dundo.c108 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 Dpowershell.vim38 " Use absolute path because powershell requires explicit relative paths
/vim-8.2.3635/runtime/syntax/
H A Dgdb.vim61 syn match gdbSet "\<solib-absolute-prefix\>"
H A Dtsscl.vim131 " Floating point absolute value (fabs)
H A Drebol.vim83 syn keyword rebolMathFunction abs absolute add arccosine arcsine arctangent cosine
H A Dibasic.vim34 syn keyword ibasicStatement beep bload bsave call absolute chain chdir circle
H A Dbasic.vim23 syn keyword basicStatement CALL call Call ABSOLUTE absolute Absolute
H A Dpascal.vim158 syn keyword pascalModifier absolute assembler external far forward inline
H A Dgnuplot.vim233 syn keyword gnuplotKeyword boxwidth absolute relative
H A Dcss.vim311 syn keyword cssPositioningAttr contained static relative absolute fixed subgrid sticky
H A Dsqlanywhere.vim481 syn keyword sqlKeyword absolute accent access account action active activate add address admin
/vim-8.2.3635/src/po/
H A DREADME_mvc.txt66 You need to remove the absolute directory specification (which has the form
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim408 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 Dphpcomplete.vim363 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 Dtest_window_cmd.vim1133 " Vertical :resize (absolute, relative, min and max size).
1150 " Horizontal :resize (with absolute, relative size, min and max size).
H A Dtest_tabpage.vim400 " - {count}<C-PageDown> goes to page number {count} (absolute count)

12