dhruvasagar/vim-table-mode

configurable decimal separator

Open

#204 建立於 2021年8月19日

在 GitHub 查看
 (1 留言) (2 反應) (0 負責人)Vim Script (98 fork)batch import
hacktoberfesthelp wanted

倉庫指標

Star
 (2,236 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南