solved: improve slides.vim: concealing nbsp?

2022-01-11 Thread ei...@phear.org
hello people, i got some help from #vim channel: syn region emphasize matchgroup=emphasizeConceal start=" " end=" " oneline concealends https://github.com/eiro/slides.vim/commit/facb335d41a1e914f5c2f6d3ee27842f25873161 Le dimanche 9 janvier 2022 à 17:11:27 UTC+1, Marc Chantreux a écrit : >

improve slides.vim: concealing nbsp?

2022-01-09 Thread Marc Chantreux
hello people, In slides.vim (an ftplugin to transform vim to a presentation system), I use nbsp to emphase things https://github.com/eiro/slides.vim/blob/master/syntax/slides.vim#L1 syn match emphasize "\v \zs[^ ]+\ze " Which works fine when I want to quote words (or parts of the