aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-08-11 18:58:26 -0400
committerGitHub <noreply@github.com>2016-08-11 18:58:26 -0400
commita1682281f427ab011930f421e5691cf4bf230df1 (patch)
treebea2bfef53af6182fce4437a3f82ddf2e46879de /runtime
parent8c4c366a9ebeff6c549f85316cbc8838fcfae56a (diff)
parent6aefd14482fe58d4c056bd8e1e1651640387a36e (diff)
downloadrneovim-a1682281f427ab011930f421e5691cf4bf230df1.tar.gz
rneovim-a1682281f427ab011930f421e5691cf4bf230df1.tar.bz2
rneovim-a1682281f427ab011930f421e5691cf4bf230df1.zip
Merge #5214 from jamessan/browse-modifier
Re-add ":browse" command modifier and use it with ":oldfiles"
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/starting.txt3
-rw-r--r--runtime/doc/vim_diff.txt1
2 files changed, 1 insertions, 3 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 8249f8e71f..c6f51d47b9 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1200,11 +1200,10 @@ 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 3c8b728b95..9bd129a7c2 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -188,7 +188,6 @@ 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|