vim-patch:7.4.2152

Problem:    No proper translation of messages with a count.
Solution:   Use ngettext(). (Sergey Alyoshin)

ee695f787a
This commit is contained in:
James McCoy
2017-04-15 13:21:38 -04:00
parent f0c12012d9
commit c5d7eaf664
5 changed files with 17 additions and 14 deletions

View File

@@ -204,6 +204,8 @@ enum {
#define DIALOG_MSG_SIZE 1000 /* buffer size for dialog_msg() */
enum { FOLD_TEXT_LEN = 51 }; //!< buffer size for get_foldtext()
/*
* Maximum length of key sequence to be mapped.
* Must be able to hold an Amiga resize report.