neovim: Fix syntax error in ;f
This commit is contained in:
parent
215f61b6f9
commit
fb1b92307b
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ map <silent> ;x :x<CR>
|
||||||
set wildignore+=*.swp,*~
|
set wildignore+=*.swp,*~
|
||||||
|
|
||||||
map <silent> ;b :Buffers<CR>
|
map <silent> ;b :Buffers<CR>
|
||||||
map <silent> ;f :call fzf#run({'source': 'rg --files --hidden', 'sink': 'e', options: '--multi'})<CR>
|
map <silent> ;f :call fzf#run({'source': 'rg --files --hidden', 'sink': 'e', 'options': '--multi'})<CR>
|
||||||
|
|
||||||
function! s:escape(path)
|
function! s:escape(path)
|
||||||
return substitute(a:path, ' ', '\\ ', 'g')
|
return substitute(a:path, ' ', '\\ ', 'g')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue