t9md / atom-vim-mode-plus-ex-mode

Experiment to implement ex-mode for vim-mode-plus
https://atom.io/packages/vim-mode-plus-ex-mode
MIT License
30 stars 11 forks source link

:wq triggers Atom's "'filename' has changes, do you want to save them?" message #23

Closed justinjhendrick closed 7 years ago

justinjhendrick commented 7 years ago

Repro: 1) edit a file 2) :wq

Expected: file is saved, tab is closed

Actual: Atom dialog box with "'filename' has changes, do you want to save them?" and I have to choose save.

Info: Atom version: 1.14.2 x64 vim-mode-plus version: 0.82.3 vim-mode-plus-ex-mode version: 0.9.0

justinjhendrick commented 7 years ago

Works now. It was an atom change that fixed it, I guess.

Info: Atom version: 1.15.9 x64 vim-mode-plus version: 0.82.3 vim-mode-plus-ex-mode version: 0.9.0

t9md commented 7 years ago

Thanks for reporting, I myself haven't seen this issue. But I now have info upgrading Atom solve problem.