]> git.lizzy.rs Git - micro.git/blobdiff - cmd/micro/micro.go
OutdentSelection works on all cases (whatever tabsize or tabstospace values)
[micro.git] / cmd / micro / micro.go
index 22a3d6f41714414a04f60d31225fa164bd5188da..d4668508448159a4d1bef9914d925edc0ab681d2 100644 (file)
@@ -21,8 +21,6 @@ import (
 )
 
 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 is not a double click
        undoThreshold        = 500 // If two events are less than n milliseconds apart, undo both of them
        autosaveTime         = 8   // Number of seconds to wait before autosaving