| /vim-8.2.3635/runtime/doc/ |
| H A D | recover.txt | 139 Links and symbolic links ~ 142 with hard links and with symbolic links (symlinks). 150 For symbolic links Vim resolves the links to find the name of the actual file. 156 - When the symbolic links somehow create a loop you get an *E773* error
|
| H A D | os_haiku.txt | 91 $VIM is the symbolic name for the place where Vim's support files are stored. 109 $USER_SETTINGS_DIR is the symbolic name for the place where Haiku
|
| H A D | os_win32.txt | 219 it deletes the symbolic link and creates a new file in its place. Why? 220 A. On Unix, Vim is prepared for links (symbolic or hard). A backup copy of
|
| H A D | version4.txt | 135 code directly, you should use the symbolic representation for this in <>. See
|
| H A D | message.txt | 192 a link (either a hard link or a symbolic link). Writing might still be 556 already exists or finds a symbolic link in its place. This shouldn't happen,
|
| H A D | starting.txt | 644 useful if you can make a hard or symbolic link from "view" to "vim". 1449 file is renamed or accessed through a (symbolic) link the view will not be 1541 - The viminfo file cannot be a symbolic link. This is to avoid security
|
| H A D | eval.txt | 4205 name {fname}. This also works when {fname} is a symbolic link. 4215 A symbolic link itself is deleted, not what it points to. 5880 "file" are returned. On MS-Windows a symbolic link to a 6463 A name for a non-existing file is not included. A symbolic 6466 |TRUE| then all symbolic links are included. 9211 When {filename} is a symbolic link or junction point, return 9214 On Unix, repeat resolving symbolic links in all path 9216 To cope with link cycles, resolving of symbolic links is 10370 the meaning. Shortcuts (on MS-Windows) or symbolic links (on 10381 removed when "dir" is a symbolic link within the same [all …]
|
| H A D | version6.txt | 510 - Unix: make a vimdiff symbolic link for "make install". 1364 Unix: resolve a symbolic link. 1609 symbolic link. Gives some protection against symlink attacks. 7544 Problem: bufexists() finds a buffer by using the name of a symbolic link to 7849 Problem: When sourcing the same Vim script using a different name (symbolic 8860 file it doesn't work when symbolic links are involved. (Servatius 10344 Problem: resolve() only handles one symbolic link, need to repeat it to 10346 Solution: Make resolve() resolve all symbolic links and simplify the result. 10348 doesn't work if /tmp is a symbolic link. (Servatius Brandt) 13971 Problem: ":breakadd file /path/foo.vim" does not match when a symbolic link [all …]
|
| H A D | autocmd.txt | 1329 it to a full path and resolving symbolic links).
|
| H A D | editing.txt | 898 the file and break (symbolic) links. Add the 'W' flag
|
| H A D | options.txt | 1005 + When the file has special attributes, is a (hard/symbolic) link or 1023 force Vim to always break either symbolic or hard links by doing 1026 useful for example in source trees where all the files are symbolic or 1038 symbolic links of the original file are unmodified. The backup file 1046 is owned by the current user. When the file was a (hard/symbolic)
|
| H A D | pi_netrw.txt | 1878 Remote symbolic links (ie. those listed via ssh or ftp) are problematic 4233 directories via symbolic links.
|
| H A D | version5.txt | 740 file name (expanded symbolic links). |autocmd-patterns| 1221 buffer_exists() function didn't work properly for buffer names with a symbolic 4284 symbolic link a.c, opened a new buffer instead of using the existing one.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ampl.vim | 26 syn keyword amplType node ordered circular reversed symbolic
|
| H A D | maxima.vim | 2 " Language: Maxima (symbolic algebra program)
|
| /vim-8.2.3635/src/xpm/include/ |
| H A D | xpm.h | 124 char *symbolic; /* symbolic name */ member
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_writefile.vim | 773 " With the default 'backupcopy' setting, saving a symbolic link file 788 " With the 'backupcopy' set to 'breaksymlink', saving a symbolic link file 889 " Test for trying to save a backup file when the backup file is a symbolic
|
| H A D | test_tagjump.vim | 196 " Test for jumping to a tag with 'hidden' set, with symbolic link in path of 197 " tag. This only works for Unix, because of the symbolic link. 212 " Try jumping to a tag, but with a path that contains a symbolic link. When
|
| H A D | test_functions.vim | 401 " test for symbolic link to a file 410 echomsg 'skipped test for symbolic link to a file' 430 " test for symbolic link to a directory 438 " test for symbolic link already removed 442 echomsg 'skipped test for symbolic link to a directory'
|
| H A D | test_swap.vim | 403 " symbolic link (so that editing the file twice is detected)
|
| /vim-8.2.3635/src/po/ |
| H A D | af.po | 407 msgid "E655: Too many symbolic links (cycle?)" 5301 #~ msgid "Security error: new viminfo file is a symbolic link" 5310 #~ msgid "Security error: filter output is a symbolic link: %s" 5313 #~ msgid "Security error: 'charconvert' output is a symbolic link" 5316 #~ msgid "Security error: filter input is a symbolic link: %s" 5325 #~ msgid "Security error: shell command output is a symbolic link"
|
| H A D | zh_TW.UTF-8.po | 428 msgid "E655: Too many symbolic links (cycle?)"
|
| H A D | zh_CN.cp936.po | 562 msgid "E655: Too many symbolic links (cycle?)"
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 456 let values = ["cyclic", "numeric", "alphabetic", "symbolic", "additive", "fixed", "extends"]
|
| H A D | netrw.vim | 9381 " call Decho("handle symbolic link from current line",'~'.expand("<slnum>")) 9408 " COMBAK: a symbolic link may point anywhere -- so it will be used to start a new treetop 9660 " call Decho("extract tree directory using symbolic link",'~'.expand("<slnum>")) 10024 " resolve symbolic links if local and (thin or tree) 10026 " call Decho("--resolve symbolic links if local and thin|tree",'~'.expand("<slnum>")) 11033 " indicate a symbolic link 11034 " call Decho("indicate <".filename."> is a symbolic link with trailing @",'~'.expand("<slnum>"))
|