diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-01 01:24:44 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-01 01:37:13 -0400 |
commit | d1a2523f6c98f4113e1859830ae448f34d89012c (patch) | |
tree | 0997236bf1238a30137c466b138407da50ca71b6 /runtime/doc/insert.txt | |
parent | f5d1f0bf0372ac57c8b1f814bb5b18f13b3b53de (diff) | |
download | rneovim-d1a2523f6c98f4113e1859830ae448f34d89012c.tar.gz rneovim-d1a2523f6c98f4113e1859830ae448f34d89012c.tar.bz2 rneovim-d1a2523f6c98f4113e1859830ae448f34d89012c.zip |
vim-patch:1d59aa1fdfb1
Update runtime files.
https://github.com/vim/vim/commit/1d59aa1fdfb191d9872ff87eb94652acd374b293
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index 006d5a933d..63bdfd2581 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1768,6 +1768,7 @@ a Append text after the cursor [count] times. If the *A* A Append text at the end of the line [count] times. + For using "A" in Visual block mode see |v_b_A|. <insert> or *i* *insert* *<Insert>* i Insert text before the cursor [count] times. @@ -1780,6 +1781,7 @@ I Insert text before the first non-blank in the line When the 'H' flag is present in 'cpoptions' and the line only contains blanks, insert start just before the last blank. + For using "I" in Visual block mode see |v_b_I|. *gI* gI Insert text in column 1 [count] times. |