Manual: add a note about the "vim-glsl" plugin.
This commit is contained in:
parent
dfb263775b
commit
675f67eea2
@ -2277,6 +2277,13 @@ Type: string
|
||||
Default: unset
|
||||
Additional arguments to pass to "cgc".
|
||||
|
||||
Note~
|
||||
|
||||
You probably also need a plugin to set |filetype| for OpenGL files, such as
|
||||
"vim-glsl":
|
||||
|
||||
https://github.com/tikhomirov/vim-glsl
|
||||
|
||||
==============================================================================
|
||||
SYNTAX CHECKERS FOR GO *syntastic-checkers-go*
|
||||
|
||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
||||
lockvar! g:_SYNTASTIC_START
|
||||
endif
|
||||
|
||||
let g:_SYNTASTIC_VERSION = '3.8.0-9'
|
||||
let g:_SYNTASTIC_VERSION = '3.8.0-10'
|
||||
lockvar g:_SYNTASTIC_VERSION
|
||||
|
||||
" Sanity checks {{{1
|
||||
|
Loading…
x
Reference in New Issue
Block a user