tpope/vim-vinegar

Using "-" on neovim does not trigger buffer saving

moniquelive opened this issue · 1 comments

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

Both editors with the same config (set autowriteall).

tpope commented

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