bernardo-bruning/godot-vim

Add Save command

Opened this issue · 1 comments

We should be able to save files using :w

I attempted to implement the :w command but discovered that the script editor has a private save file. 😓 I believe we could propose a public method or attempt to invoke the 'save file' menu button instead.