Include mapmode in prompt
This commit is contained in:
parent
3ac2d53bc1
commit
90629c054d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
" ----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue