Skip to content

Commit bddbff2

Browse files
committed
Updates version for v0.8.5
1 parent 8e01fbc commit bddbff2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

autoload/airline/extensions/tabline/formatters/webdevicons.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
" Version: 0.8.4
1+
" Version: 0.8.5
22
" Webpage: https://github.com/ryanoasis/vim-devicons
33
" Maintainer: Ryan McIntyre <ryanoasis@gmail.com>
44
" License: see LICENSE

autoload/vimfiler/columns/devicons.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"=============================================================================
22
" FILE: devicons.vim
3-
" Version: 0.8.4
3+
" Version: 0.8.5
44
" Webpage: https://github.com/ryanoasis/vim-devicons
55
" Maintainer: Ryan McIntyre <ryanoasis@gmail.com>
66
" License: MIT license {{{

nerdtree_plugin/webdevicons.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
" Version: 0.8.4
1+
" Version: 0.8.5
22
" Webpage: https://github.com/ryanoasis/vim-devicons
33
" Maintainer: Ryan McIntyre <ryanoasis@gmail.com>
44
" License: see LICENSE

plugin/webdevicons.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
" Version: 0.8.4
1+
" Version: 0.8.5
22
" Webpage: https://github.com/ryanoasis/vim-devicons
33
" Maintainer: Ryan McIntyre <ryanoasis@gmail.com>
44
" License: see LICENSE
55

6-
let s:version = '0.8.3'
6+
let s:version = '0.8.5'
77
let s:plugin_home = expand('<sfile>:p:h:h')
88

99
" set scriptencoding after 'encoding' and when using multibyte chars

0 commit comments

Comments
 (0)