mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +09:00
Update plugins for local settings
This commit is contained in:
@@ -6,7 +6,7 @@ MakeCommand("lint", "linter.runLinter", 0)
|
||||
|
||||
function runLinter()
|
||||
CurView():Save(false)
|
||||
local ft = CurView().Buf.FileType
|
||||
local ft = CurView().Buf:FileType()
|
||||
local file = CurView().Buf.Path
|
||||
local devnull = "/dev/null"
|
||||
if OS == "windows" then
|
||||
|
||||
Reference in New Issue
Block a user