made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
13
gitportable/usr/share/vim/vim91/compiler/make.vim
Normal file
13
gitportable/usr/share/vim/vim91/compiler/make.vim
Normal file
@@ -0,0 +1,13 @@
|
||||
" Vim compiler plugin
|
||||
"
|
||||
" Maintainer: The Vim Project <https://github.com/vim/vim>
|
||||
" Last Change: 2024 Sep 10
|
||||
" Original Author: Konfekt
|
||||
"
|
||||
" This compiler plugin is used to reset previously set compiler options.
|
||||
|
||||
if exists("g:current_compiler") | unlet g:current_compiler | endif
|
||||
if exists("b:current_compiler") | unlet b:current_compiler | endif
|
||||
|
||||
CompilerSet makeprg&
|
||||
CompilerSet errorformat&
|
||||
Reference in New Issue
Block a user