Migrate build script to ruby

This commit is contained in:
Adam Stankiewicz
2020-08-21 19:49:36 +02:00
parent cf8e31ff7f
commit 5d0150e326
3 changed files with 816 additions and 287 deletions

View File

@@ -11,6 +11,9 @@ if exists("b:did_ftplugin")
endif
let b:did_ftplugin = 1
let b:undo_ftplugin = "setlocal comments< commentstring<"
setlocal comments=:#
setlocal commentstring=#\ %s
endif