mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-28 06:46:53 +08:00
Merge pull request #132 from andviro/master
[Lines] Remove unneeded slicing
This commit is contained in:
@@ -206,7 +206,7 @@ function! s:line_handler(lines)
|
||||
endif
|
||||
|
||||
let keys = split(a:lines[1], '\t')
|
||||
execute 'buffer' keys[0][1:-2]
|
||||
execute 'buffer' keys[0]
|
||||
execute keys[1][0:-2]
|
||||
normal! ^zz
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user