ej-shafran / compile-mode.nvim

A plugin for Neovim inspired by Emacs' Compilation Mode
The Unlicense
50 stars 12 forks source link

change buftype to acwrite or something that does not allow user to write to a file? #10

Closed X3eRo0 closed 9 months ago

X3eRo0 commented 9 months ago

I was using the plugin and accidentally did :w on compilation buffer which ended up saving the compilation file in the current directory.

ej-shafran commented 9 months ago

I added this change - currently in nightly, should be coming to latest soon