Fix error message (#10)

This commit is contained in:
Junegunn Choi
2014-12-24 17:36:31 +09:00
parent 53887b5839
commit 34493b4232

View File

@@ -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