Home
last modified time | relevance | path

Searched refs:written (Results 1 – 25 of 145) sorted by relevance

123456

/vim-8.2.3635/runtime/doc/
H A Dundo.txt145 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 Dft_rust.txt139 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 Dediting.txt202 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 Dos_win32.txt39 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 Dvimtutor.man38 The Vimtutor was originally written for Vi by Michael C. Pierce and
H A Drecover.txt114 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 Dstarting.txt238 -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 Dusr_23.txt112 The file is written in Unix format.
180 written.
235 written out in the clear as well.
/vim-8.2.3635/src/
H A Dvimrun.c36 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 Dos_win32.c4180 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 Dchannel.c1628 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 Dtest_swap.vim186 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 Dsetup.vim27 " Make sure $HOME does not get read or written.
H A Dtest_fixeol.vim29 " Append "END" to each file so that we can see what the last written char
H A Dtest_suspend.vim12 " Without 'autowrite', buffer should not be written.
H A Dtest27.in102 :" --- Check the files written with BOM
/vim-8.2.3635/runtime/compiler/
H A DREADME.txt10 If you think a compiler plugin you have written is useful for others, please
/vim-8.2.3635/runtime/tools/
H A Dmve.txt7 I have written a script mve (make vim errors), through which I pipe my make
/vim-8.2.3635/runtime/macros/
H A DREADME.txt2 vi compatibility. They have been written for vi to show its unlimited
/vim-8.2.3635/runtime/autoload/
H A Dgzip.vim57 " 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 DREADME_VIM9.md110 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 DCOPYRIGHT23 * in this Software without prior written authorization from GROUPE BULL.
/vim-8.2.3635/runtime/indent/
H A Dlogtalk.vim6 " indent file written by Gergely Kontra
/vim-8.2.3635/runtime/macros/urm/
H A DREADME.txt2 The URM macro package was written by Rudolf Koenig ("Rudi")
/vim-8.2.3635/runtime/syntax/
H A Djavacc.vim2 " Language: JavaCC, a Java Compiler Compiler written by JavaSoft

123456