unicode: Trivial quote change for vint error

This commit is contained in:
James Rowe 2022-01-12 08:58:20 +00:00 committed by Christian Brabandt
parent 21cdbea7e6
commit 031e6ee4b2
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -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' })