1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:10:05 +08:00

style(leaderf): update description of SPC h i

This commit is contained in:
Shidong Wang 2021-10-07 14:33:48 +08:00
parent c5ca267ed9
commit d0cf0abc92
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848

View File

@ -328,7 +328,7 @@ function! SpaceVim#layers#leaderf#config() abort
let lnum = expand('<slnum>') + s:lnum - 1
call SpaceVim#mapping#space#def('nnoremap', ['h', 'i'], 'LeaderfHelpCword',
\ ['get help with the symbol at point',
\ ['get-help-for-cursor-symbol',
\ [
\ '[SPC h i] is to get help with the symbol at point',
\ '',