diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-01 21:56:01 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-01 22:29:03 -0400 |
commit | c1dd4e83b494d19a5ebcb7ffb936cb4649f11637 (patch) | |
tree | cf945ae6c174d372c74497efa8baee2e7aeabc7f /runtime/doc/message.txt | |
parent | b1cd67b62e58c7f7d4139416e6813f8f50bc0fd6 (diff) | |
download | rneovim-c1dd4e83b494d19a5ebcb7ffb936cb4649f11637.tar.gz rneovim-c1dd4e83b494d19a5ebcb7ffb936cb4649f11637.tar.bz2 rneovim-c1dd4e83b494d19a5ebcb7ffb936cb4649f11637.zip |
vim-patch:7e6a515ed14e
Update runtime files.
https://github.com/vim/vim/commit/7e6a515ed14e204fafb3dd6e98f2fb543e64aedd
Omit vim9.
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r-- | runtime/doc/message.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt index 4df53a561e..6fbd9ec922 100644 --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -762,6 +762,9 @@ and the screen is about to be redrawn: -> Press <Enter> or <Space> to redraw the screen and continue, without that key being used otherwise. -> Press ':' or any other Normal mode command character to start that command. + Note that after an external command some special keys, such as the cursor + keys, may not work normally, because the terminal is still set to a state + for executing the external command. -> Press 'k', <Up>, 'u', 'b' or 'g' to scroll back in the messages. This works the same way as at the |more-prompt|. Only works when 'more' is on. -> Pressing 'j', 'f', 'd' or <Down> is ignored when messages scrolled off the |