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

Using "-" on neovim does not trigger buffer saving #131

Closed moniquelive closed 2 years ago

moniquelive commented 2 years ago

On vim it behaves as expected ("-" causes an unsaved buffer to be saved).

Both editors with the same config (set autowriteall).

tpope commented 2 years ago

What about :set hidden?. Neovim turns that on by default, much to my chagrin.