mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-10 03:53:48 -05:00
- We now aggressively add separators to a line even if it does not have the g:table_mode_delimiter. If the user calls Tableize, we should trust the user he wishes to tableize everything. Earlier implementation skips & fails for lines in text that did not have the g:table_mode_delimiter and hence formed inconsistent tables. Everything can be undone with a single 'u' anyways.