diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2015-11-06 00:50:18 +0100 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2015-11-10 03:13:31 +0100 |
commit | 3b12bb225adda2aac40a55f7009cae05311b2a43 (patch) | |
tree | e178e7bc5a5069007d431812cf08c7721c4c3762 /runtime/doc/vim_diff.txt | |
parent | dc65c8a8939b873d871f1a23a4b97382eca1df3c (diff) | |
download | rneovim-3b12bb225adda2aac40a55f7009cae05311b2a43.tar.gz rneovim-3b12bb225adda2aac40a55f7009cae05311b2a43.tar.bz2 rneovim-3b12bb225adda2aac40a55f7009cae05311b2a43.zip |
Add file selection prompt on ":oldfiles!"
:browse was removed for good, but some people miss ":browse oldfiles".
The same functionality is now provided by ":oldfiles!".
Helped-by: @Pyrohh
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index b0b6d6df6e..b8de17738a 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -106,6 +106,7 @@ Additional differences: compatibility reasons. - |:wviminfo| was renamed to |:wshada|, |:rviminfo| to |:rshada|. Old commands are still kept. +- |:oldfiles| supports !. - When writing (|:wshada| without bang or at exit) it merges much more data, and does this according to the timestamp. Vim merges only marks. |shada-merging| |