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 5c498b3 commit a9bdcfaCopy full SHA for a9bdcfa
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.1.0'
+let s:gtm_ver_req = '>= 1.2.1'
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