Skip to content

Commit 4f99bb4

Browse files
committed
Added cpp (glyph and test), twig (glyph), utf8 test file with glyphs
1 parent 94b7f2f commit 4f99bb4

18 files changed

+228
-78
lines changed

font-patcher

Lines changed: 0 additions & 74 deletions
This file was deleted.

glyph-source-fonts/devicons.ttf

-117 KB
Binary file not shown.
-249 KB
Binary file not shown.
-244 KB
Binary file not shown.
Binary file not shown.
-321 KB
Binary file not shown.
-55.1 KB
Binary file not shown.
-283 KB
Binary file not shown.
Binary file not shown.

plugin/webdevicons.vim

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ endif
1919
" config
2020

2121
let g:WebDevIconsUnicodeDecorateFileNodes = 1
22-
let g:WebDevIconsUnicodeDecorateFileNodesDefaultSymbol = ''
23-
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols = { 'styl': '', 'scss': '', 'htm': '', 'html': '', 'css': '', 'less': '', 'md': '', 'json': '', 'js': '', 'rb': '', 'php': '', 'py': '', 'coffee': '','mustache': '', 'hbs': '', 'conf': '', 'ini': '', 'yml': '', 'jpg': '', 'jpeg': '', 'bmp': '', 'png': '', 'gif': '', 'ai': '' }
22+
let g:WebDevIconsUnicodeDecorateFileNodesDefaultSymbol = ''
23+
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols = { 'styl': '', 'scss': '', 'htm': '', 'html': '', 'css': '', 'less': '', 'md': '', 'json': '', 'js': '', 'rb': '', 'php': '', 'py': '', 'coffee': '','mustache': '', 'hbs': '', 'conf': '', 'ini': '', 'yml': '', 'jpg': '', 'jpeg': '', 'bmp': '', 'png': '', 'gif': '', 'ai': '', 'twig': '', 'cpp': ''}
2424
" do not remove: exact-match-case-sensitive-*
25-
let g:WebDevIconsUnicodeDecorateFileNodesExactSymbols = { 'exact-match-case-sensitive-1.txt': 'X1', 'exact-match-case-sensitive-2': 'X2', 'gruntfile.coffee': '', 'gruntfile.js': '', 'gruntfile.ls': '', 'gulpfile.coffee': '', 'gulpfile.js': '', 'gulpfile.ls': '' }
25+
let g:WebDevIconsUnicodeDecorateFileNodesExactSymbols = { 'exact-match-case-sensitive-1.txt': 'X1', 'exact-match-case-sensitive-2': 'X2', 'gruntfile.coffee': '', 'gruntfile.js': '', 'gruntfile.ls': '', 'gulpfile.coffee': '', 'gulpfile.js': '', 'gulpfile.ls': '' }
2626

2727

2828
" a:1 (bufferName)
@@ -72,7 +72,7 @@ endif
7272

7373
function! NERDTreeWebDevIconsRefreshListener(event)
7474
let path = a:event.subject
75-
let flag = WebDevIconsGetFileTypeSymbol(path.str()) . ' '
75+
let flag = WebDevIconsGetFileTypeSymbol(path.str())
7676
call path.flagSet.clearFlags("webdevicons")
7777

7878
if flag != '' && !path.isDirectory

0 commit comments

Comments
 (0)