m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 00:53:42 -05:00

Updated Examples (vim) (markdown)

Junegunn Choi
2015-08-10 11:18:33 +09:00
parent c86336e9b3
commit b2c38d860f

@@ -115,7 +115,7 @@ function! s:tags()
echohl WarningMsg echohl WarningMsg
echom 'Preparing tags' echom 'Preparing tags'
echohl None echohl None
call system('ctags -R --excmd=number') call system('ctags -R')
endif endif
call fzf#run({ call fzf#run({