[go: up one dir, main page]

Skip to content

Commit

Permalink
vim-patch:74703f1: runtime(doc): remove obsolete Ex insert behavior (#…
Browse files Browse the repository at this point in the history
…29702)

related: vim/vim#15120
closes: vim/vim#15228

vim/vim@74703f1

Nvim only supports Vim Ex mode, so this is long obsolete in Nvim.

Co-authored-by: Mohamed Akram <mohd.akram@outlook.com>
  • Loading branch information
github-actions[bot] and mohd-akram authored Jul 14, 2024
1 parent b2587a0 commit 29fd743
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions runtime/doc/insert.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
|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".
Expand Down

0 comments on commit 29fd743

Please sign in to comment.