You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: