aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-10-23 10:11:59 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-10-23 10:11:59 -0400
commitde4cb766ca381c09fd3f938136c1932ebf008f63 (patch)
tree70aac7d6e7abc1d0cfc0e7635c6a95dbfbe48237 /runtime
parente38cbb93670272d0da15c60222a123b88ec55002 (diff)
parentfc2bb200f75ab9650c1c35463bcc2be9008632c9 (diff)
downloadrneovim-de4cb766ca381c09fd3f938136c1932ebf008f63.tar.gz
rneovim-de4cb766ca381c09fd3f938136c1932ebf008f63.tar.bz2
rneovim-de4cb766ca381c09fd3f938136c1932ebf008f63.zip
Merge pull request #3490 from ZyX-I/fix-3472
Fix local marks saving/restoring with ShaDa
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/motion.txt5
-rw-r--r--runtime/doc/starting.txt2
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 84bd70db62..6ee95a94f4 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1169,6 +1169,8 @@ running) you have additional options:
cannot write ShaDa file!" check that no old temp files
were left behind (e.g. ~/.nvim/shada/main.shada.tmp*).
+ Note: Executing :wshada will reset all |'quote| marks.
+
*:wv* *:wviminfo*
:wv[iminfo][!] [file] Deprecated alias to |:wshada| command.