voldikss / vim-floaterm

:computer: Terminal manager for (neo)vim
MIT License
2.47k stars 78 forks source link

feat(broot): use line number from broot search #387

Closed alfa07 closed 1 year ago

alfa07 commented 1 year ago

Pass on line number as broot allow to search for text in files (e.g. c/printf) and provides line number of the selected match. Along the way fix floaterm#util#open as it was ignoring lnum and text of the first entry in locations.

voldikss commented 1 year ago

Thanks