mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-15 14:33:48 -05:00
fixed the Average function and test case when spanning rows/columns
fixed a Vim error(E907) in Min/Max when comparing v:null to a float fixed CountE/CountNE/PercentE/PercentNE to support spanning rows/columns added test cases for all the new formula functions
This commit is contained in:
3
t/fixtures/cell/counts.txt
Normal file
3
t/fixtures/cell/counts.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
| 1 | 2 | 3 |
|
||||
| | 0 | |
|
||||
| 4 | 5 | 6 |
|
||||
Reference in New Issue
Block a user