File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,17 @@ if exists('g:gtm_plugin_loaded') || &cp
7
7
endif
8
8
let g: gtm_plugin_loaded = 0
9
9
10
- let s: gtm_ver_req = ' >= 1.0-beta.6 '
10
+ let s: gtm_ver_req = ' >= 1.0-beta.7 '
11
11
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'
14
15
15
16
if executable (' gtm' ) == 0
17
+ echomsg ' .'
16
18
echomsg s: no_gtm_err
17
- echomsg " GTM plug-in NOT LOADED"
19
+ echomsg s: gtm_url
20
+ echomsg ' .'
18
21
finish
19
22
endif
20
23
@@ -31,9 +34,10 @@ function! s:verify(ver)
31
34
endfunction
32
35
33
36
if s: verify (s: gtm_ver_req ) == 0
37
+ echomsg ' .'
34
38
echomsg s: gtm_ver_err
35
- echomsg " GTM plug-in NOT LOADED "
36
- finish
39
+ echomsg s: gtm_url
40
+ echomsg ' . '
37
41
endif
38
42
39
43
" plug-in is loading successfully
You can’t perform that action at this time.
0 commit comments