| /vim-8.2.3635/runtime/doc/ |
| H A D | undo.txt | 145 written to disk and which file write it was. This can 162 it was written. Otherwise it will go to the write 165 the file was not written, ":earlier 1f" will go to 275 written. 309 error messages, e.g., when the file cannot be read or written. 321 The file text differs from when the undo file was written. This means 323 happens when 'encoding' differs from when the undo file was written. 329 encrypted. This would happen if the text file was written by Vim 342 A file exists with the name of the undo file to be written, but it 345 A file exists with the name of the undo file to be written, but it [all …]
|
| H A D | ft_rust.txt | 139 an unnamed buffer, it will be written to a temporary file 158 current file is an unnamed buffer, it will be written to a 176 unnamed buffer, it will be written to a temporary file first. 187 unnamed buffer, it will be written to a temporary file first.
|
| H A D | editing.txt | 202 be written. 217 set and the file can be written. 237 written. 890 another reason why the file can't be written. 952 with the new name, before the file is written. 966 readonly are not written. 970 written and cause an error message. 1006 file in. (default: same directory as the written file). 1164 written, like |:wqall|. 1180 written for another reason, Vim will not quit. [all …]
|
| H A D | os_win32.txt | 39 The Win32 version was written by George V. Reilly <[email protected]>. 223 systems, the original file is renamed and a new file is written. Only the 232 case writing the file fails halfway). Then the file is written as a new 264 name. When the file is written, it winds up being deleted.
|
| H A D | vimtutor.man | 38 The Vimtutor was originally written for Vi by Michael C. Pierce and
|
| H A D | recover.txt | 114 written at all. 188 parts of the original file were not written to disk. 227 was written. You will be prompted for the crypt key twice. The second
|
| H A D | starting.txt | 238 -m Modifications not allowed to be written. The 'write' option 340 that messages are not displayed but written to the file 503 file is read or written, even if 'viminfo' is set or when 515 - no viminfo file is read or written 1215 buffer with changes and a file name is written out. 1217 buffers are not written, don't forget to bring Vim 1266 written to the file. 1344 "options". Script-local mappings will not be written. 1593 written. Also not for the commands below! 1661 internal info is written. If 'viminfo' is empty, marks [all …]
|
| H A D | usr_23.txt | 112 The file is written in Unix format. 180 written. 235 written out in the clear as well.
|
| /vim-8.2.3635/src/ |
| H A D | vimrun.c | 36 DWORD written; in main() local 70 WriteConsoleW(hstdout, p, wcslen(p), &written, NULL); in main() 71 WriteConsoleW(hstdout, L"\r\n", 2, &written, NULL); in main()
|
| H A D | os_win32.c | 4180 int written = 0; in sub_process_writer() local 4187 else if (lp[written] == NL) in sub_process_writer() 4219 written = 0; in sub_process_writer() 4222 written += len; in sub_process_writer() 6223 DWORD written; in write_chars() local 6279 coord, &written); in write_chars() 6296 written = cbToWrite; in write_chars() 6304 written = p - pchBuf; in write_chars() 6319 return written; in write_chars() 7183 DWORD readcnt, written; in copy_substream() local [all …]
|
| H A D | channel.c | 1628 int written = 0; in channel_write_in() local 1646 ++written; in channel_write_in() 1649 if (written == 1) in channel_write_in() 1651 else if (written > 1) in channel_write_in() 1652 ch_log(channel, "written %d lines to channel", written); in channel_write_in() 1744 int written = 0; in channel_write_new_lines() local 1757 ++written; in channel_write_new_lines() 1760 if (written == 1) in channel_write_new_lines() 1762 else if (written > 1) in channel_write_new_lines() 1763 ch_log(channel, "written %d lines to channel", written); in channel_write_new_lines()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_swap.vim | 186 write " file is written, not modified 243 write " file is written, not modified 283 write " file is written, not modified 324 write " file is written, not modified 459 write " file is written, not modified
|
| H A D | setup.vim | 27 " Make sure $HOME does not get read or written.
|
| H A D | test_fixeol.vim | 29 " Append "END" to each file so that we can see what the last written char
|
| H A D | test_suspend.vim | 12 " Without 'autowrite', buffer should not be written.
|
| H A D | test27.in | 102 :" --- Check the files written with BOM
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | README.txt | 10 If you think a compiler plugin you have written is useful for others, please
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | mve.txt | 7 I have written a script mve (make vim errors), through which I pipe my make
|
| /vim-8.2.3635/runtime/macros/ |
| H A D | README.txt | 2 vi compatibility. They have been written for vi to show its unlimited
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | gzip.vim | 57 " make 'patchmode' empty, we don't want a copy of the written file 153 " After writing compressed file: Compress written file with "cmd"
|
| /vim-8.2.3635/ |
| H A D | README_VIM9.md | 110 installing a tool that can be written in any language. No confusion 116 written in Python: 128 * The Vim part is written in .vim files, the Python part is in .py files, this
|
| /vim-8.2.3635/src/xpm/ |
| H A D | COPYRIGHT | 23 * in this Software without prior written authorization from GROUPE BULL.
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | logtalk.vim | 6 " indent file written by Gergely Kontra
|
| /vim-8.2.3635/runtime/macros/urm/ |
| H A D | README.txt | 2 The URM macro package was written by Rudolf Koenig ("Rudi")
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | javacc.vim | 2 " Language: JavaCC, a Java Compiler Compiler written by JavaSoft
|