aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2021-10-01 09:40:22 +0200
committerGregory Anders <greg@gpanders.com>2021-12-18 08:54:07 -0700
commit684c782546c04c453a12376bd5d6f57da3948235 (patch)
treed99c9f6cb3f241cb3ca97db1d7fbea7b18493e1c /runtime/doc/eval.txt
parent8a4e26c6fe7530a0e24268cd373f0d4e53fe81e1 (diff)
downloadrneovim-684c782546c04c453a12376bd5d6f57da3948235.tar.gz
rneovim-684c782546c04c453a12376bd5d6f57da3948235.tar.bz2
rneovim-684c782546c04c453a12376bd5d6f57da3948235.zip
docs(autocmd): update docs to match implementation
docs(reg_recorded): add links to relevant docs docs(Recording): update docs to match implementation docs(Q) update references of Q to be gQ docs(autocmd) add description about state of reg_record{ing,ed} for RecordingLeave docs(vim_diff) add Recording{Enter,Leave} to features docs(index) removed duplicate gQ docs(options) removed line about gQ erroring in visual mode Update runtime/doc/vim_diff.txt Co-authored-by: zeertzjq <zeertzjq@outlook.com> docs(vim_diff) removed double mention of Q
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 0e002179e3..aef303195d 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -7202,7 +7202,7 @@ mode([expr]) Return a string that indicates the current mode.
Rvc Virtual Replace mode completion |compl-generic|
Rvx Virtual Replace mode |i_CTRL-X| completion
c Command-line editing
- cv Vim Ex mode |Q| or |gQ|
+ cv Vim Ex mode |gQ|
r Hit-enter prompt
rm The -- more -- prompt
r? A |:confirm| query of some sort
@@ -7829,7 +7829,7 @@ reg_executing() *reg_executing()*
reg_recorded() *reg_recorded()*
Returns the single letter name of the last recorded register.
Returns an empty string string when nothing was recorded yet.
- See |q|.
+ See |q| and |Q|.
reg_recording() *reg_recording()*
Returns the single letter name of the register being recorded.