mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-08-12 19:06:54 +08:00
Include mapmode in prompt
This commit is contained in:
@@ -773,7 +773,7 @@ function! fzf#vim#maps(mode, ...)
|
|||||||
call s:fzf({
|
call s:fzf({
|
||||||
\ 'source': colored,
|
\ 'source': colored,
|
||||||
\ 'sink': function('s:key_sink'),
|
\ 'sink': function('s:key_sink'),
|
||||||
\ 'options': '--prompt "Maps> " --ansi --no-hscroll --nth 1,..'}, a:000)
|
\ 'options': '--prompt "Maps ('.a:mode.')> " --ansi --no-hscroll --nth 1,..'}, a:000)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" ----------------------------------------------------------------------------
|
" ----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user