Use ASCII non-breaking space

This commit is contained in:
Junegunn Choi
2022-08-02 13:55:49 +09:00
parent 6a34c9060a
commit a4617a7291

View File

@@ -974,7 +974,7 @@ endfunction
" ------------------------------------------------------------------
" Commands
" ------------------------------------------------------------------
let s:nbs = nr2char(0x2007)
let s:nbs = nr2char(0xa0)
function! s:format_cmd(line)
return substitute(a:line, '\C \([A-Z]\S*\) ',