mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-16 15:03:46 -05:00
Altered table mode behavior such that if there is a header line, i.e. the first line of the table is separated by a border with the rest of the table, then it is not taken into account for formulas and cell arithmetic
8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
| Item | Cost |
|
|
|----------+-------|
|
|
| Bread | 20 |
|
|
| Tomatoes | 5 |
|
|
| Pasta | 100 |
|
|
| Total | 0 |
|
|
/* tmf: $4,2=Sum(1:-1) */
|