mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-30 14:45:30 +08:00
Include mapmode in prompt
This commit is contained in:
@@ -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
|
||||
|
||||
" ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user