Searched refs:overwriting (Results 1 – 25 of 34) sorted by relevance
12
| /vim-8.2.3635/src/ |
| H A D | bufwrite.c | 770 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 D | test_backup.vim | 12 " 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 D | test_cpoptions.vim | 413 " Test for the 'O' flag in 'cpo' (overwriting an existing file)
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | gzip.vim | 185 " 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 D | message.txt | 306 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 D | pi_vimball.txt | 85 "filename.vba" file, overwriting it if it already exists. This
|
| H A D | usr_31.txt | 84 Vim protects you from accidentally overwriting a file and other ways to lose
|
| H A D | recover.txt | 190 Be sure that the recovery was successful before overwriting the original
|
| H A D | vim.man | 225 dentally overwriting a file. If you do want to overwrite a
|
| H A D | pi_getscript.txt | 242 your own scripts atop your own copy, thereby overwriting your not-yet-released
|
| H A D | usr_07.txt | 473 This protects you from accidentally overwriting another file.
|
| H A D | tips.txt | 457 " WARNING: this does have some side effects, like overwriting the
|
| H A D | usr_05.txt | 104 This tells Vim to keep a backup copy of a file when overwriting it. But not
|
| H A D | version5.txt | 337 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 D | gui_x11.txt | 709 overwriting selected text.
|
| H A D | usr_10.txt | 596 protects you from accidentally overwriting an existing file. If you know what
|
| H A D | quickref.txt | 617 'backup' 'bk' keep backup file after overwriting a file 1010 'writebackup' 'wb' make a backup before overwriting a file
|
| H A D | editing.txt | 137 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 D | popup.txt | 38 - briefly show a message without overwriting the command line
|
| H A D | term.txt | 352 t_xs if non-empty, standout not erased by overwriting (hpterm)
|
| H A D | cmdline.txt | 694 :w! name write the current buffer to file "name", overwriting
|
| H A D | options.txt | 976 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 D | starting.txt | 226 be prevented from accidentally overwriting a file. If you
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 1046 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 D | sr.po | 9257 msgid "write a backup file before overwriting a file" 9260 msgid "keep a backup after overwriting a file"
|
12