Update vimdoc

This commit is contained in:
Junegunn Choi
2016-06-24 00:36:16 +09:00
parent c65e2ead63
commit 25861ddf2b

View File

@@ -160,6 +160,9 @@ Command-local options~
" [Tags] Command to generate tags file
let g:fzf_tags_command = 'ctags -R'
" [Commands] --expect expression for directly executing the command
let g:fzf_commands_expect = 'ctrl-x'
<
Advanced customization using autoload functions~