File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,14 +7,17 @@ if exists('g:gtm_plugin_loaded') || &cp
77endif
88let g: gtm_plugin_loaded = 0
99
10- let s: gtm_ver_req = ' >= 1.0-beta.6 '
10+ let s: gtm_ver_req = ' >= 1.0-beta.7 '
1111
12- let s: no_gtm_err = ' GTM exe not found, install GTM or update path, see https://www.github.com/git-time-metric/gtm'
13- let s: gtm_ver_err = ' GTM exe is out of date, please install the latest GTM, see https://www.github.com/git-time-metric/gtm'
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'
14+ let s: gtm_url = ' see https://www.github.com/git-time-metric/gtm'
1415
1516if executable (' gtm' ) == 0
17+ echomsg ' .'
1618 echomsg s: no_gtm_err
17- echomsg " GTM plug-in NOT LOADED"
19+ echomsg s: gtm_url
20+ echomsg ' .'
1821 finish
1922endif
2023
@@ -31,9 +34,10 @@ function! s:verify(ver)
3134endfunction
3235
3336if s: verify (s: gtm_ver_req ) == 0
37+ echomsg ' .'
3438 echomsg s: gtm_ver_err
35- echomsg " GTM plug-in NOT LOADED "
36- finish
39+ echomsg s: gtm_url
40+ echomsg ' . '
3741endif
3842
3943" plug-in is loading successfully
You can’t perform that action at this time.
0 commit comments