Remove undo options, make stackundo default behavior

This commit is contained in:
Camille Scholtz
2016-05-27 23:39:27 +02:00
parent 007ece1e78
commit 1806ef3ad0
4 changed files with 13 additions and 26 deletions

View File

@@ -20,6 +20,7 @@ const (
synLinesUp = 75 // How many lines up to look to do syntax highlighting
synLinesDown = 75 // How many lines down to look to do syntax highlighting
doubleClickThreshold = 400 // How many milliseconds to wait before a second click i not a double click
undoThreshold = 500 // If two events are less than n milliseconds apart, undo both of them
)
var (