neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 8f3845cdb73f20b094389aefbf2dabca0344a017
parent b438bb434305a89457f1c565363f07326d4c5353
Author: UnkwUsr <49063932+UnkwUsr@users.noreply.github.com>
Date:   Sun, 10 Apr 2022 15:58:01 +0300

docs: remove mentions of removed flag '#' in 'cpoptions' (#18064)


Diffstat:
Mruntime/doc/change.txt | 2--
Mruntime/doc/insert.txt | 4----
2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt @@ -42,8 +42,6 @@ For inserting text see |insert.txt|. of the line and [count]-1 more lines [into register x]; synonym for "d$". (not |linewise|) - When the '#' flag is in 'cpoptions' the count is - ignored. {Visual}["x]x or *v_x* *v_d* *v_<Del>* {Visual}["x]d or diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt @@ -1872,14 +1872,10 @@ gi Insert text in the same position as where Insert mode *o* o Begin a new line below the cursor and insert text, repeat [count] times. - When the '#' flag is in 'cpoptions' the count is - ignored. *O* O Begin a new line above the cursor and insert text, repeat [count] times. - When the '#' flag is in 'cpoptions' the count is - ignored. These commands are used to start inserting text. You can end insert mode with <Esc>. See |mode-ins-repl| for the other special characters in Insert mode.