dhruvasagar/vim-table-mode

configurable decimal separator

Open

#204 aperta il 19 ago 2021

Vedi su GitHub
 (1 commento) (2 reazioni) (0 assegnatari)Vim Script (98 fork)batch import
hacktoberfesthelp wanted

Metriche repository

Star
 (2236 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Different regions and languages use different separators between the integer and decimal parts of a number, most commonly full stop or comma.

https://en.wikipedia.org/wiki/Decimal_separator#Usage_worldwide

As vim-table-mode bridges the gap between spreadsheet calculations and typesetting tables, it would make sense for its formula evaluation system to be able to work with different separators. At the moment, only fullstops appear to work.

Guida contributor