Skip to content

Commit

Permalink
update version info
Browse files Browse the repository at this point in the history
Signed-off-by: tracyone <[email protected]>
  • Loading branch information
tracyone committed Oct 18, 2021
1 parent a77dd78 commit 46ed70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/te/feat.vim
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function! te#feat#gen_feature_vim(reset) abort
endif
let l:temp2=te#feat#get_vim_version()
if v:shell_error != 0
let g:vinux_version='vinux V1.2.6'.' @'.l:temp2[0].'.'.l:temp2[1]
let g:vinux_version='vinux V1.2.7'.' @'.l:temp2[0].'.'.l:temp2[1]
else
let l:temp = matchstr(l:vinux_version[-1],'.*\(-\d\+-\w\+\)\@=')
if l:temp !=# ''
Expand Down

0 comments on commit 46ed70b

Please sign in to comment.