aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/go.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin/go.vim b/plugin/go.vim
new file mode 100644
index 0000000..e9a48c5
--- /dev/null
+++ b/plugin/go.vim
@@ -0,0 +1,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