mirror of
https://github.com/neovim/neovim.git
synced 2025-11-13 05:48:51 +00:00
vim-patch:74703f1: runtime(doc): remove obsolete Ex insert behavior (#29702)
related: vim/vim#15120
closes: vim/vim#15228
74703f1086
Nvim only supports Vim Ex mode, so this is long obsolete in Nvim.
Co-authored-by: Mohamed Akram <mohd.akram@outlook.com>
This commit is contained in:
committed by
GitHub
parent
b2587a0665
commit
29fd7432fd
@@ -1927,11 +1927,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
|
containing only a ".". Watch out for lines starting with a backslash, see
|
||||||
|line-continuation|.
|
|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|.
|
NOTE: These commands cannot be used with |:global| or |:vglobal|.
|
||||||
":append" and ":insert" don't work properly in between ":if" and
|
":append" and ":insert" don't work properly in between ":if" and
|
||||||
":endif", ":for" and ":endfor", ":while" and ":endwhile".
|
":endif", ":for" and ":endfor", ":while" and ":endwhile".
|
||||||
|
|||||||
Reference in New Issue
Block a user