tomtom / quickfixsigns_vim

Mark quickfix & location list items with signs
http://www.vim.org/scripts/script.php?script_id=2584
GNU General Public License v3.0
131 stars 13 forks source link

Confliction between quickfixsigns_vim and ambiwidth=double #72

Closed fkawa-play closed 7 years ago

fkawa-play commented 7 years ago

In my .vimrc, following configuration exists:

As a result, following error occurred:

Error detected while processing function <SNR>48_DefineSign:
line    6:
E239: Invalid sign text: ║E

Though 'set ambiwidth=double' is comment-out now, hope to use both configuration :) Could you check it?