aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/go.vim
blob: e9a48c50239b48d511df8a72ce7077d8a1b2566c (plain)
1
2
3
4
5
" The vim-go plugin uses Vimscript syntax that isn't valid below Vim 7.4.
" Disable the plugin in earlier Vim versions.
if v:version < 704
	let g:go_loaded_install = 1
endif