mirror of
https://github.com/junegunn/limelight.vim.git
synced 2025-11-13 05:23:47 -05:00
Fix error message (#10)
This commit is contained in:
@@ -38,7 +38,7 @@ function! s:unsupported()
|
|||||||
if exists(var)
|
if exists(var)
|
||||||
return 'Cannot calculate background color.'
|
return 'Cannot calculate background color.'
|
||||||
else
|
else
|
||||||
return 'Unsupported color scheme. '.var.' fg required.'
|
return 'Unsupported color scheme. '.var.' required.'
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user