Skip to content

Commit b451853

Browse files
committed
Updated version to 0.8.2
1 parent 67ccaf5 commit b451853

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
" Version: 0.8.1
1+
" Version: 0.8.2
22
" Webpage: https://github.com/ryanoasis/vim-devicons
33
" Maintainer: Ryan McIntyre <[email protected]>
44
" License: see LICENSE

autoload/vimfiler/columns/devicons.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"=============================================================================
22
" FILE: devicons.vim
3-
" Version: 0.8.1
3+
" Version: 0.8.2
44
" Webpage: https://github.com/ryanoasis/vim-devicons
55
" Maintainer: Ryan McIntyre <[email protected]>
66
" License: MIT license {{{

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ CHANGELOG
33
================================================================================
44
This project is using [Semantic Versioning 2.0.0](http://semver.org/)
55

6+
- v0.8.2
7+
- Updated `jsx` filetype (using React glyph) (enhancement PR #148)
8+
- Added issue and pull request templates
69
- v0.8.1
710
- Fixed Unite display issues (absolute paths and/or duplicate paths) (fixes #140)
811
- Fixed custom CtrlP open function causing 'E16' (fixes #115)

doc/webdevicons.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ startify [19], vimfiler [20], and flagship [21].
7676
*readme-table-of-contents*
7777
Table of Contents ~
7878

79-
- vim-devicons v0.8.1
79+
- vim-devicons v0.8.2
8080

8181
- Quick Setup (TL;DR)
8282
- Installation

plugin/webdevicons.vim

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
" Version: 0.8.1
1+
" Version: 0.8.2
22
" Webpage: https://github.com/ryanoasis/vim-devicons
33
" Maintainer: Ryan McIntyre <[email protected]>
44
" License: see LICENSE
55

6-
let s:version = '0.8.1'
6+
let s:version = '0.8.2'
77

88
" standard fix/safety: line continuation (avoiding side effects) {{{1
99
"========================================================================

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Adds filetype glyphs (icons) to other plugins such as [NERDTree], [vim-airline],
1717

1818
## Table of Contents
1919

20-
- [vim-devicons v0.8.1](#)
20+
- [vim-devicons v0.8.2](#)
2121
- [Quick Setup (TL;DR)](#quick-setup)
2222
- [Installation](#installation)
2323
- [Usage](#usage)

0 commit comments

Comments
 (0)