chrisbra / csv.vim

A Filetype plugin for csv files
http://www.vim.org/scripts/script.php?script_id=2830
Vim License
1.27k stars 62 forks source link

Dynamic filter, and move folded lines should match empty entries #185

Open poetaman opened 3 years ago

poetaman commented 3 years ago

As of now, pressing \<CR> on an empty entry does not filter it, and doesn't move the folds either (as there is no match). IMO, empty entries (which are essentially string '') should be considered string match with other empty entries in the same column. This will allow filtering filled entries from empty entries, and seeing which rows have a certain column entry empty.