aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-03-09 06:54:35 +0800
committerGitHub <noreply@github.com>2022-03-09 06:54:35 +0800
commitf33cea4682340ea2b622fa879dd6fca2c80ea1d5 (patch)
tree0617dee3a568cb5e03de828b494c5571fabe9442 /runtime
parentf24121ad96d7f560a36f0d977766d4e8232fbda6 (diff)
parent165cf1b48e4505b2b8aa9ff0522c9176a073b7ea (diff)
downloadrneovim-f33cea4682340ea2b622fa879dd6fca2c80ea1d5.tar.gz
rneovim-f33cea4682340ea2b622fa879dd6fca2c80ea1d5.tar.bz2
rneovim-f33cea4682340ea2b622fa879dd6fca2c80ea1d5.zip
Merge pull request #17505 from zeertzjq/vim-8.2.0997
vim-patch:8.2.0997: cannot execute a register containing line continuation
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/repeat.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index 05529dc90a..994f97bba0 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -161,6 +161,11 @@ Q Repeat the last recorded register [count] times.
result of evaluating the expression is executed as an
Ex command.
Mappings are not recognized in these commands.
+ When the |line-continuation| character (\) is present
+ at the beginning of a line in a linewise register,
+ then it is combined with the previous line. This is
+ useful for yanking and executing parts of a Vim
+ script.
*:@:*
:[addr]@: Repeat last command-line. First set cursor at line