mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-10 13:32:35 +08:00
[Lines] Unfold after Lines/BLines (#693)
This commit is contained in:
committed by
Junegunn Choi
parent
8fa84e0fdf
commit
c3954d294a
@@ -327,7 +327,7 @@ function! s:line_handler(lines)
|
||||
let keys = split(a:lines[1], '\t')
|
||||
execute 'buffer' keys[0]
|
||||
execute keys[2]
|
||||
normal! ^zz
|
||||
normal! ^zvzz
|
||||
endfunction
|
||||
|
||||
function! fzf#vim#_lines(all)
|
||||
@@ -401,7 +401,7 @@ function! s:buffer_line_handler(lines)
|
||||
endif
|
||||
|
||||
execute split(a:lines[1], '\t')[0]
|
||||
normal! ^zz
|
||||
normal! ^zvzz
|
||||
endfunction
|
||||
|
||||
function! s:buffer_lines(query)
|
||||
|
||||
Reference in New Issue
Block a user