runtime(doc): remove obsolete Ex insert behavior Commit: https://github.com/vim/vim/commit/74703f1086e7815f356123736666d9930db8683a Author: Mohamed Akram <mohd.ak...@outlook.com> Date: Fri Jul 12 18:53:07 2024 +0200
runtime(doc): remove obsolete Ex insert behavior related: https://github.com/vim/vim/issues/15120 closes: https://github.com/vim/vim/issues/15228 Signed-off-by: Mohamed Akram <mohd.ak...@outlook.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index 6ebd83e3e..08bf4f327 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 9.1. Last change: 2024 Jan 04 +*insert.txt* For Vim version 9.1. Last change: 2024 Jul 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1995,11 +1995,6 @@ These two commands will keep on asking for lines, until you type a line containing only a ".". Watch out for lines starting with a backslash, see |line-continuation|. -When in Ex mode (see |-e|) a backslash at the end of the line can be used to -insert a NUL character. To be able to have a line ending in a backslash use -two backslashes. This means that the number of backslashes is halved, but -only at the end of the line. - NOTE: These commands cannot be used with |:global| or |:vglobal|. ":append" and ":insert" don't work properly in between ":if" and ":endif", ":for" and ":endfor", ":while" and ":endwhile". -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1sSJcx-002Lv2-It%40256bit.org.