mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 12:24:14 +08:00
unicode: Trivial quote change for vint error
This commit is contained in:
parent
21cdbea7e6
commit
031e6ee4b2
|
@ -9,7 +9,7 @@ if !get(g:, 'loaded_unicodePlugin', 0)
|
|||
endif
|
||||
|
||||
function! airline#extensions#unicode#apply(...)
|
||||
if exists(":UnicodeTable") == 2 && bufname('') =~# '/UnicodeTable.txt'
|
||||
if exists(':UnicodeTable') == 2 && bufname('') =~# '/UnicodeTable.txt'
|
||||
call airline#parts#define('unicode', {
|
||||
\ 'text': '[UnicodeTable]',
|
||||
\ 'accent': 'bold' })
|
||||
|
|
Loading…
Reference in New Issue
Block a user