diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/motion.txt | 5 | ||||
-rw-r--r-- | runtime/doc/starting.txt | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt index 2e8f0801dc..5e3fe715ab 100644 --- a/runtime/doc/motion.txt +++ b/runtime/doc/motion.txt @@ -797,7 +797,7 @@ g'{mark} g`{mark} < :delm[arks]! Delete all marks for the current buffer, but not marks - A-Z or 0-9. + A-Z or 0-9. Also clear the |changelist|. A mark is not visible in any way. It is just a position in the file that is remembered. Do not confuse marks with named registers, they are totally @@ -877,7 +877,8 @@ was made yet in the current file. for each opened file. Only one position is remembered per buffer, not one for each window. As long as the buffer is visible in - a window the position won't be changed. + a window the position won't be changed. Mark is also + reset when |:wshada| is run. *'^* *`^* '^ `^ To the position where the cursor was the last time diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index e9211ac7aa..2c630ed958 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -1158,6 +1158,8 @@ running) you have additional options: were left behind (e.g. ~/.local/share/nvim/shada/main.shada.tmp*). + Note: Executing :wshada will reset all |'quote| marks. + *:wv* *:wviminfo* :wv[iminfo][!] [file] Deprecated alias to |:wshada| command. |