made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
14
gitportable/usr/share/vim/vim91/indent/glsl.vim
Normal file
14
gitportable/usr/share/vim/vim91/indent/glsl.vim
Normal file
@@ -0,0 +1,14 @@
|
||||
" Language: OpenGL Shading Language
|
||||
" Maintainer: Gregory Anders <greg@gpanders.com>
|
||||
" Last Modified: 2024 Jul 21
|
||||
" Upstream: https://github.com/tikhomirov/vim-glsl
|
||||
|
||||
if exists('b:did_indent')
|
||||
finish
|
||||
endif
|
||||
let b:did_indent = 1
|
||||
|
||||
setlocal autoindent cindent
|
||||
setlocal cinoptions&
|
||||
|
||||
let b:undo_indent = 'setl ai< ci< cino<'
|
||||
Reference in New Issue
Block a user