rottencandy / vimkubectl

Manage Kubernetes resources from Vim
https://www.vim.org/scripts/script.php?script_id=5862
MIT License
76 stars 5 forks source link

`E676: No matching autocommands for buftype=acwrite buffer` #8

Open phmarek opened 11 months ago

phmarek commented 11 months ago

I'm not entirely sure how/why that error happens, but right now I reproduced by doing :Kedit node abc (with a valid node name, of course), opening another buffer for another node, writing a label in the "old" buffer, and doing :w.

:Kapply did work (after reloading the object, seems it got changed while writing this issue ;/ )