summaryrefslogtreecommitdiffstats
path: root/runtime/doc/pi_netrw.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-28 22:38:25 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-28 22:38:25 +0000
commit5a30542f1ec3d84fac9920c2959ba859ddf08199 (patch)
tree0203caac2e7aa8bbb80426a70ecb95ae2bb87be6 /runtime/doc/pi_netrw.txt
parentbd2ac7ec09c617e9faec176de665a2862484ba32 (diff)
updated for version 7.0f04
Diffstat (limited to 'runtime/doc/pi_netrw.txt')
-rw-r--r--runtime/doc/pi_netrw.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/pi_netrw.txt b/runtime/doc/pi_netrw.txt
index 4c74a5d434..a83caaf07b 100644
--- a/runtime/doc/pi_netrw.txt
+++ b/runtime/doc/pi_netrw.txt
@@ -1,4 +1,4 @@
-*pi_netrw.txt* For Vim version 7.0f. Last change: 2006 Apr 26
+*pi_netrw.txt* For Vim version 7.0f. Last change: 2006 Apr 28
VIM REFERENCE MANUAL by Charles E. Campbell, Jr.
@@ -1473,6 +1473,12 @@ which is loaded automatically at startup (assuming :set nocp).
==============================================================================
11. History *netrw-history* {{{1
+ v95: * bugfix - Hiding mode worked correctly (don't show any file
+ matching any of the g:netrw_hide patterns), but
+ but showing mode was showing only those files that didn't
+ match any of the g:netrw_hide patterns. Instead, it now
+ shows all files that match any of the g:netrw_hide patterns
+ (the difference between a logical and and logical or).
v94: * bugfix - a Decho() had a missing quote; only affects things
when debugging was enabled.
v93: * bugfix - removed FocusGained event from causing a slow-browser