mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
Stub ngettext when libintl isn't available
This should have been included in #6547 as part of vim-patch:7.4.2152. Closes #7352
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#else
|
||||
# define _(x) ((char *)(x))
|
||||
# define N_(x) x
|
||||
# define ngettext(x, xs, n) ((n) == 1 ? (x) : (xs))
|
||||
# define bindtextdomain(x, y) // empty
|
||||
# define bind_textdomain_codeset(x, y) // empty
|
||||
# define textdomain(x) // empty
|
||||
|
Reference in New Issue
Block a user