dhruvasagar/vim-table-mode

configurable decimal separator

Open

#204 ouverte le 19 août 2021

Voir sur GitHub
 (1 commentaire) (2 réactions) (0 assignés)Vim Script (98 forks)batch import
hacktoberfesthelp wanted

Métriques du dépôt

Stars
 (2 236 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur