diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-04 21:29:45 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-04 21:29:45 +0000 |
commit | 1d94f9b30eb9b90332d5043bc3c52b1841bcb7e6 (patch) | |
tree | c0c448b589daac7ff86d70bdc08dbea5e3ce509e /runtime/doc/pi_netrw.txt | |
parent | 04a09c1975b02f88cbbddcb143bd081e99fc0007 (diff) | |
download | vim-git-1d94f9b30eb9b90332d5043bc3c52b1841bcb7e6.tar.gz |
updated for version 7.0123
Diffstat (limited to 'runtime/doc/pi_netrw.txt')
-rw-r--r-- | runtime/doc/pi_netrw.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/pi_netrw.txt b/runtime/doc/pi_netrw.txt index f1144a5f5..ab152de6d 100644 --- a/runtime/doc/pi_netrw.txt +++ b/runtime/doc/pi_netrw.txt @@ -1,4 +1,4 @@ -*pi_netrw.txt* For Vim version 6.3. Last change: Jul 09, 2005 +*pi_netrw.txt* For Vim version 7.0. Last change: Aug 01, 2005 VIM REFERENCE MANUAL by Charles E. Campbell, Jr. @@ -1143,9 +1143,15 @@ which is loaded automatically at startup (assuming :set nocp). ============================================================================== 10. History *netrw-history* + v57: * Explore and relatives can now handle RO files + * reverse sort restored with vim7's sort command + * g:netrw_keepdir now being used to keep the current directory + unchanged as intended (sense change) + * vim 6.3 still supported v56: * LocalBrowse now saves autochdir setting, unsets it, and restores it before returning. * using vim's rename() instead of system + local_rename variable + * avoids changing directory when g:netrw_keepdir is false v55: * -bar used with :Explore :Sexplore etc to allow multiple commands to be separated by |s * browser listings now use the "nowrap" option |