mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 00:53:42 -05:00
Updated Examples (vim) (markdown)
@@ -82,7 +82,7 @@ command! FZFTag if !empty(tagfiles()) | call fzf#run({
|
||||
```vimL
|
||||
function! s:line_handler(l)
|
||||
let keys = split(a:l, ':\t')
|
||||
exec 'buf ' . keys[0]
|
||||
exec 'buf' keys[0]
|
||||
exec keys[1]
|
||||
normal! ^zz
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user