]> granicus.if.org Git - vim/commit
patch 9.0.0826: if 'endofline' is set CTRL-Z may be written in a wrong place v9.0.0826
authorK.Takata <kentkt@csc.jp>
Tue, 1 Nov 2022 20:36:19 +0000 (20:36 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 Nov 2022 20:36:19 +0000 (20:36 +0000)
commit3af982196b1b973e953c35351961f2a96fe34172
tree8b2bc31d033187b17b4c5fb6e51350f833cd984b
parent8e0ccb6bc21a446e5c6375b7fdf200fb53a129da
patch 9.0.0826: if 'endofline' is set CTRL-Z may be written in a wrong place

Problem:    If 'endofline' is set the CTRL-Z may be written in the wrong
            place.
Solution:   Write CTRL-Z at the end of the file.  Update the help to explain
            the possibilities better. (Ken Takata, closes #11486)
runtime/doc/editing.txt
runtime/doc/options.txt
src/bufwrite.c
src/fileio.c
src/testdir/test_fixeol.vim
src/version.c