Skip to content

Commit 88f7a6a

Browse files
committed
Updates internal version references
1 parent 8406691 commit 88f7a6a

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.9.2
1+
" Version: 0.9.3
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.9.2
3+
" Version: 0.9.3
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.9.2
1+
" Version: 0.9.3
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.9.2
1+
" Version: 0.9.3
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.9.2'
6+
let s:version = '0.9.3'
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)