Skip to content

Commit 1532662

Browse files
committed
Updates to changelog and doc for v0.9.2 release
1 parent 8b982a7 commit 1532662

File tree

6 files changed

+89
-84
lines changed

6 files changed

+89
-84
lines changed

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.1
1+
" Version: 0.9.2
22
" Webpage: https://github.com/ryanoasis/vim-devicons
33
" Maintainer: Ryan McIntyre <[email protected]>
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.1
3+
" Version: 0.9.2
44
" Webpage: https://github.com/ryanoasis/vim-devicons
55
" Maintainer: Ryan McIntyre <[email protected]>
66
" License: MIT license {{{

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ CHANGELOG
33
================================================================================
44
This project is using [Semantic Versioning 2.0.0](http://semver.org/)
55

6+
- v0.9.2
7+
- Added `yaml` filetype (PR #207) (@jpoppe)
8+
- Added mention of `vim-workspace` as an integrated plugin (PR #206) (@bagrat)
9+
- Fixed NERDTree keymap `U` open folder icon bug (fixes #189)
610
- v0.9.1
711
- Added `sass` filetype (PR #202) (@toastal)
812
- Fixed NERDTree open/close folder icon bugs (fixes #194)

doc/webdevicons.txt

Lines changed: 80 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Contents ~
1212
4. Installation |devicons-installation|
1313
1. Step 1 'Nerd Font' |Nerd-Font|
1414
2. Step 2 'VimDevIcons Plugin' |VimDevIcons-Plugin|
15-
1. Pathogen [32] |devicons-pathogen-32|
16-
2. NeoBundle [33] |devicons-neobundle-33|
17-
3. Vundle [34] |devicons-vundle-34|
15+
1. Pathogen [33] |devicons-pathogen-33|
16+
2. NeoBundle [34] |devicons-neobundle-34|
17+
3. Vundle [35] |devicons-vundle-35|
1818
4. Manual |devicons-manual|
1919
3. Step 3 'Configure Vim' |Configure-Vim|
2020
1. Set VimDevIcons to load _after_ these plugins! |set-vimdevicons-to-load-_after_-these-plugins|
@@ -76,23 +76,23 @@ Features ~
7676

7777
NERDTree [13] | vim-airline [14] | CtrlP [15] | powerline [16] | Denite [17] |
7878
unite [18] | lightline.vim [19] | vim-startify [20] | vimfiler [21] | flagship
79-
[22]
79+
[22] | vim-workspace [24]
8080

8181
- Customizable and extendable glyphs (icons) settings
8282
- ability to override defaults and use your own characters or glyphs
8383
- Supports a wide range of file type extensions _(» More details... «)_
8484
- Supports full filename matches _(» More details... «)_
8585
- Supports library pattern matches _(» More details... «)_
86-
- Works with patched fonts, especially Nerd Fonts [24]
86+
- Works with patched fonts, especially Nerd Fonts [25]
8787

8888
-------------------------------------------------------------------------------
8989
*devicons-quick-links*
9090
Quick Links ~
9191

92-
| **Screenshots**| **API** | **Fonts ➶ [25]** | **Patcher ➶ [24]** | |---------
92+
| **Screenshots**| **API** | **Fonts ➶ [26]** | **Patcher ➶ [25]** | |---------
9393
-----------------------|-----------------|------------------------------|------
9494
-----------------------| | Image: screenshots | Image: api | Image: patcher-
95-
logo-small [25] | Image: patcher-logo-small [24] |
95+
logo-small [26] | Image: patcher-logo-small [25] |
9696

9797
-------------------------------------------------------------------------------
9898
*devicons-table-of-contents*
@@ -120,8 +120,8 @@ Table of Contents ~
120120

121121
Quick Installation (TL;DR)
122122

123-
1. Download and install a patched **Nerd Font [24]** (or patch your own) _(»
124-
More details... «) [24]_
123+
1. Download and install a patched **Nerd Font [25]** (or patch your own) _(»
124+
More details... «) [25]_
125125

126126
2. Install the plugin per your usual method _(» More details... «)_
127127

@@ -138,7 +138,7 @@ Installation ~
138138
*Nerd-Font*
139139
Step 1 'Nerd Font' ~
140140

141-
Get a **Nerd Font!** [30] or patch your own. [31] Without this, things break
141+
Get a **Nerd Font!** [31] or patch your own. [32] Without this, things break
142142

143143
-------------------------------------------------------------------------------
144144
*VimDevIcons-Plugin*
@@ -147,15 +147,15 @@ Step 2 'VimDevIcons Plugin' ~
147147
Choose your favorite plugin manager
148148

149149
-------------------------------------------------------------------------------
150-
*devicons-pathogen-32*
151-
Pathogen [32] ~
150+
*devicons-pathogen-33*
151+
Pathogen [33] ~
152152

153153
- 'git clone https://github.com/ryanoasis/vim-devicons ~/.vim/bundle/vim-
154154
devicons'
155155

156156
-------------------------------------------------------------------------------
157-
*devicons-neobundle-33*
158-
NeoBundle [33] ~
157+
*devicons-neobundle-34*
158+
NeoBundle [34] ~
159159

160160
- Add to vimrc:
161161

@@ -164,8 +164,8 @@ NeoBundle [33] ~
164164
'vim :so ~/.vimrc :NeoBundleInstall'
165165

166166
-------------------------------------------------------------------------------
167-
*devicons-vundle-34*
168-
Vundle [34] ~
167+
*devicons-vundle-35*
168+
Vundle [35] ~
169169

170170
- Add to vimrc:
171171

@@ -189,7 +189,7 @@ Add the following in your '.vimrc' or '.gvimrc':
189189
*set-vimdevicons-to-load-_after_-these-plugins*
190190
Set VimDevIcons to load _after_ these plugins! ~
191191

192-
NERDTree [13] | vim-airline [14] | CtrlP [35] | powerline [16] | Denite [17] |
192+
NERDTree [13] | vim-airline [14] | CtrlP [36] | powerline [16] | Denite [17] |
193193
unite [18] | lightline.vim [19] | vim-startify [20] | vimfiler [21] | flagship
194194
[22]
195195

@@ -228,8 +228,8 @@ If you use vim-airline you need this ~
228228
*devicons-vimrc-examples*
229229
vimrc examples ~
230230

231-
- Sample Windows vimrc configuration 1 [36]
232-
- Sample Linux vimrc configuration 1 [37]
231+
- Sample Windows vimrc configuration 1 [37]
232+
- Sample Linux vimrc configuration 1 [38]
233233

234234
-------------------------------------------------------------------------------
235235
*devicons-thats-it-youre-done.*
@@ -243,9 +243,9 @@ If you installed and setup things correctly you should now see icons in the
243243
supported plugins!
244244

245245
**Notes on include order:** _for support of these plugins: NERDTree [13], vim-
246-
airline [14], CtrlP [35], powerline [16], Denite [17], unite [18], vimfiler
246+
airline [14], CtrlP [36], powerline [16], Denite [17], unite [18], vimfiler
247247
[21], flagship [22] you **must** configure vim to load those plugins__before_
248-
vim-devicons loads. for better nerdtree-git-plugin [38] support, you _should_
248+
vim-devicons loads. for better nerdtree-git-plugin [39] support, you _should_
249249
configure vim to load nerdtree-git-plugin **_before_** VimDevIcons loads.
250250

251251
Lightline Setup and Powerline Setup require some extra setup as shown below:
@@ -278,7 +278,7 @@ your '.vimrc'. For example, you could set your sections to:
278278
Powerline Setup ~
279279

280280
- _Note this is for the current Powerline [16] not the deprecated vim-
281-
powerline [39]_
281+
powerline [40]_
282282

283283
To enable for Powerline [16] some 'vimrc' and powerline configuration changes
284284
are needed:
@@ -314,7 +314,7 @@ file format segment
314314
"priority": 90
315315
}
316316
<
317-
for full example see sample file [40]
317+
for full example see sample file [41]
318318

319319
-------------------------------------------------------------------------------
320320
*devicons-detailed-features*
@@ -324,14 +324,14 @@ Detailed Features ~
324324

325325
- NERDTree [13]
326326

327-
- Using the version hosted on vimscripts [41] in favor of GitHub will
327+
- Using the version hosted on vimscripts [42] in favor of GitHub will
328328
lead to a outdated message, and icons will fail to show.
329329

330330
- vim-airline [14] (statusline and tabline)
331331

332332
- CtrlP [15] (All modes now supported)
333333

334-
- Using the version hosted on vimscripts [42] in favor of GitHub will
334+
- Using the version hosted on vimscripts [43] in favor of GitHub will
335335
lead to a outdated message, and icons will fail to show.
336336

337337
- powerline [16] (statusline)
@@ -358,7 +358,7 @@ Detailed Features ~
358358

359359
- flagship [22]
360360

361-
- Support is **experimental** because the API may be changing [43]
361+
- Support is **experimental** because the API may be changing [44]
362362

363363
- Supports byte order marker (BOM)
364364

@@ -369,9 +369,9 @@ Detailed Features ~
369369
- Supports a wide range of file type extensions by default:
370370

371371
- 'styl, sass, scss, htm, html, slim, ejs, css, less, md, rmd, json, js, jsx,
372-
rb, php, py, pyc, pyd, pyo, coffee, mustache, hbs, conf, ini, yml, yaml, bat,
373-
jpg, jpeg, bmp, png, gif, twig, cpp, c++, cxx, cc, cp, c, h, hpp, hxx, hs,
374-
lhs, lua, java, sh, bash, zsh, ksh, csh, awk, ps1, fish, diff, db, clj,
372+
rb, php, py, pyc, pyd, pyo, coffee, mustache, hbs, conf, ini, yml, yaml,
373+
bat, jpg, jpeg, bmp, png, gif, twig, cpp, c++, cxx, cc, cp, c, h, hpp, hxx,
374+
hs, lhs, lua, java, sh, bash, zsh, ksh, csh, awk, ps1, fish, diff, db, clj,
375375
cljs, edn, scala, go, dart, xul, sln, suo, pl, pm, t, rss, f#, fsscript,
376376
fsx, fs, fsi, rs, rlib, d, erl, hrl, vim, ai, psd, psb, ts, jl, pp'
377377

@@ -386,7 +386,7 @@ Detailed Features ~
386386

387387
- 'jquery, angular, backbone, requirejs, materialize, mootools, Vagrantfile'
388388

389-
- Works with patched fonts, especially Nerd Fonts [24]
389+
- Works with patched fonts, especially Nerd Fonts [25]
390390

391391
-------------------------------------------------------------------------------
392392
*devicons-extra-configuration*
@@ -546,7 +546,7 @@ Character Mappings ~
546546
let g:WebDevIconsUnicodeDecorateFileNodesPatternSymbols['.*jquery.*\.js$'] = 'ƛ'
547547
<
548548
specify OS to decide an icon for unix fileformat (_not_ defined by default) -
549-
this is useful for avoiding unnecessary 'system()' call. see #135 [44] for
549+
this is useful for avoiding unnecessary 'system()' call. see #135 [45] for
550550
further details.
551551
>
552552
let g:WebDevIconsOS = 'Darwin'
@@ -629,8 +629,8 @@ Custom vim status line (not relying on vim-airline or lightline):
629629
Todo ~
630630

631631
- [ ] more filetypes to support
632-
- [ ] customize filetype icon colors [45] (for a current solution see:
633-
tiagofumo/vim-nerdtree-syntax-highlight [46])
632+
- [ ] customize filetype icon colors [46] (for a current solution see:
633+
tiagofumo/vim-nerdtree-syntax-highlight [47])
634634
- [ ] more customization options in general
635635
- [ ] more specific FAQ and Troubleshooting help
636636

@@ -644,29 +644,29 @@ See LICENSE
644644
*devicons-faq-troubleshooting*
645645
FAQ / Troubleshooting ~
646646

647-
See FAQ [47]
647+
See FAQ [48]
648648

649649
-------------------------------------------------------------------------------
650650
*devicons-screenshots*
651651
Screenshots ~
652652

653-
See Screenshots [48]
653+
See Screenshots [49]
654654

655655
-------------------------------------------------------------------------------
656656
*devicons-contributing*
657657
Contributing ~
658658

659659
Best ways to contribute _Star it on GitHub - if you use it and like it please
660-
at least star it :)_ Promote _Open issues/tickets [49]_ Submit fixes and/or
660+
at least star it :)_ Promote _Open issues/tickets [50]_ Submit fixes and/or
661661
improvements with Pull Requests
662662

663663
-------------------------------------------------------------------------------
664664
*devicons-promotion*
665665
Promotion ~
666666

667667
Like the project? Please support to ensure continued development going forward:
668-
_Star this repo on GitHub [50]_ Follow the repo on GitHub [50] _Vote for it on
669-
vim.org [51]_ Follow me * Twitter [52] * GitHub [53]
668+
_Star this repo on GitHub [51]_ Follow the repo on GitHub [51] _Vote for it on
669+
vim.org [52]_ Follow me * Twitter [53] * GitHub [54]
670670

671671
-------------------------------------------------------------------------------
672672
*devicons-source-code*
@@ -691,12 +691,12 @@ Inspiration and special thanks ~
691691

692692
- vim-airline [14]
693693
- nerdtree [13]
694-
- nerdtree-git-plugin [38]
695-
- seti-ui [54]
696-
- devicons by Theodore Vorillas [55]
697-
- benatespina development.svg.icons [56]
698-
- Steve Losh [57]
699-
- Also thanks to the many contributors [58]
694+
- nerdtree-git-plugin [39]
695+
- seti-ui [55]
696+
- devicons by Theodore Vorillas [56]
697+
- benatespina development.svg.icons [57]
698+
- Steve Losh [58]
699+
- Also thanks to the many contributors [59]
700700

701701
-------------------------------------------------------------------------------
702702
License ~
@@ -730,40 +730,41 @@ References ~
730730
[21] https://github.com/Shougo/vimfiler.vim
731731
[22] https://github.com/tpope/vim-flagship
732732
[23] https://github.com/ryanoasis/vim-devicons/wiki/screenshots/v0.9.x/overall-screenshot.png
733-
[24] https://github.com/ryanoasis/nerd-fonts
734-
[25] https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts
735-
[26] https://github.com/ryanoasis/vim-devicons/wiki/screenshots/v1.0.0/branding-logo-screenshots-sm.png
736-
[27] https://github.com/ryanoasis/vim-devicons/wiki/screenshots/v1.0.0/branding-logo-api-sm.png
737-
[28] https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/nerd-fonts-character-logo-md.png
738-
[29] https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/nerd-fonts-patcher-logo-md.png
739-
[30] https://github.com/ryanoasis/nerd-fonts#font-installation
740-
[31] https://github.com/ryanoasis/nerd-fonts#font-patcher
741-
[32] https://github.com/tpope/vim-pathogen
742-
[33] https://github.com/Shougo/neobundle.vim
743-
[34] https://github.com/gmarik/vundle
744-
[35] https://github.com/kien/ctrlp.vim
745-
[36] https://github.com/ryanoasis/vim-devicons/wiki/samples/v0.9.x/.vimrc-windows-1
746-
[37] https://github.com/ryanoasis/vim-devicons/wiki/samples/v0.9.x/.vimrc-linux-1
747-
[38] https://github.com/Xuyuanp/nerdtree-git-plugin
748-
[39] https://github.com/Lokaltog/vim-powerline
749-
[40] https://github.com/ryanoasis/vim-devicons/wiki/samples/v0.9.x/powerline/themes/vim/default.json
750-
[41] http://www.vim.org/scripts/script.php?script_id=1658
751-
[42] http://www.vim.org/scripts/script.php?script_id=3736
752-
[43] https://github.com/tpope/vim-flagship/issues/6#issuecomment-116121220
753-
[44] https://github.com/ryanoasis/vim-devicons/pull/135
754-
[45] https://github.com/ryanoasis/vim-devicons/issues/158
755-
[46] https://github.com/tiagofumo/vim-nerdtree-syntax-highlight
756-
[47] https://github.com/ryanoasis/vim-devicons/wiki/FAQ
757-
[48] https://github.com/ryanoasis/vim-devicons/wiki/Screenshots
758-
[49] https://github.com/ryanoasis/vim-devicons/issues
759-
[50] https://github.com/ryanoasis/vim-devicons
760-
[51] http://www.vim.org/scripts/script.php?script_id=5114
761-
[52] http://twitter.com/ryanlmcintyre
762-
[53] https://github.com/ryanoasis
763-
[54] https://atom.io/themes/seti-ui
764-
[55] http://vorillaz.github.io/devicons
765-
[56] https://github.com/benatespina/development.svg.icons
766-
[57] http://learnvimscriptthehardway.stevelosh.com/
767-
[58] https://github.com/ryanoasis/vim-devicons/graphs/contributors
733+
[24] https://github.com/bagrat/vim-workspace
734+
[25] https://github.com/ryanoasis/nerd-fonts
735+
[26] https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts
736+
[27] https://github.com/ryanoasis/vim-devicons/wiki/screenshots/v1.0.0/branding-logo-screenshots-sm.png
737+
[28] https://github.com/ryanoasis/vim-devicons/wiki/screenshots/v1.0.0/branding-logo-api-sm.png
738+
[29] https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/nerd-fonts-character-logo-md.png
739+
[30] https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/nerd-fonts-patcher-logo-md.png
740+
[31] https://github.com/ryanoasis/nerd-fonts#font-installation
741+
[32] https://github.com/ryanoasis/nerd-fonts#font-patcher
742+
[33] https://github.com/tpope/vim-pathogen
743+
[34] https://github.com/Shougo/neobundle.vim
744+
[35] https://github.com/gmarik/vundle
745+
[36] https://github.com/kien/ctrlp.vim
746+
[37] https://github.com/ryanoasis/vim-devicons/wiki/samples/v0.9.x/.vimrc-windows-1
747+
[38] https://github.com/ryanoasis/vim-devicons/wiki/samples/v0.9.x/.vimrc-linux-1
748+
[39] https://github.com/Xuyuanp/nerdtree-git-plugin
749+
[40] https://github.com/Lokaltog/vim-powerline
750+
[41] https://github.com/ryanoasis/vim-devicons/wiki/samples/v0.9.x/powerline/themes/vim/default.json
751+
[42] http://www.vim.org/scripts/script.php?script_id=1658
752+
[43] http://www.vim.org/scripts/script.php?script_id=3736
753+
[44] https://github.com/tpope/vim-flagship/issues/6#issuecomment-116121220
754+
[45] https://github.com/ryanoasis/vim-devicons/pull/135
755+
[46] https://github.com/ryanoasis/vim-devicons/issues/158
756+
[47] https://github.com/tiagofumo/vim-nerdtree-syntax-highlight
757+
[48] https://github.com/ryanoasis/vim-devicons/wiki/FAQ
758+
[49] https://github.com/ryanoasis/vim-devicons/wiki/Screenshots
759+
[50] https://github.com/ryanoasis/vim-devicons/issues
760+
[51] https://github.com/ryanoasis/vim-devicons
761+
[52] http://www.vim.org/scripts/script.php?script_id=5114
762+
[53] http://twitter.com/ryanlmcintyre
763+
[54] https://github.com/ryanoasis
764+
[55] https://atom.io/themes/seti-ui
765+
[56] http://vorillaz.github.io/devicons
766+
[57] https://github.com/benatespina/development.svg.icons
767+
[58] http://learnvimscriptthehardway.stevelosh.com/
768+
[59] https://github.com/ryanoasis/vim-devicons/graphs/contributors
768769

769770
vim: ft=help

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.1
1+
" Version: 0.9.2
22
" Webpage: https://github.com/ryanoasis/vim-devicons
33
" Maintainer: Ryan McIntyre <[email protected]>
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.1
1+
" Version: 0.9.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.9.1'
6+
let s:version = '0.9.2'
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)