Open
Description
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?