tpope / vim-vinegar

vinegar.vim: Combine with netrw to create a delicious salad dressing
https://www.vim.org/scripts/script.php?script_id=5671
2.23k stars 87 forks source link

g:netrw_list_hide is partly cleared if != s:dotfiles #102

Open fedorenchik opened 6 years ago

fedorenchik commented 6 years ago

If there is following line in .vimrc: let g:netrw_list_hide = netrw_gitignore#Hide() . ',\(^\|\s\s\)\zs\.\S\+' vim-vinegar will remove netrw_gitignore#Hide() or any other string. Expected results: vim-vinegar keep whole custom g:netrw_list_hide variable.