Commit c2bb879
committed
Fix unnecessary ifdef when dealing with gettext
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.1 parent 4177195 commit c2bb879
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | 574 | | |
580 | 575 | | |
581 | 576 | | |
| |||
588 | 583 | | |
589 | 584 | | |
590 | 585 | | |
591 | | - | |
592 | 586 | | |
593 | 587 | | |
594 | 588 | | |
| |||
0 commit comments