| /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_writefile.vim | 244 " Test for writing partial buffer 265 " Test for writing a 'readonly' file 271 " Test for writing to a read-only file 291 " Test for writing to a block device on Unix-like systems 412 " Test for writing to a readonly file 474 " Test for writing to a file in a readonly directory 499 " Test for writing a file using invalid file encoding 621 " Test for writing and reading a file starting with a BOM. 759 " writing with 'eol' set adds the newline 769 " Test for the 'backupcopy' option when writing files [all …]
|
| H A D | test_fileformat.vim | 82 " Test 1: try reading and writing with 'fileformats' empty 124 " Test 2: try reading and writing with 'fileformats' set to one format 150 " Test 3: try reading and writing with 'fileformats' set to two formats 220 " Test 4: try reading and writing with 'fileformats' set to three formats
|
| H A D | test26.in | 1 Test for writing and reading a file of over 100 Kbyte
|
| /vim-8.2.3635/src/ |
| H A D | viminfo.c | 325 int writing) in read_viminfo_bufferlist() argument 537 read_viminfo_history(vir_T *virp, int writing) in read_viminfo_history() argument 553 viminfo_add_at_front, sep, writing)) in read_viminfo_history() 594 int writing) in handle_viminfo_history() argument 2752 if (writing) in read_viminfo_barline() 2776 handle_viminfo_history(&values, writing); in read_viminfo_barline() 2791 if (writing) in read_viminfo_barline() 2818 int writing) in read_viminfo_up_to_marks() argument 2844 forceit, writing); in read_viminfo_up_to_marks() 2852 eof = read_viminfo_varlist(virp, writing); in read_viminfo_up_to_marks() [all …]
|
| H A D | README.md | 31 bufwrite.c | writing a buffer to file 47 fileio.c | reading and writing files 212 Updating the GUI window is done by writing codes in the output buffer, just 213 like writing to a terminal. When the buffer gets full or is flushed,
|
| H A D | register.c | 175 int writing) // if TRUE check for writable registers in valid_yank_reg() argument 178 || (!writing && vim_strchr((char_u *) in valid_yank_reg() 194 || (!writing && regname == '~') in valid_yank_reg() 213 get_yank_register(int regname, int writing) in get_yank_register() argument 219 if ((regname == 0 || regname == '"') && !writing && y_previous != NULL) in get_yank_register() 251 else if (!writing && regname == '~') in get_yank_register() 257 if (writing) // remember the register we write into for do_put() in get_yank_register()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | autocmd.txt | 477 writing an unnamed buffer in a way that the 541 Should do the writing of the file and reset 543 'cpo' and writing to another file |cpo-+|. 813 FileWriteCmd Before writing to a file, when not writing the 814 whole buffer. Should do the writing to the 819 FileWritePost After writing to a file, when not writing the 822 FileWritePre Before writing to a file, when not writing the 869 NOTE: When writing Vim scripts a better 1251 VimLeave Before exiting Vim, just after writing the 1598 writing. No further writing is done and the other events are not triggered. [all …]
|
| H A D | pi_zip.txt | 64 It's used during the writing (updating) of a file already in a zip 148 v6 Dec 21, 2005 * writing to files not in directories caused problems - 155 Nov 03, 2005 * handles writing zipfiles across a network using 157 v1 Sep 15, 2005 * Initial release, had browsing, reading, and writing
|
| H A D | pi_tar.txt | 154 v6 Dec 21, 2005 * writing to files not in directories caused 158 v3 Sep 16, 2005 * handles writing files in an archive back to 161 Oct 18, 2005 * handles writing to compressed archives 162 Nov 03, 2005 * handles writing tarfiles across a network
|
| H A D | editing.txt | 12 4. Writing |writing| 28 3. writing the buffer into a file 50 for editing (e.g., with ":e filename") or writing (e.g., with ":w filename"), 121 When writing the buffer, the default is to use the current file name. Thus 482 The message given when writing a file will show "[converted]" when 880 4. Writing *writing* *save-file* 895 set or there is another reason why writing was 1103 :q[uit]! Quit without writing, also when the current buffer has 1112 :cq[uit] Quit always, without writing, and return an error 1142 current buffer becomes hidden, after writing the file. [all …]
|
| H A D | howto.txt | 15 |07.4| keep a backup of my file when writing over it 67 before/after reading/writing entering/leaving a
|
| H A D | vim.man | 78 view Start in read-only mode. You will be protected from writing 184 Specifies the filename to use when reading or writing the 194 You can still modify the buffer, but writing a file is not 268 for reading and writing a viminfo file. The optional num‐ 285 -x Use encryption when writing files. Will prompt for a crypt
|
| H A D | help.txt | 116 |editing.txt| editing and writing files 218 |pi_gzip.txt| Reading and writing compressed files 220 |pi_netrw.txt| Reading and writing files over a network
|
| H A D | helphelp.txt | 11 3. Writing help files |help-writing| 323 3. Writing help files *help-writing* 326 standard Vim help files, except fot the fist line. If you are writing a new 355 name between two bars (|) eg. |help-writing|. 401 writing help text, which quite often is many years old. Also, a lot of the
|
| H A D | usr_07.txt | 289 still create a backup file. However, it is deleted as soon as writing 291 against losing your original file when writing fails in some way (disk 349 to switch between the files and writing the target file takes a lot of time. 427 still write it. Add the ! to the write command to force writing. 448 contains most of what you need. For example, you start writing a new program
|
| /vim-8.2.3635/src/proto/ |
| H A D | register.pro | 12 int valid_yank_reg(int regname, int writing); 13 int get_yank_register(int regname, int writing);
|
| H A D | cmdhist.pro | 11 int in_history(int type, char_u *str, int move_to_front, int sep, int writing);
|
| /vim-8.2.3635/src/po/ |
| H A D | en_GB.po | 225 msgid "E214: Can't find temp file for writing" 226 msgstr "E214: Cannot find temp file for writing" 229 msgid "E166: Can't open linked file for writing" 230 msgstr "E166: Cannot open linked file for writing" 232 msgid "E212: Can't open file for writing" 233 msgstr "E212: Cannot open file for writing"
|
| H A D | zh_CN.cp936.po | 574 msgid "E677: Error writing temp file" 753 # do not translate to avoid writing Chinese in files 759 # do not translate to avoid writing Chinese in files 768 # do not translate to avoid writing Chinese in files 897 msgid "E152: Cannot open %s for writing" 1252 msgid "E190: Cannot open \"%s\" for writing" 1567 msgid "E214: Can't find temp file for writing" 1573 msgid "E166: Can't open linked file for writing" 1576 msgid "E212: Can't open file for writing" 1679 msgid "E208: Error writing to \"%s\"" [all …]
|
| H A D | zh_CN.po | 575 msgid "E677: Error writing temp file" 754 # do not translate to avoid writing Chinese in files 760 # do not translate to avoid writing Chinese in files 769 # do not translate to avoid writing Chinese in files 898 msgid "E152: Cannot open %s for writing" 1253 msgid "E190: Cannot open \"%s\" for writing" 1568 msgid "E214: Can't find temp file for writing" 1574 msgid "E166: Can't open linked file for writing" 1577 msgid "E212: Can't open file for writing" 1680 msgid "E208: Error writing to \"%s\"" [all …]
|
| H A D | zh_CN.UTF-8.po | 574 msgid "E677: Error writing temp file" 753 # do not translate to avoid writing Chinese in files 759 # do not translate to avoid writing Chinese in files 768 # do not translate to avoid writing Chinese in files 897 msgid "E152: Cannot open %s for writing" 1252 msgid "E190: Cannot open \"%s\" for writing" 1567 msgid "E214: Can't find temp file for writing" 1573 msgid "E166: Can't open linked file for writing" 1576 msgid "E212: Can't open file for writing" 1679 msgid "E208: Error writing to \"%s\"" [all …]
|
| H A D | lv.po | 76 msgid "E214: Can't find temp file for writing" 79 msgid "E166: Can't open linked file for writing" 82 msgid "E212: Can't open file for writing"
|
| /vim-8.2.3635/src/libvterm/ |
| H A D | CONTRIBUTING | 22 actually writing any code.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | rmd.vim | 99 " the YAML header or you are writing standard markdown 115 " citations or you are writing standard markdown
|