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:
Dhruva Sagar
2022-04-05 22:15:17 +05:30
parent 698ff3074c
commit 816072c0f5
4 changed files with 15 additions and 9 deletions

View File

@@ -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