mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +09:00
Add macro and QuitAll support
This commit is contained in:
@@ -4,7 +4,6 @@ import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"os"
|
||||
"sort"
|
||||
|
||||
@@ -246,6 +245,5 @@ func main() {
|
||||
} else {
|
||||
action.Tabs.HandleEvent(event)
|
||||
}
|
||||
log.Println("Done event cycle")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user