You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: