You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In French also there is a non breakable space between the quote mark and text.
I just tried as a test to put u00a0 twice between the french quotes as below but it did' work.
autocmd FileType *.adoc call textobj#quote#init({ 'double':'« »', 'single':'«»', 'educate': 1 })
Can textobj help me out here? Or any other suggestions?