Skip to content

Commit

Permalink
V1.3.5 pre release
Browse files Browse the repository at this point in the history
Signed-off-by: tracyone <tracyone@live.cn>
  • Loading branch information
tracyone committed Dec 18, 2021
1 parent 9536dcc commit 1db6200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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.3.4'.' @'.l:temp2[0].'.'.l:temp2[1]
let g:vinux_version='vinux V1.3.5'.' @'.l:temp2[0].'.'.l:temp2[1]
else
let l:temp = matchstr(l:vinux_version[-1],'.*\(-\d\+-\w\+\)\@=')
if l:temp !=# ''
Expand Down
1 change: 1 addition & 0 deletions rc/gui.vim
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ else
Plug 'lifepillar/vim-solarized8'
Plug 'liuchengxu/space-vim-dark'
endif
Plug 'mhinz/vim-janah'
Plug 'lifepillar/vim-gruvbox8'
Plug 'vim-scripts/desert256.vim'
Plug 'ayu-theme/ayu-vim'
Expand Down

0 comments on commit 1db6200

Please sign in to comment.