From 35362495c965554f45634bcde3c4ce6d5eca52aa Mon Sep 17 00:00:00 2001 From: Abdelhakeem Osama Date: Tue, 2 Apr 2019 00:50:28 +0200 Subject: jumplist: avoid extra tail entry #9805 fixes #9775 --- runtime/doc/vim_diff.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/doc') diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 7c3f6f9ce8..1833c2cde3 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -319,6 +319,9 @@ Macro/|recording| behavior macros and 'keymap' at the same time. This also means you can use |:imap| on the results of keys from 'keymap'. +Motion: + The |jumplist| avoids useless/phantom jumps. + Normal commands: |Q| is the same as |gQ| -- cgit