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/syntax/confini.vim
Normal file
12
gitportable/usr/share/vim/vim91/syntax/confini.vim
Normal file
@@ -0,0 +1,12 @@
|
||||
" Vim syntax file
|
||||
" Language: confini
|
||||
|
||||
" Quit if a syntax file was already loaded
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
|
||||
" Use the cfg syntax for now, it's similar.
|
||||
runtime! syntax/cfg.vim
|
||||
|
||||
let b:current_syntax = 'confini'
|
||||
Reference in New Issue
Block a user