vim - Display soft hyphens and narrow no-break space -
vim - Display soft hyphens and narrow no-break space -
when text editing vim under konsole, i'd see characters, including notably soft hyphens (­
) , narrow no-break spaces ( 
). right see these characters when cursor on them, , otherwise after moved 1 place left, leads much confusion. instance, syntax highlighting see in vim:
<p class="txt"><span>(«par bonheur...») </span></p>
while real text (_
means narrow no-break space here):
<p class="txt"><span>(«_par bonheur..._»)</span></p>
and, if seek set cursor on e
, see is:
<p class="txt"><span>(«par bon heur...») </span></p>
with cursor on h
, because column e
appears h
is. without syntax highlighting </span></p>
part shoved left well.
i don't know if font issue, vim issue, kde issue or what. i've tried available fonts in scheme , behave same. there solution?
edit: :set list
nice, if include these characters in listchars
, predefined ones available.
vim character konsole
Comments
Post a Comment