Skip to content

Commit

Permalink
bound version V1.9.5
Browse files Browse the repository at this point in the history
Signed-off-by: tracyone <tracyone@live.cn>
  • Loading branch information
tracyone committed Nov 8, 2023
1 parent 4ebd7ef commit 33e63a5
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 @@ -45,7 +45,7 @@ function! te#feat#gen_feature_vim(reset) abort
let l:temp2=te#feat#get_vim_version()
let l:vinux_version=te#compatiable#systemlist('git describe')
if type(l:vinux_version) == g:t_number || v:shell_error != 0
let g:vinux_version='vinux V1.9.4'.' @'.l:temp2[0].'.'.l:temp2[1]
let g:vinux_version='vinux V1.9.5'.' @'.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 33e63a5

Please sign in to comment.