mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.2-199
This commit is contained in:
@@ -5555,7 +5555,7 @@ check_for_codes_from_term()
|
||||
* respects the current B/k/< settings of 'cpoption'.
|
||||
*
|
||||
* This function is called when expanding mappings/abbreviations on the
|
||||
* command-line, and for building the "Ambiguous mapping..." error mess<EFBFBD>ge.
|
||||
* command-line, and for building the "Ambiguous mapping..." error message.
|
||||
*
|
||||
* It uses a growarray to build the translation string since the
|
||||
* latter can be wider than the original description. The caller has to
|
||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
199,
|
||||
/**/
|
||||
198,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user