diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2015-11-10 03:14:47 +0100 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2015-11-10 03:14:47 +0100 |
commit | 68255df9b93e1b69ac5402d193abfceca04ffb54 (patch) | |
tree | e178e7bc5a5069007d431812cf08c7721c4c3762 /runtime | |
parent | 971e5c22bfc51102d670549d3df1181adfc75c77 (diff) | |
parent | 3b12bb225adda2aac40a55f7009cae05311b2a43 (diff) | |
download | rneovim-68255df9b93e1b69ac5402d193abfceca04ffb54.tar.gz rneovim-68255df9b93e1b69ac5402d193abfceca04ffb54.tar.bz2 rneovim-68255df9b93e1b69ac5402d193abfceca04ffb54.zip |
Merge PR #3611 'Add file selection prompt on ":oldfiles!"'
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/starting.txt | 3 | ||||
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 41b4d22cf1..6e72f0cf6b 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -1164,10 +1164,11 @@ running) you have additional options: :wv[iminfo][!] [file] Deprecated alias to |:wshada| command. *:o* *:ol* *:oldfiles* -:o[ldfiles] List the files that have marks stored in the ShaDa +:o[ldfiles][!] List the files that have marks stored in the ShaDa file. This list is read on startup and only changes afterwards with ":rshada!". Also see |v:oldfiles|. The number can be used with |c_#<|. + Use ! to get a file selection prompt. :bro[wse] o[ldfiles][!] List file names as with |:oldfiles|, and then prompt 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| |