Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | mac: Set $LANG based on the system locale | James McCoy | 2017-12-10 |
Unix's typical locale-related environment variables aren't always set appropriately on a Mac. Instead of relying on them, query the locale information using Mac specific APIs and then set $LANG appropriately for the rest of nvim. Closes #5873 |