| /vim-8.2.3635/runtime/plugin/ |
| H A D | vimballPlugin.vim | 32 …xpand("<afile>") | exe "1sp" fnameescape(expand("<afile>"))|endif|call vimball#Decompress(expand("… 33 …u SourceCmd *.vba if expand("%")!=expand("<afile>") | exe "1sp" fnameescape(expand("<afi… 35 …xpand("<afile>") | exe "1sp" fnameescape(expand("<afile>"))|endif|call vimball#Decompress(expand("… 36 …u SourceCmd *.vmb if expand("%")!=expand("<afile>") | exe "1sp" fnameescape(expand("<afi…
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | gzip.vim | 78 let tmpe = tmp . "." . expand("<afile>:e") 160 let nm = resolve(expand("<afile>")) 168 call rename(nmt . "." . expand("<afile>:e"), nm) 177 let nm = expand("<afile>") 186 let nmt = expand("<afile>:p:h") . "/X~=@l9q5" 187 let nmte = nmt . "." . expand("<afile>:e")
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_autocmd.vim | 313 " <amatch> and <afile> are set to it. 321 autocmd WinClosed * let g:afile = str2nr(expand('<afile>')) 326 call assert_equal(winid, g:afile) 346 unlet g:afile 1457 au! QuitPre * let g:afile = expand('<afile>') 1460 call assert_equal('Xfoo', g:afile) 1462 unlet g:afile 2284 au BufReadPre *.gz call rename(expand("<afile>:r"), expand("<afile>")) 2285 au BufReadPost *.gz call rename(expand("<afile>"), expand("<afile>:r")) 2312 au FilterReadPre *.out call rename(expand("<afile>"), expand("<afile>") . ".t") [all …]
|
| H A D | test_expand.vim | 81 call assert_fails('call expandcmd("make <afile>")', 'E495:') 82 call assert_fails('call expandcmd("make <afile>")', 'E495:')
|
| H A D | test_autochdir.vim | 13 autocmd DirChanged auto call add(s:li, expand("<afile>"))
|
| H A D | test_source.vim | 28 au SourceCmd *source* let did_source = expand('<afile>')
|
| H A D | runtest.vim | 110 if expand('<afile>') == 'messages' || expand('<afile>') =~ s:test_script_fname
|
| H A D | test_swap.vim | 175 let s:filename = expand('<afile>')
|
| H A D | test_syntax.vim | 368 call assert_fails('syntax include <afile>', 'E495:')
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | autocmd.txt | 417 buffer being created "<afile>". 448 buffer being unloaded "<afile>". 461 buffer being created "<afile>". 494 buffer being unloaded "<afile>". 522 buffer being unloaded "<afile>". 534 buffer being deleted "<afile>". 566 <afile> is set to a single character, 1287 <amatch> and <afile> are set to the 1637 : autocmd BufWritePost,FileWritePost *.gz !mv <afile> <afile>:r 1641 : autocmd FileAppendPre *.gz !mv <afile>:r <afile> [all …]
|
| H A D | pi_zip.txt | 151 v3 Oct 18, 2005 * <amatch> used instead of <afile> in autocmds
|
| H A D | pi_tar.txt | 160 Oct 18, 2005 * <amatch> used instead of <afile> in autocmds
|
| H A D | cmdline.txt | 910 *:<afile>* *<afile>* 911 <afile> When executing autocommands, is replaced with the file name 922 It differs from <afile> only when the file name isn't used 956 "<afile>" or "<abuf>". They are also used with the |fnamemodify()| function.
|
| H A D | usr_40.txt | 589 :autocmd BufReadPost *.new execute "doautocmd BufReadPost " . expand("<afile>:r") 598 The expand() function takes the "<afile>" argument, which stands for the file
|
| H A D | quickref.txt | 1154 |:<afile>| <afile> file name, for use in an autocommand (only where a 1167 After "%", "#", "<cfile>", "<sfile>" or "<afile>"
|
| H A D | version5.txt | 1890 "<afile>" was not always set for autocommands. E.g., for ":au BufEnter * 1891 let &tags = expand("<afile>:p:h") . "/tags". 1904 File name used for <afile> was sometimes full path, sometimes file name 2509 For autocommands argument: <abuf> is buffer number, like <afile>. 2686 The FileChangedShell autocommand didn't set <afile> to the name of the changed 2933 name, the name of the current buffer was used for <afile>. 3247 The "<amatch>" pattern can be used like "<afile>" for autocommands, except 4420 This autocommand looped forever: ":au FileChangedShell * ++nested e <afile>"
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | rust.vim | 67 \ if expand('<afile>') ==# 'delimitMate_map' && match( 81 \ if expand('<afile>') ==# 'delimitMate_unmap'
|
| /vim-8.2.3635/runtime/ |
| H A D | filetype.vim | 21 \ exe "doau filetypedetect BufRead " . fnameescape(expand("<afile>:r")) 23 \ let s:name = expand("<afile>") | 30 \ if expand("<afile>:t") != "configure.in" | 31 \ exe "doau filetypedetect BufRead " . fnameescape(expand("<afile>:r")) | 115 \ if expand("<afile>") !~? 'Makefile.am\>' | setf elf | endif 998 \ if expand("<afile>") !~? 'html.m4$\|fvwm2rc' | setf m4 | endif 1170 \ if expand("<afile>") != "read.me" && expand("<afile>") != "click.me" | 2208 \ if expand("<afile>:e") == "m4" 2260 \ if executable(expand("<afile>")) != 1
|
| H A D | menu.vim | 689 let name = expand("<afile>")
|
| /vim-8.2.3635/runtime/indent/testdir/ |
| H A D | runtest.vim | 19 if expand('<afile>') =~ '.*\.\(in\|out\|fail\|ok\)'
|
| /vim-8.2.3635/runtime/pack/dist/opt/editexisting/plugin/ |
| H A D | editexisting.vim | 78 au! SwapExists * let v:swapchoice = s:EditElsewhere(expand("<afile>:p"))
|
| /vim-8.2.3635/src/ |
| H A D | spellfile.c | 5899 afffile_T *(afile[MAXREGIONS]); in mkspell() local 5996 afile[i] = NULL; in mkspell() 6048 afile[i] = spell_read_aff(&spin, fname); in mkspell() 6049 if (afile[i] == NULL) in mkspell() 6056 if (spell_read_dic(&spin, fname, afile[i]) == FAIL) in mkspell() 6120 if (afile[i] != NULL) in mkspell() 6121 spell_free_aff(afile[i]); in mkspell()
|
| /vim-8.2.3635/src/po/ |
| H A D | en_GB.po | 178 msgid "E495: no autocommand file name to substitute for \"<afile>\"" 179 msgstr "E495: No autocommand file name to substitute for \"<afile>\""
|
| H A D | zh_TW.UTF-8.po | 1130 msgid "E495: no autocommand file name to substitute for \"<afile>\"" 1131 msgstr "E495: 沒有 Autocommand 檔名以取代 \"<afile>\""
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 1302 let fname = expand('<afile>:p') 1314 let fname = expand('<afile>:p')
|