Include mapmode in prompt

This commit is contained in:
Junegunn Choi 2015-10-08 03:13:50 +09:00
parent 3ac2d53bc1
commit 90629c054d

View file

@ -773,7 +773,7 @@ function! fzf#vim#maps(mode, ...)
call s:fzf({
\ 'source': colored,
\ '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
" ----------------------------------------------------------------------------