1
0
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:
Bret Fisher 2018-04-04 00:21:07 -04:00 committed by GitHub
parent d6cb7ccc6f
commit 0215bdf248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',