mirror of
https://github.com/neovim/neovim.git
synced 2026-01-24 22:24:25 +10:00
Problem: Messages in globals.h not translated, xgettext on MS-Windows not
fully supported.
Solution: Add globals.h to list of input files. Update MS-Windows makefiles
to improve message translations. (Ken Takata, closes vim/vim#6858)
fa57335e53
Also update gettext() docs to match latest Vim.