mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-19 08:53:43 -05:00
Improved Formula Engine
* Does not try to forcefully cast column content to float * Silences any errors during formula evaluation, you can look at `v:errmsg` to see if there was any error during the evaluation for debugging
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## Version 4.8.0
|
||||
* Improved formula engine
|
||||
- Does not cast column values to float
|
||||
- Silences errors during evaluation, see `v:errmsg` for error information
|
||||
from last evaluation for debugging issues with formulas
|
||||
|
||||
## Version 4.7.6.1
|
||||
* Improved handling of `g:table_mode_ignore_align` configuration, now allows
|
||||
per buffer overrides
|
||||
|
||||
Reference in New Issue
Block a user