mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-20 20:44:46 +02: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
|
endif
|
||||||
|
|
||||||
function! airline#extensions#unicode#apply(...)
|
function! airline#extensions#unicode#apply(...)
|
||||||
if exists(":UnicodeTable") == 2 && bufname('') =~# '/UnicodeTable.txt'
|
if exists(':UnicodeTable') == 2 && bufname('') =~# '/UnicodeTable.txt'
|
||||||
call airline#parts#define('unicode', {
|
call airline#parts#define('unicode', {
|
||||||
\ 'text': '[UnicodeTable]',
|
\ 'text': '[UnicodeTable]',
|
||||||
\ 'accent': 'bold' })
|
\ 'accent': 'bold' })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user