mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
Updated Examples (vim) (markdown)
@@ -119,7 +119,7 @@ endfunction
|
||||
|
||||
function! s:btags_source()
|
||||
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")')
|
||||
if v:shell_error
|
||||
throw 'failed to extract tags'
|
||||
|
||||
Reference in New Issue
Block a user