diff options
author | Thomas Vigouroux <tomvig38@gmail.com> | 2021-08-17 15:56:37 +0200 |
---|---|---|
committer | Axel Dahlberg <git@valleymnt.com> | 2021-12-18 10:54:26 +0100 |
commit | 8a4e26c6fe7530a0e24268cd373f0d4e53fe81e1 (patch) | |
tree | 9b3178c7db16ab4e06327774cb5d47185f23f6cc /runtime/doc/vim_diff.txt | |
parent | b1757e1c29d07c7958c62427e19e85916670049d (diff) | |
download | rneovim-8a4e26c6fe7530a0e24268cd373f0d4e53fe81e1.tar.gz rneovim-8a4e26c6fe7530a0e24268cd373f0d4e53fe81e1.tar.bz2 rneovim-8a4e26c6fe7530a0e24268cd373f0d4e53fe81e1.zip |
feat(autocmd): add Recording autocmds
feat(eval): add reg_recorded()
This function is used the get the last recorded register.
style(Recording): rename handler to match suggestions
fix(RecordingLeave): send autocommand earlier
This makes the autocommand fire just before setting reg_recorded to
reg_recording, this way we clearly show that we are actually just before
actually quitting the recording mode.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index bc59ea785e..154b18add7 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -218,6 +218,7 @@ Input/Mappings: Normal commands: |gO| shows a filetype-defined "outline" of the current buffer. + |Q| replays the last recorded macro. Options: 'cpoptions' flags: |cpo-_| |