Skip to content

Commit bb90001

Browse files
committed
Require GTM 1.0.0
1 parent 8104a33 commit bb90001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/gtm.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if exists('g:gtm_plugin_loaded') || &cp
77
endif
88
let g:gtm_plugin_loaded = 0
99

10-
let s:gtm_ver_req = '>= 1.0-beta.7'
10+
let s:gtm_ver_req = '>= 1.0.0'
1111

1212
let s:no_gtm_err = 'GTM exe not found, install GTM or update your path'
1313
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

Comments
 (0)