diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 21:38:29 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 21:39:48 +0200 |
commit | 9f7e1cec054a727695891d97ed40355e8dc30baf (patch) | |
tree | 1aa39f8a2f3809d6b0a990078c98ff673efb0a3f /runtime/doc/repeat.txt | |
parent | 2648c3579a4d274ee46f83db1bd63af38fa9e0a7 (diff) | |
download | rneovim-9f7e1cec054a727695891d97ed40355e8dc30baf.tar.gz rneovim-9f7e1cec054a727695891d97ed40355e8dc30baf.tar.bz2 rneovim-9f7e1cec054a727695891d97ed40355e8dc30baf.zip |
vim-patch:7e1479b86c59
Updated runtime files, Japanese translations.
https://github.com/vim/vim/commit/7e1479b86c590a66b63a274c079b7f18907d45a4
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r-- | runtime/doc/repeat.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index b34d081ba9..bfe689fb13 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -152,7 +152,7 @@ q Stops recording. :[addr]@: Repeat last command-line. First set cursor at line [addr] (default is current line). - *:@@* +:[addr]@ *:@@* :[addr]@@ Repeat the previous :@{0-9a-z"}. First set cursor at line [addr] (default is current line). |