dhruvasagar/vim-table-mode

configurable decimal separator

Open

#204 geöffnet am 19. Aug. 2021

Auf GitHub ansehen
 (1 Kommentar) (2 Reaktionen) (0 zugewiesene Personen)Vim Script (98 Forks)batch import
hacktoberfesthelp wanted

Repository-Metriken

Stars
 (2.236 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide