diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-11-28 23:01:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-11-28 23:01:53 +0000 |
commit | 36c31f71ada48493d099e9510179766cee3c086c (patch) | |
tree | bd6eba8f2f88fbf94cbaf05f9d965d646da2338a /runtime/doc/pi_netrw.txt | |
parent | 9835862c81a196afd0d5e23974f8e600aa661ffd (diff) | |
download | vim-git-36c31f71ada48493d099e9510179766cee3c086c.tar.gz |
updated for version 7.0161
Diffstat (limited to 'runtime/doc/pi_netrw.txt')
-rw-r--r-- | runtime/doc/pi_netrw.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/pi_netrw.txt b/runtime/doc/pi_netrw.txt index 80c1ea367..a7ee1e22d 100644 --- a/runtime/doc/pi_netrw.txt +++ b/runtime/doc/pi_netrw.txt @@ -1,4 +1,4 @@ -*pi_netrw.txt* For Vim version 7.0. Last change: Oct 19, 2005 +*pi_netrw.txt* For Vim version 7.0. Last change: Nov 28, 2005 VIM REFERENCE MANUAL by Charles E. Campbell, Jr. @@ -1284,6 +1284,8 @@ which is loaded automatically at startup (assuming :set nocp). ============================================================================== 10. History *netrw-history* + v76: * "directory is missing" error message now restores echo + highlighting v75: * file://... now conforms to RFC2396 (thanks to S. Zacchiroli) * if the binary option is set, then NetWrite() will only write the whole file (line numbers don't make sense with this). |