aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnkwUsr <49063932+UnkwUsr@users.noreply.github.com>2022-04-10 15:58:01 +0300
committerGitHub <noreply@github.com>2022-04-10 14:58:01 +0200
commit8f3845cdb73f20b094389aefbf2dabca0344a017 (patch)
treecf0001204d02deb89d8c90ec346dd7542b64f5cd
parentb438bb434305a89457f1c565363f07326d4c5353 (diff)
downloadrneovim-8f3845cdb73f20b094389aefbf2dabca0344a017.tar.gz
rneovim-8f3845cdb73f20b094389aefbf2dabca0344a017.tar.bz2
rneovim-8f3845cdb73f20b094389aefbf2dabca0344a017.zip
docs: remove mentions of removed flag '#' in 'cpoptions' (#18064)
-rw-r--r--runtime/doc/change.txt2
-rw-r--r--runtime/doc/insert.txt4
2 files changed, 0 insertions, 6 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 86e19c5ec5..0d19f025ec 100644
--- 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
index 8cb0a05023..9db44eaaa0 100644
--- 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.