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

Updated Examples (vim) (markdown)

Junegunn Choi
2015-07-31 02:04:50 +09:00
parent fe9b70d096
commit 9552a22d86

@@ -119,7 +119,7 @@ endfunction
function! s:btags_source() function! s:btags_source()
let lines = map(split(system(printf( let lines = map(split(system(printf(
\ 'ctags -f - --sort=no --excmd=pattern --language-force=%s %s', \ 'ctags -f - --sort=no --excmd=number --language-force=%s %s',
\ &filetype, expand('%:S'))), "\n"), 'split(v:val, "\t")') \ &filetype, expand('%:S'))), "\n"), 'split(v:val, "\t")')
if v:shell_error if v:shell_error
throw 'failed to extract tags' throw 'failed to extract tags'