-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to changelog and doc for v0.9.2 release
- Loading branch information
Showing
6 changed files
with
89 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
" Version: 0.9.1 | ||
" Version: 0.9.2 | ||
" Webpage: https://github.com/ryanoasis/vim-devicons | ||
" Maintainer: Ryan McIntyre <[email protected]> | ||
" License: see LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
"============================================================================= | ||
" FILE: devicons.vim | ||
" Version: 0.9.1 | ||
" Version: 0.9.2 | ||
" Webpage: https://github.com/ryanoasis/vim-devicons | ||
" Maintainer: Ryan McIntyre <[email protected]> | ||
" License: MIT license {{{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
" Version: 0.9.1 | ||
" Version: 0.9.2 | ||
" Webpage: https://github.com/ryanoasis/vim-devicons | ||
" Maintainer: Ryan McIntyre <[email protected]> | ||
" License: see LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
" Version: 0.9.1 | ||
" Version: 0.9.2 | ||
" Webpage: https://github.com/ryanoasis/vim-devicons | ||
" Maintainer: Ryan McIntyre <[email protected]> | ||
" License: see LICENSE | ||
|
||
let s:version = '0.9.1' | ||
let s:version = '0.9.2' | ||
let s:plugin_home = expand('<sfile>:p:h:h') | ||
|
||
" set scriptencoding after 'encoding' and when using multibyte chars | ||
|