Home
last modified time | relevance | path

Searched refs:overwriting (Results 1 – 25 of 34) sorted by relevance

12

/vim-8.2.3635/src/
H A Dbufwrite.c770 overwriting = TRUE; in buf_write()
772 overwriting = FALSE; in buf_write()
818 if (overwriting && bt_nofilename(curbuf)) in buf_write()
916 if (overwriting) in buf_write()
1105 if (overwriting) in buf_write()
1132 if (overwriting) in buf_write()
1899 if (overwriting in buf_write()
1921 if (!overwriting && !append) in buf_write()
1986 && overwriting in buf_write()
2000 && overwriting in buf_write()
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_backup.vim12 " writing a second time (before overwriting)
29 " writing a second time (before overwriting)
45 " writing a second time (before overwriting)
65 " writing a second time (before overwriting)
H A Dtest_cpoptions.vim413 " Test for the 'O' flag in 'cpo' (overwriting an existing file)
/vim-8.2.3635/runtime/autoload/
H A Dgzip.vim185 " Rename to a weird name to avoid the risk of overwriting another file
202 " extension if possible. Otherwise use a weird name to avoid overwriting an
/vim-8.2.3635/runtime/doc/
H A Dmessage.txt306 You are protected from accidentally overwriting a file. When you want to
316 You are protected from overwriting a file that is being edited by Vim. This
323 < The special command is needed, since you already added the ! for overwriting
H A Dpi_vimball.txt85 "filename.vba" file, overwriting it if it already exists. This
H A Dusr_31.txt84 Vim protects you from accidentally overwriting a file and other ways to lose
H A Drecover.txt190 Be sure that the recovery was successful before overwriting the original
H A Dvim.man225 dentally overwriting a file. If you do want to overwrite a
H A Dpi_getscript.txt242 your own scripts atop your own copy, thereby overwriting your not-yet-released
H A Dusr_07.txt473 This protects you from accidentally overwriting another file.
H A Dtips.txt457 " WARNING: this does have some side effects, like overwriting the
H A Dusr_05.txt104 This tells Vim to keep a backup copy of a file when overwriting it. But not
H A Dversion5.txt337 output of the ":make" command from overwriting a manually saved error file.
339 unique name, to prevent concurrently running ":make" commands from overwriting
879 "xs": highlighting not erased by overwriting, for hpterm. Combined with
921 Warning for changed modified time when overwriting a file now also works on
3396 'write' option: When off, writing files is not allowed. Avoids overwriting a
4865 overwriting twice. (Ed Krall)
6053 Solution: Keep the ":g" command, but allow overwriting it with the report
6419 editing it again, ":w" still warns for overwriting an existing
7355 Solution: Check if the file permissions allow overwriting before moving the
H A Dgui_x11.txt709 overwriting selected text.
H A Dusr_10.txt596 protects you from accidentally overwriting an existing file. If you know what
H A Dquickref.txt617 'backup' 'bk' keep backup file after overwriting a file
1010 'writebackup' 'wb' make a backup before overwriting a file
H A Dediting.txt137 strange to avoid accidentally overwriting existing files. If you prefer ".bak"
170 are protected from overwriting that file. This is done by setting the
H A Dpopup.txt38 - briefly show a message without overwriting the command line
H A Dterm.txt352 t_xs if non-empty, standout not erased by overwriting (hpterm)
H A Dcmdline.txt694 :w! name write the current buffer to file "name", overwriting
H A Doptions.txt976 Make a backup before overwriting a file. Leave it around after the
1003 Making a copy and overwriting the original file:
1108 accidentally overwriting existing files with a backup file. You might
6059 accidentally overwriting a file. Default on when Vim is started
8882 first match highlighted (overwriting the status line, if there is
9159 Make a backup before overwriting a file. The backup is removed after
H A Dstarting.txt226 be prevented from accidentally overwriting a file. If you
/vim-8.2.3635/runtime/
H A Doptwin.vim1046 call <SID>AddOption("writebackup", gettext("write a backup file before overwriting a file"))
1048 call <SID>AddOption("backup", gettext("keep a backup after overwriting a file"))
/vim-8.2.3635/src/po/
H A Dsr.po9257 msgid "write a backup file before overwriting a file"
9260 msgid "keep a backup after overwriting a file"

12