mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user