macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.51k stars 683 forks source link

Fix unnecessary ifdef when dealing with gettext #1346

Closed ychin closed 1 year ago

ychin commented 1 year ago

When adding support for gettext in #1070, a MacVim-specific ifdef was added unnecessary around bindtextdomain. That ifdef isn't actually necessary and it seems to have been done due to an incorrect understanding of the ifdef logic there regarding FEAT_GETTEXT. Just remove it to clean it up. Localization should still work.