mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 20:54:28 +08:00
Use ASCII non-breaking space
This commit is contained in:
@@ -974,7 +974,7 @@ endfunction
|
|||||||
" ------------------------------------------------------------------
|
" ------------------------------------------------------------------
|
||||||
" Commands
|
" Commands
|
||||||
" ------------------------------------------------------------------
|
" ------------------------------------------------------------------
|
||||||
let s:nbs = nr2char(0x2007)
|
let s:nbs = nr2char(0xa0)
|
||||||
|
|
||||||
function! s:format_cmd(line)
|
function! s:format_cmd(line)
|
||||||
return substitute(a:line, '\C \([A-Z]\S*\) ',
|
return substitute(a:line, '\C \([A-Z]\S*\) ',
|
||||||
|
|||||||
Reference in New Issue
Block a user