Don't unnecessarily copy the rgb.txt list
This commit is contained in:
parent
20ccdd4810
commit
6e73754fc7
@ -344,7 +344,7 @@ function! s:UpdateRgbHash()
|
||||
endfor
|
||||
catch
|
||||
try
|
||||
let s:rgb = copy(csapprox#rgb())
|
||||
let s:rgb = csapprox#rgb()
|
||||
catch
|
||||
echohl ErrorMsg
|
||||
echomsg "Can't call rgb() from autoload/csapprox.vim"
|
||||
|
Loading…
Reference in New Issue
Block a user