7 lines
95 B
Go
7 lines
95 B
Go
package editor
|
|
|
|
// ZZ : Save and quit.
|
|
func (ed *Editor) MiscSaveAndQuit() {
|
|
ed.quit = true
|
|
}
|