From f8841e2bd46e9fed95c0389190e3ef1b6ba77440 Mon Sep 17 00:00:00 2001 From: ryanoasis Date: Fri, 4 Mar 2016 17:16:31 -0500 Subject: [PATCH] Updated version tagging and changelog for v0.8.1 release --- .../tabline/formatters/webdevicons.vim | 2 +- autoload/vimfiler/columns/devicons.vim | 2 +- changelog.md | 5 + doc/webdevicons.txt | 311 +++++++++--------- nerdtree_plugin/webdevicons.vim | 2 +- plugin/webdevicons.vim | 4 +- readme.md | 2 +- 7 files changed, 175 insertions(+), 153 deletions(-) diff --git a/autoload/airline/extensions/tabline/formatters/webdevicons.vim b/autoload/airline/extensions/tabline/formatters/webdevicons.vim index ef750fd..971891a 100644 --- a/autoload/airline/extensions/tabline/formatters/webdevicons.vim +++ b/autoload/airline/extensions/tabline/formatters/webdevicons.vim @@ -1,4 +1,4 @@ -" Version: 0.8.0 +" Version: 0.8.1 " Webpage: https://github.com/ryanoasis/vim-devicons " Maintainer: Ryan McIntyre " License: see LICENSE diff --git a/autoload/vimfiler/columns/devicons.vim b/autoload/vimfiler/columns/devicons.vim index f8cced7..9a49d04 100644 --- a/autoload/vimfiler/columns/devicons.vim +++ b/autoload/vimfiler/columns/devicons.vim @@ -1,6 +1,6 @@ "============================================================================= " FILE: devicons.vim -" Version: 0.8.0 +" Version: 0.8.1 " Webpage: https://github.com/ryanoasis/vim-devicons " Maintainer: Ryan McIntyre " License: MIT license {{{ diff --git a/changelog.md b/changelog.md index c7acda6..f868185 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,11 @@ CHANGELOG ================================================================================ This project is using [Semantic Versioning 2.0.0](http://semver.org/) +- v0.8.1 + - Fixed Unite display issues (absolute paths and/or duplicate paths) (fixes #140) + - Fixed custom CtrlP open function causing 'E16' (fixes #115) + - Fixed typo in readme for setting default folder glyph (PR #143) + - Added documentation for highlighting icon/glyphs only (not just entire lines) in NERDTree (fixes #142) - v0.8.0 - Added support for more [unite](https://github.com/Shougo/unite.vim) actions: `file_rec/async`, `file_rec/neovim`, `file_rec/neovim2`, `file_rec/git` (enhancement PR #132, fixes #131) (@mhartington) - Improved Darwin detection by using a lighter method/logic (#135) (@delphinus35) diff --git a/doc/webdevicons.txt b/doc/webdevicons.txt index 6cb97a0..d07a146 100644 --- a/doc/webdevicons.txt +++ b/doc/webdevicons.txt @@ -10,9 +10,9 @@ Contents ~ 3. Quick Setup (TL;DR) |readme-quick-setup| 4. Installation |readme-installation| 1. Step 1 |readme-step-1| - 1. Pathogen [25] |readme-pathogen-25| - 2. NeoBundle [26] |readme-neobundle-26| - 3. Vundle [27] |readme-vundle-27| + 1. Pathogen [23] |readme-pathogen-23| + 2. NeoBundle [24] |readme-neobundle-24| + 3. Vundle [25] |readme-vundle-25| 4. Manual |readme-manual| 2. Step 2 |readme-step-2| 1. Encoding **must** be set to UTF-8 for the glyphs to show |readme-encoding-must-be-set-to-utf-8-for-glyphs-to-show| @@ -20,67 +20,63 @@ Contents ~ 1. vimrc examples |readme-vimrc-examples| 5. Usage |readme-usage| 6. Screenshots |readme-screenshots| - 1. NERDTree [16] |readme-nerdtree-16| - 2. vim-airline [17] |readme-vim-airline-17| - 3. CtrlP [1] |readme-ctrlp-1| - 4. powerline [18] |readme-powerline-18| - 5. unite [19] |readme-unite-19| - 6. lightline.vim [20] |readme-lightline.vim-20| - 7. vim-startify [21] |readme-vim-startify-21| - 8. vimfiler [22] |readme-vimfiler-22| - 9. flagship [23] |readme-flagship-23| - 10. nerdtree-git-plugin [30] |readme-nerdtree-git-plugin-30| - 11. Different patched fonts example |readme-different-patched-fonts-example| - 12. Various Terminal Emulators |readme-various-terminal-emulators| - 13. Windows |readme-windows| - 14. Mac OS X |readme-mac-os-x| - 15. Glyph set test file |readme-glyph-set-test-file| - 7. Features |readme-features| - 8. Extra Configuration |readme-extra-configuration| + 1. NERDTree [13] |readme-nerdtree-13| + 2. vim-airline [14] |readme-vim-airline-14| + 3. CtrlP [15] |readme-ctrlp-15| + 7. | Deprecation warning | |readme-deprecation-warning| + 1. powerline [16] |readme-powerline-16| + 2. unite [17] |readme-unite-17| + 3. lightline.vim [18] |readme-lightline.vim-18| + 4. vim-startify [19] |readme-vim-startify-19| + 5. vimfiler [20] |readme-vimfiler-20| + 6. flagship [21] |readme-flagship-21| + 7. nerdtree-git-plugin [28] |readme-nerdtree-git-plugin-28| + 8. Different patched fonts example |readme-different-patched-fonts-example| + 9. Various Terminal Emulators |readme-various-terminal-emulators| + 10. Windows |readme-windows| + 11. Mac OS X |readme-mac-os-x| + 12. Glyph set test file |readme-glyph-set-test-file| + 8. Features |readme-features| + 9. Extra Configuration |readme-extra-configuration| 1. Character Mappings |readme-character-mappings| - 9. Lightline Setup |readme-lightline-setup| - 10. Powerline Setup |readme-powerline-setup| - 11. API |readme-api| + 10. Lightline Setup |readme-lightline-setup| + 11. Powerline Setup |readme-powerline-setup| + 12. API |readme-api| 1. API Examples |readme-api-examples| - 12. Todo |readme-todo| - 13. FAQ / Troubleshooting |readme-faq-troubleshooting| - 14. Contributing |readme-contributing| + 13. Todo |readme-todo| + 14. FAQ / Troubleshooting |readme-faq-troubleshooting| + 15. Contributing |readme-contributing| 1. Promotion |readme-promotion| 2. Source code |readme-source-code| - 15. Rationale |readme-rationale| - 16. Inspiration and special thanks |readme-inspiration-special-thanks| + 16. Rationale |readme-rationale| + 17. Inspiration and special thanks |readme-inspiration-special-thanks| 1. Also thanks to the many contributors: |readme-also-thanks-to-many-contributors| - 17. License |readme-license| - 18. References |readme-references| + 18. License |readme-license| + 19. References |readme-references| =============================================================================== *readme-introduction* Introduction ~ -| Upcoming deprecation warning | +Image: GitHub version [1] Image: Join the chat at https://gitter.im/ryanoasis +/vim-devicons [3] Image: Flattr this git repo [5] -| Support for the Original Kien CtrlP Repo [1] has been dropped since v0.7.0 -[2] and only the active CtrlP fork [3] will be supported | +| **Screenshots**| **API** | **Fonts ➶ [7]** | **Patcher ➶ [8]** | |----------- +---------------------|-----------------|------------------------------|-------- +---------------------| | Image: screenshots | Image: api | Image: patcher-logo- +small [7] | Image: patcher-logo-small [8] | -Image: GitHub version [4] Image: Join the chat at https://gitter.im/ryanoasis -/vim-devicons [6] Image: Flattr this git repo [8] +Adds filetype glyphs (icons) to other plugins such as NERDTree [13], vim- +airline [14], CtrlP [15], powerline [16], unite [17], lightline.vim [18], vim- +startify [19], vimfiler [20], and flagship [21]. -| **Screenshots**| **API** | **Fonts ➶ [10]** | **Patcher ➶ [11]** | |--------- ------------------------|-----------------|------------------------------|------ ------------------------| | Image: screenshots | Image: api | Image: patcher- -logo-small [10] | Image: patcher-logo-small [11] | - -Adds filetype glyphs (icons) to other plugins such as NERDTree [16], vim- -airline [17], CtrlP [1], powerline [18], unite [19], lightline.vim [20], vim- -startify [21], vimfiler [22], and flagship [23]. - - Image: image (see reference [24]) + Image: image (see reference [22]) =============================================================================== *readme-table-of-contents* Table of Contents ~ -- vim-devicons v0.7.1 +- vim-devicons v0.8.1 - Quick Setup (TL;DR) - Installation @@ -106,8 +102,8 @@ Table of Contents ~ *readme-quick-setup* Quick Setup (TL;DR) ~ -1. Download and install a patched **nerd-font [11]** (or patch your own) _(» - More details... «) [11]_ +1. Download and install a patched **nerd-font [8]** (or patch your own) _(» + More details... «) [8]_ 2. Install the plugin per your usual method _(» More details... «)_ @@ -128,15 +124,15 @@ installed with a variety of plugin managers: Step 1 ~ ------------------------------------------------------------------------------- - *readme-pathogen-25* -Pathogen [25] ~ + *readme-pathogen-23* +Pathogen [23] ~ - 'git clone https://github.com/ryanoasis/vim-devicons ~/.vim/bundle/vim- devicons' ------------------------------------------------------------------------------- - *readme-neobundle-26* -NeoBundle [26] ~ + *readme-neobundle-24* +NeoBundle [24] ~ - Add to vimrc: @@ -145,8 +141,8 @@ NeoBundle [26] ~ 'vim :so ~/.vimrc :NeoBundleInstall' ------------------------------------------------------------------------------- - *readme-vundle-27* -Vundle [27] ~ + *readme-vundle-25* +Vundle [25] ~ - Add to vimrc: @@ -182,14 +178,14 @@ For Powerline symbols to show in airline the following needs to be set ~ *readme-vimrc-examples* vimrc examples ~ -- Sample Windows vimrc configuration 1 [28] -- Sample Linux vimrc configuration 1 [29] +- Sample Windows vimrc configuration 1 [26] +- Sample Linux vimrc configuration 1 [27] The _ONLY_ other configuration needed should be setting the font vim uses to a patched font. Already patched fonts and the font patcher script are provided at: nerd-fonts -[11] +[8] It works without configuration _ONLY_ when used with a patched font provided in the separate repository above. Install the font and add it to your 'vimrc' or @@ -212,96 +208,103 @@ the separate repository above. Install the font and add it to your 'vimrc' or Usage ~ After installing the patched font and setting the vim font just open or look at -any of the supported plugins you have installed (NERDTree [16], airline [17], -powerline [18], unite [19], lightline.vim [20], vimfiler [22], or flagship -[23]). +any of the supported plugins you have installed (NERDTree [13], airline [14], +powerline [16], unite [17], lightline.vim [18], vimfiler [20], or flagship +[21]). - _NOTE:_ if you don't have 'guifont' set and are not running gvim you will need to set the terminal font. -- _NOTE:_ for support of these plugins: NERDTree [16], vim-airline [17], - CtrlP [1], powerline [18], unite [19], vimfiler [22], flagship [23] you +- _NOTE:_ for support of these plugins: NERDTree [13], vim-airline [14], + CtrlP [15], powerline [16], unite [17], vimfiler [20], flagship [21] you **must** configure vim to load those plugins **_before_** vim-devicons loads. -- _NOTE:_ for better nerdtree-git-plugin [30] support, you _should_ configure +- _NOTE:_ for better nerdtree-git-plugin [28] support, you _should_ configure vim to load nerdtree-git-plugin **_before_** vim-devicons loads. =============================================================================== *readme-screenshots* Screenshots ~ - Image: image (see reference [31]) + Image: image (see reference [29]) ------------------------------------------------------------------------------- - *readme-nerdtree-16* -NERDTree [16] ~ + *readme-nerdtree-13* +NERDTree [13] ~ -Image: image (see reference [32]) Image: image (see reference [33]) Image: -image (see reference [34]) +Image: image (see reference [30]) Image: image (see reference [31]) Image: +image (see reference [32]) ------------------------------------------------------------------------------- - *readme-vim-airline-17* -vim-airline [17] ~ + *readme-vim-airline-14* +vim-airline [14] ~ section | preview ------------------- | ------------- statusline | Image: image -(see reference [35]) tabline | Image: image (see reference [36]) tabline | -Image: image (see reference [37]) fileformats symbols | Image: image (see -reference [38]) +(see reference [33]) tabline | Image: image (see reference [34]) tabline | +Image: image (see reference [35]) fileformats symbols | Image: image (see +reference [36]) ------------------------------------------------------------------------------- - *readme-ctrlp-1* -CtrlP [1] ~ + *readme-ctrlp-15* +CtrlP [15] ~ -- Supports the original CtrlP [1] plugin and CtrlP active fork [3] +- Only supports the CtrlP active fork [37] - Currently only MRU file mode supported - Image: image (see reference [39]) + Image: image (see reference [38]) + +=============================================================================== + *readme-deprecation-warning* +| Deprecation warning | ~ + +| Support for the Original Kien CtrlP Repo [15] has been dropped since v0.7.0 +[39] and only the active CtrlP fork [37] is supported | ------------------------------------------------------------------------------- - *readme-powerline-18* -powerline [18] ~ + *readme-powerline-16* +powerline [16] ~ Image: image (see reference [40]) ------------------------------------------------------------------------------- - *readme-unite-19* -unite [19] ~ + *readme-unite-17* +unite [17] ~ - Currently only supports 'file', 'file_rec', and 'buffer' Image: image (see reference [41]) ------------------------------------------------------------------------------- - *readme-lightline.vim-20* -lightline.vim [20] ~ + *readme-lightline.vim-18* +lightline.vim [18] ~ Image: image (see reference [42]) ------------------------------------------------------------------------------- - *readme-vim-startify-21* -vim-startify [21] ~ + *readme-vim-startify-19* +vim-startify [19] ~ Image: image (see reference [43]) ------------------------------------------------------------------------------- - *readme-vimfiler-22* -vimfiler [22] ~ + *readme-vimfiler-20* +vimfiler [20] ~ Image: image (see reference [44]) ------------------------------------------------------------------------------- - *readme-flagship-23* -flagship [23] ~ + *readme-flagship-21* +flagship [21] ~ -- _NOTE: flagship [23] support is **experimental** because the API may be +- _NOTE: flagship [21] support is **experimental** because the API may be changing [45]_ Image: image (see reference [46]) ------------------------------------------------------------------------------- - *readme-nerdtree-git-plugin-30* -nerdtree-git-plugin [30] ~ + *readme-nerdtree-git-plugin-28* +nerdtree-git-plugin [28] ~ - with 'g:WebDevIconsNerdTreeGitPluginForceVAlign' on @@ -354,15 +357,15 @@ Features ~ - show developer file type glyphs from a font in various vim plugins, currently supports: -- NERDTree [16] +- NERDTree [13] -- vim-airline [17] (statusline and tabline) +- vim-airline [14] (statusline and tabline) -- lightline.vim [20] (statusline) +- lightline.vim [18] (statusline) - see: lightline setup -- Powerline [18] (statusline) +- Powerline [16] (statusline) - see: powerline setup @@ -395,7 +398,7 @@ Features ~ - 'jquery, angular, backbone, requirejs, materialize, mootools' -- font patcher (nerd-fonts [11]) +- font patcher (nerd-fonts [8]) - requires: python2, python-fontforge package @@ -410,7 +413,7 @@ Extra Configuration ~ working - _NOTE:_ You _NEED_ to use one of the patched font provided or patch your - own (nerd-fonts [11]) _unless_ you want to configure the filetype to glyph + own (nerd-fonts [8]) _unless_ you want to configure the filetype to glyph mappings yourself for your current font - these options can be defined in your 'vimrc' or 'gvimrc' @@ -461,7 +464,7 @@ Extra Configuration ~ let g:WebDevIconsNerdTreeAfterGlyphPadding = ' ' < - Force extra padding in NERDTree so that the filetype icons line up - vertically (when nerdtree-git-plugin [30] is present) (default 1) + vertically (when nerdtree-git-plugin [28] is present) (default 1) > let g:WebDevIconsNerdTreeGitPluginForceVAlign = 1 < @@ -493,7 +496,7 @@ Character Mappings ~ WebDevIconsUnicodeDecorateFolderNodesExactMatches = 1' - change the default folder/directory glyph/icon "vim let - g:WebDevIconsUnicodeDecorateFolderNodeDefaultSymbol = 'ƛ'" + g:WebDevIconsUnicodeDecorateFolderNodesDefaultSymbol = 'ƛ'" - change the default open folder/directory glyph/icon (default is '') "vim let g:DevIconsDefaultFolderOpenSymbol = 'ƛ'" @@ -520,7 +523,7 @@ Character Mappings ~ *readme-lightline-setup* Lightline Setup ~ -To add the appropriate icon to lightline [20], call the function +To add the appropriate icon to lightline [18], call the function 'WebDevIconsGetFileTypeSymbol()' and/or 'WebDevIconsGetFileFormatSymbol()' in your '.vimrc'. For example, you could set your sections to: > @@ -543,10 +546,10 @@ your '.vimrc'. For example, you could set your sections to: *readme-powerline-setup* Powerline Setup ~ -- _Note this is for the current Powerline [18] not the deprecated vim- +- _Note this is for the current Powerline [16] not the deprecated vim- powerline [57]_ -To enable for Powerline [18] some 'vimrc' and powerline configuration changes +To enable for Powerline [16] some 'vimrc' and powerline configuration changes are needed: 'vimrc' changes (only required if you don't already have powerline setup for @@ -617,14 +620,14 @@ FAQ / Troubleshooting ~ - I don't want to use any of the fonts provided, I want to use font ABC -- try the font patcher: nerd-fonts [11] +- try the font patcher: nerd-fonts [8] - see font configuration above for more details - It isn't working - Are you using the patched font provided in the separate repo (nerd-fonts - [11]) or are you patching your own? + [8]) or are you patching your own? - _NOTE:_ if running vim and no font set it will default to the terminal font that is set @@ -695,6 +698,20 @@ FAQ / Troubleshooting ~ NERDTreeHighlightFile('jade', 'green', 'none', 'green', '#151515') ``` per: https://github.com/ryanoasis/vim-devicons/issues/49#issuecomment-101753558 +- How did you get color matching on just the glyph/icon in nerdtree? ```vim " + NERDTress File highlighting only the glyph/icon " test highlight just the + glyph (icons) in nerdtree: autocmd filetype nerdtree highlight haskell_icon + ctermbg=none ctermfg=Red guifg=#ffa500 autocmd filetype nerdtree highlight + html_icon ctermbg=none ctermfg=Red guifg=#ffa500 autocmd filetype nerdtree + highlight go_icon ctermbg=none ctermfg=Red guifg=#ffa500 + + autocmd filetype nerdtree syn match haskell_icon ## + containedin=NERDTreeFile " if you are using another syn highlight for a + given line (e.g. " NERDTreeHighlightFile) need to give that name in the + 'containedin' for this " other highlight to work with it autocmd filetype + nerdtree syn match html_icon ## containedin=NERDTreeFile,html autocmd + filetype nerdtree syn match go_icon ## containedin=NERDTreeFile ``` + - Issues after re-sourcing 'vimrc' - Try adding this to the bottom of your 'vimrc' @@ -744,9 +761,9 @@ decided to create my first plugin. *readme-inspiration-special-thanks* Inspiration and special thanks ~ -- vim-airline [17] -- nerdtree [16] -- nerdtree-git-plugin [30] +- vim-airline [14] +- nerdtree [13] +- nerdtree-git-plugin [28] - seti-ui [64] - devicons by Theodore Vorillas [65] - benatespina development.svg.icons [66] @@ -768,45 +785,45 @@ See LICENSE *readme-references* References ~ -[1] https://github.com/kien/ctrlp.vim -[2] https://github.com/ryanoasis/vim-devicons/milestones/v0.7.0 -[3] https://github.com/ctrlpvim/ctrlp.vim -[4] http://badge.fury.io/gh/ryanoasis%2Fvim-devicons -[5] https://badge.fury.io/gh/ryanoasis%2Fvim-devicons.svg -[6] https://gitter.im/ryanoasis/vim-devicons?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge -[7] https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=flat -[8] https://flattr.com/submit/auto?user_id=ryanoasis&url=https://github.com/ryanoasis/vim-devicons&title=vim-devicons&language=viml&tags=github&category=software -[9] https://img.shields.io/badge/donate-flattr%20this!-8DB65B.svg?style=flat -[10] https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts -[11] https://github.com/ryanoasis/nerd-fonts -[12] https://github.com/ryanoasis/vim-devicons/wiki/screenshots/v1.0.0/branding-logo-screenshots-sm.png -[13] https://github.com/ryanoasis/vim-devicons/wiki/screenshots/v1.0.0/branding-logo-api-sm.png -[14] https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/nerd-fonts-character-logo-md.png -[15] https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/nerd-fonts-patcher-logo-md.png -[16] https://github.com/scrooloose/nerdtree -[17] https://github.com/bling/vim-airline -[18] https://github.com/powerline/powerline -[19] https://github.com/Shougo/unite.vim -[20] https://github.com/itchyny/lightline.vim -[21] https://github.com/mhinz/vim-startify -[22] https://github.com/Shougo/vimfiler.vim -[23] https://github.com/tpope/vim-flagship -[24] https://github.com/ryanoasis/vim-devicons/wiki/screenshots/v0.8.x/overall-screenshot.png -[25] https://github.com/tpope/vim-pathogen -[26] https://github.com/Shougo/neobundle.vim -[27] https://github.com/gmarik/vundle -[28] https://github.com/ryanoasis/vim-devicons/wiki/samples/v0.8.x/.vimrc-windows-1 -[29] https://github.com/ryanoasis/vim-devicons/wiki/samples/v0.8.x/.vimrc-linux-1 -[30] https://github.com/Xuyuanp/nerdtree-git-plugin -[31] https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/vim.png -[32] https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/nerdtree-1.png -[33] https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/nerdtree-2.png -[34] https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/nerdtree-3.png -[35] https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/airline-statusline.png -[36] https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/airline-tabline-1.png -[37] https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/airline-tabline-2.png -[38] https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/fileformats-symbols-sample.png -[39] https://github.com/ryanoasis/vim-devicons/wiki/screenshots/v0.8.x/ctrlp.png +[1] http://badge.fury.io/gh/ryanoasis%2Fvim-devicons +[2] https://badge.fury.io/gh/ryanoasis%2Fvim-devicons.svg +[3] https://gitter.im/ryanoasis/vim-devicons?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge +[4] https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=flat +[5] https://flattr.com/submit/auto?user_id=ryanoasis&url=https://github.com/ryanoasis/vim-devicons&title=vim-devicons&language=viml&tags=github&category=software +[6] https://img.shields.io/badge/donate-flattr%20this!-8DB65B.svg?style=flat +[7] https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts +[8] https://github.com/ryanoasis/nerd-fonts +[9] https://github.com/ryanoasis/vim-devicons/wiki/screenshots/v1.0.0/branding-logo-screenshots-sm.png +[10] https://github.com/ryanoasis/vim-devicons/wiki/screenshots/v1.0.0/branding-logo-api-sm.png +[11] https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/nerd-fonts-character-logo-md.png +[12] https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/nerd-fonts-patcher-logo-md.png +[13] https://github.com/scrooloose/nerdtree +[14] https://github.com/bling/vim-airline +[15] https://github.com/kien/ctrlp.vim +[16] https://github.com/powerline/powerline +[17] https://github.com/Shougo/unite.vim +[18] https://github.com/itchyny/lightline.vim +[19] https://github.com/mhinz/vim-startify +[20] https://github.com/Shougo/vimfiler.vim +[21] https://github.com/tpope/vim-flagship +[22] https://github.com/ryanoasis/vim-devicons/wiki/screenshots/v0.8.x/overall-screenshot.png +[23] https://github.com/tpope/vim-pathogen +[24] https://github.com/Shougo/neobundle.vim +[25] https://github.com/gmarik/vundle +[26] https://github.com/ryanoasis/vim-devicons/wiki/samples/v0.8.x/.vimrc-windows-1 +[27] https://github.com/ryanoasis/vim-devicons/wiki/samples/v0.8.x/.vimrc-linux-1 +[28] https://github.com/Xuyuanp/nerdtree-git-plugin +[29] https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/vim.png +[30] https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/nerdtree-1.png +[31] https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/nerdtree-2.png +[32] https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/nerdtree-3.png +[33] https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/airline-statusline.png +[34] https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/airline-tabline-1.png +[35] https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/airline-tabline-2.png +[36] https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/fileformats-symbols-sample.png +[37] https://github.com/ctrlpvim/ctrlp.vim +[38] https://github.com/ryanoasis/vim-devicons/wiki/screenshots/v0.8.x/ctrlp.png +[39] https://github.com/ryanoasis/vim-devicons/milestones/v0.7.0 [40] https://github.com/ryanoasis/vim-devicons/wiki/screenshots/v0.8.x/powerline.png [41] https://github.com/ryanoasis/vim-devicons/wiki/screenshots/v0.8.x/unite.png [42] https://github.com/ryanoasis/vim-devicons/wiki/screenshots/v0.8.x/lightline.png diff --git a/nerdtree_plugin/webdevicons.vim b/nerdtree_plugin/webdevicons.vim index 2acd239..6568bb7 100644 --- a/nerdtree_plugin/webdevicons.vim +++ b/nerdtree_plugin/webdevicons.vim @@ -1,4 +1,4 @@ -" Version: 0.8.0 +" Version: 0.8.1 " Webpage: https://github.com/ryanoasis/vim-devicons " Maintainer: Ryan McIntyre " License: see LICENSE diff --git a/plugin/webdevicons.vim b/plugin/webdevicons.vim index db23dda..19d61f4 100644 --- a/plugin/webdevicons.vim +++ b/plugin/webdevicons.vim @@ -1,9 +1,9 @@ -" Version: 0.8.0 +" Version: 0.8.1 " Webpage: https://github.com/ryanoasis/vim-devicons " Maintainer: Ryan McIntyre " License: see LICENSE -let s:version = '0.8.0' +let s:version = '0.8.1' " standard fix/safety: line continuation (avoiding side effects) {{{1 "======================================================================== diff --git a/readme.md b/readme.md index 000b013..7847974 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ Adds filetype glyphs (icons) to other plugins such as [NERDTree], [vim-airline], ## Table of Contents -- [vim-devicons v0.7.1](#) +- [vim-devicons v0.8.1](#) - [Quick Setup (TL;DR)](#quick-setup) - [Installation](#installation) - [Usage](#usage)