Home
last modified time | relevance | path

Searched refs:overwrite (Results 1 – 25 of 96) sorted by relevance

1234

/vim-8.2.3635/runtime/autoload/
H A Drustfmt.vim26 …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 Dprivoxy.vim27 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 Delinks.vim60 \ set_original_time overwrite notify_bell
H A Dcterm.vim81 syn keyword ctermStatement disk overwrite append spool none
H A Dreadline.vim244 \ overwrite-mode
H A Dtexinfo.vim202 …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 Dtcsh.vim102 \ overwrite-mode prefix-meta quoted-insert redisplay
/vim-8.2.3635/src/testdir/
H A Dunix.vim7 " While some tests overwrite $HOME to prevent them from polluting user files,
H A Dtest_user_func.vim89 " Try to overwrite a function in the global (g:) scope
94 " Try to overwrite an user defined function with a function reference
H A Dtest_writefile.vim252 " Try to overwrite a directory
327 " Try to overwrite the file and check for the prompt
/vim-8.2.3635/READMEdir/
H A DREADME_ole.txt10 Be careful not to overwrite the OLE gvim.exe with the non-OLE gvim.exe when
H A DREADME_dos.txt52 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 Dui.pro22 void set_input_buf(char_u *p, int overwrite);
H A Dgetchar.pro34 void restore_typeahead(tasave_T *tp, int overwrite);
/vim-8.2.3635/src/
H A Dui.c816 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 Dviminfo.c622 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 Dgetchar.c1423 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 Dpi_getscript.txt307 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 Dundo.txt278 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 Dusr_90.txt279 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 Dft_rust.txt114 write-mode is already set to 'overwrite'. If not specified it
H A Dusr_21.txt226 The ! character is used by ":wviminfo" to forcefully overwrite an existing
230 used, this may overwrite existing information. Without the ! only information
H A Dediting.txt950 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 DREADME.txt90 rename it to overwrite the FILETYPE.ok file. If you now run "make test" again,
/vim-8.2.3635/runtime/indent/
H A Dxml.vim16 " 20181022 - Do not overwrite indentkeys setting

1234