made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
12
gitportable/usr/share/vim/vim91/compiler/bash.vim
Normal file
12
gitportable/usr/share/vim/vim91/compiler/bash.vim
Normal file
@@ -0,0 +1,12 @@
|
||||
" Vim compiler file
|
||||
" Compiler: Bash Syntax Checker
|
||||
" Maintainer: @konfekt
|
||||
" Last Change: 2024 Dec 27
|
||||
|
||||
if exists("current_compiler")
|
||||
finish
|
||||
endif
|
||||
let current_compiler = "bash"
|
||||
|
||||
CompilerSet makeprg=bash\ -n
|
||||
CompilerSet errorformat=%f:\ line\ %l:\ %m
|
||||
Reference in New Issue
Block a user