Skip to content

Commit 7129f00

Browse files
committed
Remove post processing of status
1 parent 6b72ffa commit 7129f00

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11

22
.gtm/
33
release
4+
/.gtm/

plugin/gtm.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function! s:record()
5959
if v:shell_error
6060
echomsg s:no_gtm_err
6161
else
62-
let s:gtm_plugin_status = (g:gtm_plugin_status_enabled ? join(split(substitute(output, '\s*\d*s\s*$', '', 'g')), ' ') : '')
62+
let s:gtm_plugin_status = (g:gtm_plugin_status_enabled ? output : '')
6363
endif
6464
let s:last_update = localtime()
6565
let s:last_file = fpath

0 commit comments

Comments
 (0)