I tried to use it after solved #72, however, it still reproduces following error:
% vi ~/.vimrc
Error detected while processing function <SNR>52_DefineSign:
line 6:
E239: Invalid sign text: ║E
Press ENTER or type command to continue
Then, I added let g:quickfixsigns_sign_may_use_double = 0 and it is prevented. However, If I set this parameter, WARNING sign can be changed '╠'. Currently, I just applied following patch:
I tried to use it after solved #72, however, it still reproduces following error:
Then, I added let g:quickfixsigns_sign_may_use_double = 0 and it is prevented. However, If I set this parameter, WARNING sign can be changed
'╠'
. Currently, I just applied following patch: