Hi,I set g:netrw_list_hide='^\..*$,^.*\~$,^.*\.pyc$' in .vimrc. There is a folder with the following hierarchy:
~/test/
.testrc
a.py
a.pyc
a.py~
With :find ~/test command, the result is:
a.py
It is right. But when I press 'a' once to displaying all the hiding
files, there is nothing displayed. is this a bug or I miss something?
I am using vim7.0f Beta and netrw v93. If any other information is
needed to diagnose the problem, please tell me and I will send. Thanks.
BR Vincent
