Merge branch 'master' into ft

This commit is contained in:
Zachary Yedidia
2017-10-17 00:03:57 -04:00
committed by GitHub
15 changed files with 603 additions and 510 deletions

View File

@@ -13,10 +13,11 @@ function onViewOpen(view)
ft == "makefile" then
SetOption("tabstospaces", "off")
elseif ft == "fish" or
ft == "python" or
ft == "python2" or
ft == "python3" or
ft == "yaml" or
ft == "python" or
ft == "python2" or
ft == "python3" or
ft == "yaml" or
ft == "nim" then
SetOption("tabstospaces", "on")
end
end