| /vim-8.2.3635/runtime/autoload/ |
| H A D | rustfmt.vim | 26 …return printf("%s %s --write-mode=overwrite --file-lines '[%s]'", g:rustfmt_command, g:rustfmt_opt… 30 …return g:rustfmt_command . " --write-mode=overwrite " . g:rustfmt_options . " " . shellescape(a:fi…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | privoxy.vim | 27 syn match privoxyAction "\%(add-header\|block\|content-type-overwrite\|crunch-client-header\|crunch… 33 syn match privoxyAction "\%(kill-popups\|limit-connect\|overwrite-last-modified\|prevent-compressio…
|
| H A D | elinks.vim | 60 \ set_original_time overwrite notify_bell
|
| H A D | cterm.vim | 81 syn keyword ctermStatement disk overwrite append spool none
|
| H A D | readline.vim | 244 \ overwrite-mode
|
| H A D | texinfo.vim | 202 …efindex is defined after chap. 15's @def* commands (otherwise those ones will overwrite these ones) 280 "next 2 commands are from chap. 12; must be defined after @def* commands above to overwrite them
|
| H A D | tcsh.vim | 102 \ overwrite-mode prefix-meta quoted-insert redisplay
|
| /vim-8.2.3635/src/testdir/ |
| H A D | unix.vim | 7 " While some tests overwrite $HOME to prevent them from polluting user files,
|
| H A D | test_user_func.vim | 89 " Try to overwrite a function in the global (g:) scope 94 " Try to overwrite an user defined function with a function reference
|
| H A D | test_writefile.vim | 252 " Try to overwrite a directory 327 " Try to overwrite the file and check for the prompt
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_ole.txt | 10 Be careful not to overwrite the OLE gvim.exe with the non-OLE gvim.exe when
|
| H A D | README_dos.txt | 52 name includes the version number, it is unlikely that you overwrite 60 overwrite one version with the other, the names of the executables
|
| /vim-8.2.3635/src/proto/ |
| H A D | ui.pro | 22 void set_input_buf(char_u *p, int overwrite);
|
| H A D | getchar.pro | 34 void restore_typeahead(tasave_T *tp, int overwrite);
|
| /vim-8.2.3635/src/ |
| H A D | ui.c | 816 set_input_buf(char_u *p, int overwrite) in set_input_buf() argument 824 if (overwrite || inbufcount + gap->ga_len >= INBUFLEN) in set_input_buf()
|
| H A D | viminfo.c | 622 int overwrite = FALSE; in handle_viminfo_history() local 634 overwrite = TRUE; in handle_viminfo_history() 639 if (!overwrite) in handle_viminfo_history() 650 if (!overwrite) in handle_viminfo_history()
|
| H A D | getchar.c | 1423 restore_typeahead(tasave_T *tp, int overwrite UNUSED) in restore_typeahead() 1439 set_input_buf(tp->save_inputbuf, overwrite); in restore_typeahead()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_getscript.txt | 307 possibly overwrite the current user's after/syntax/c.vim file. 317 after/syntax/c.vim contained in it to overwrite a user's c.vim. 420 unzip needs the -o flag to overwrite. 446 own GetLatestVimScripts activity won't overwrite
|
| H A D | undo.txt | 278 name. So it is not possible to overwrite an existing undofile 341 "Will not overwrite with undo file, cannot read" 344 "Will not overwrite, this is not an undo file"
|
| H A D | usr_90.txt | 279 which is specific for this version. Thus they will not overwrite a previous 282 The executable "vim" will overwrite an older version. If you don't care 314 some handwork. Don't run the install program, it will overwrite a few files
|
| H A D | ft_rust.txt | 114 write-mode is already set to 'overwrite'. If not specified it
|
| H A D | usr_21.txt | 226 The ! character is used by ":wviminfo" to forcefully overwrite an existing 230 used, this may overwrite existing information. Without the ! only information
|
| H A D | editing.txt | 950 The [!] is needed to overwrite an existing file. 973 Vim will warn you if you try to overwrite a file that has been changed 1021 When the 'cpoptions' option contains 'W', Vim will refuse to overwrite a 1022 readonly file. When 'W' is not present, ":w!" will overwrite a readonly file, 1396 directory a:vim the commands ":e test" ":cd vim" ":w" will overwrite the file 1660 ask if you really want to overwrite the file:
|
| /vim-8.2.3635/runtime/indent/testdir/ |
| H A D | README.txt | 90 rename it to overwrite the FILETYPE.ok file. If you now run "make test" again,
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | xml.vim | 16 " 20181022 - Do not overwrite indentkeys setting
|