chrisbra / csv.vim

A Filetype plugin for csv files

Home Page:http://www.vim.org/scripts/script.php?script_id=2830

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic filter should indicate that there are matches hidden above when a value is selected somewhere down in the table

poetaman opened this issue · comments

I tried dynamic filter on a csv file with 300 rows. In column-2, I have value FOO on line numbers 15,16, 68, 210, 274. If I hit <CR> on FOO on line 15, I can see all the folds, and following values. But it I hit <CR> on FOO on line 68/210/274, the view just shows rows below that have match. It would be nice there is an indication that there are entries above that one needs to scroll (perhaps by pressing PageUp); perhaps having similar indication that there are more matches below that are not visible could also useful.

The filter does not move the cursor. Of course there could be matches above the current filter value.
I think this is working as intended.