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