Need exclude pattern
Brought to you by:
fritzophrenic
Originally created by: fritzophrenic
Original report by Ben Fritz (Bitbucket: fritzophrenic NA, ).
The g:autohide_file_list option lets you specify which files to hide using wild cards. But users may not want to hide all files matching a wild card. For example, you may want to hide all files starting with a '.' character, except leave Eclipse's ".project", ".cproject", etc. visible.
Solution: add a new g:autohide_exclude option that will NOT hide matching files, even if they match the other criteria for hiding.