mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 04:34:26 +08:00
Use ASCII non-breaking space
This commit is contained in:
@@ -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*\) ',
|
||||
|
||||
Reference in New Issue
Block a user