aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2015-11-01 21:26:53 +0300
committerZyX <kp-pav@yandex.ru>2015-11-23 17:08:01 +0300
commitb98cea909f1a38fc8d0f901164e1e44b03620e2a (patch)
treefe884161218e72a8e3e8c09979b3482c9bb6d81b /runtime/doc/vim_diff.txt
parent321db59ca1dc304feb3e00c10ca3e89c1de616e7 (diff)
downloadrneovim-b98cea909f1a38fc8d0f901164e1e44b03620e2a.tar.gz
rneovim-b98cea909f1a38fc8d0f901164e1e44b03620e2a.tar.bz2
rneovim-b98cea909f1a38fc8d0f901164e1e44b03620e2a.zip
shada: Also store last search direction
Note: it looks like viminfo files do not store search direction intentionally. After reading viminfo file search direction was considered to be “forward”. Note 2: all files created on earlier Neovim version will automatically receive “forward” direction. Fixes #3580
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 6cbc2aef59..a6cbf6f4c4 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -117,6 +117,7 @@ Additional differences:
|shada-error-handling|
- Vim keeps no timestamps at all, neither in viminfo file nor in the instance
itself.
+- ShaDa file keeps search direction (|v:searchforward|), viminfo does not.
==============================================================================
4. New Features *nvim-features-new*