diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-04-15 13:21:38 -0400 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-04-19 22:24:58 -0400 |
| commit | c5d7eaf66468d5f71049a602e820c19d8ad8c772 (patch) | |
| tree | 0e33af591a5d1abb709d6421371c47d6d13ee7e2 /src/nvim/version.c | |
| parent | f0c12012d99b33474bd6bb5dcb0ee3a6c6808789 (diff) | |
| download | rneovim-c5d7eaf66468d5f71049a602e820c19d8ad8c772.tar.gz rneovim-c5d7eaf66468d5f71049a602e820c19d8ad8c772.tar.bz2 rneovim-c5d7eaf66468d5f71049a602e820c19d8ad8c772.zip | |
vim-patch:7.4.2152
Problem: No proper translation of messages with a count.
Solution: Use ngettext(). (Sergey Alyoshin)
https://github.com/vim/vim/commit/ee695f787ade7fd88fc5f5497553d95c0c3645b5
Diffstat (limited to 'src/nvim/version.c')
| -rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 9a5d7ce169..cd904da573 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -289,7 +289,7 @@ static const int included_patches[] = { // 2155 NA // 2154 NA // 2153 NA - // 2152, + 2152, 2151, // 2150 NA 2149, |