vim-vinegar icon indicating copy to clipboard operation
vim-vinegar copied to clipboard

vinegar.vim: Combine with netrw to create a delicious salad dressing

Results 31 vim-vinegar issues
Sort by recently updated
recently updated
newest added

with +multi_byte support. Found this bug when I entered a folder whose name is in Korean on my Mac with the default setting (`g:netrw_xstrlen == 1`). The file listing was...

I just switched from netrw and one thing I noticed was slightly inconsistent behavior with ctrl-i and ctrl-o. Sometimes after opening a file with vinegar, I realize I'm looking at...

I've been trying to make vinegar silent (ie. remove all those messages like `"./" Illegal file name`). I came up with this: ``` diff diff --git a/plugin/vinegar.vim b/plugin/vinegar.vim index f471141..af4d43c...

It seems to get triggered when a buffer is modified and you hit `-`.

Taking the wildignore files and converting them to patterns that work to hide files in netrw is a GREAT idea, but it does not seem to work in long view....

On windows platform last update rise error "Illegal filename" Error in function opendir line 13. This is strange because it not always rise. Only after edit and save some file...

Is it possible to add an option for following behaviour? When I press '-' to open vinegar-netrw and use 'o' or 'v' to open a file in a split window,...

Then, for example, hitting . on the file rabbit\turtle.vim, visualized by netrw as rabbit | turtle.vim would insert rabbit| turtle.

Recently file search after opening netfw buffer does not work consistently. Sometimes pressing "-" opens the parent directory with the cursor on the first line instead of the current file...

Hi, first thanks for the great plugin. It's a real game changer for my workflows and has worked well for years. I've recently found that `let g:netrw_altfile = 1` doesn't...