mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:40:05 +08:00
Fixes #1597, changes typo on file_rec
This commit is contained in:
parent
d6cb7ccc6f
commit
0215bdf248
@ -30,7 +30,7 @@ function! SpaceVim#layers#denite#config() abort
|
||||
call s:defind_fuzzy_finder()
|
||||
let lnum = expand('<slnum>') + s:lnum - 1
|
||||
call SpaceVim#mapping#space#def('nnoremap', ['f', 'f'],
|
||||
\ 'DeniteBufferDir file_recd',
|
||||
\ 'DeniteBufferDir file_rec',
|
||||
\ ['Find files in the directory of the current buffer',
|
||||
\ [
|
||||
\ '[SPC f f] is to find files in the directory of the current buffer',
|
||||
|
Loading…
Reference in New Issue
Block a user