mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-10 20:13:46 -05:00
- Added tablemode#RowCount(line). Returns the total number of rows in a table given a line (row). - Added tablemode#ColumnCount(line). Returns the total number of columns in a line (row). - Added tablemode#RowNr(line). Returns the row number on given line. - Added tablemode#ColumnNr(line). Returns the column on given line.