We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8104a33 commit bb90001Copy full SHA for bb90001
plugin/gtm.vim
@@ -7,7 +7,7 @@ if exists('g:gtm_plugin_loaded') || &cp
7
endif
8
let g:gtm_plugin_loaded = 0
9
10
-let s:gtm_ver_req = '>= 1.0-beta.7'
+let s:gtm_ver_req = '>= 1.0.0'
11
12
let s:no_gtm_err = 'GTM exe not found, install GTM or update your path'
13
let s:gtm_ver_err = 'GTM exe is out of date and may not work properly, please install the latest GTM exe'
0 commit comments