yi-editor / yi

The Haskell-Scriptable Editor
GNU General Public License v2.0
1.51k stars 201 forks source link

`:cq` in Vim Mode #1024

Closed benjamin-travis-summers closed 7 years ago

benjamin-travis-summers commented 7 years ago

Fixes #790.

benjamin-travis-summers commented 7 years ago

I believe simply calling quitEditorWithExitCode on :cq does the right thing here. It immediately closes everything without saving, and exits from the main process with an error code.

ethercrow commented 7 years ago

Thank you!