diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-09-22 14:42:24 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-09-22 14:42:24 +0200 |
commit | baca7f705babaa1caeb0bce7f63f6275feca6641 (patch) | |
tree | ab045d9c9d5f5d0287b2b002337f2a41291cd629 /runtime/doc/version5.txt | |
parent | 595cad2ea1c77c40a34a240c71290fdef6aabd3b (diff) | |
download | vim-git-baca7f705babaa1caeb0bce7f63f6275feca6641.tar.gz |
Update runtime files. Add support for J.
Diffstat (limited to 'runtime/doc/version5.txt')
-rw-r--r-- | runtime/doc/version5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/version5.txt b/runtime/doc/version5.txt index 15fe92a2c..1cc6a2559 100644 --- a/runtime/doc/version5.txt +++ b/runtime/doc/version5.txt @@ -2020,7 +2020,7 @@ File browser added *file-browser-5.2* The Win32, Athena and Motif GUI bring up a file requester if the user asks to ":browse" for the ":e", ":w", ":r", ":so", ":redirect" and -":mkexrc/vimrc/vsess" commands. ::browse e /foo/bar" opens the requester in +":mkexrc/vimrc/vsess" commands. ":browse e /foo/bar" opens the requester in the /foo/bar directory, so you can have nice mapping rhs's like ":browse so $vim/macros". If no initial dir specified for ":browse e", can be compiled to either begin in the current directory, or that of the current buffer. (Negri |