forked from aniani/vim
patch 8.2.3252: duplicated code for adding buffer lines
Problem: Duplicated code for adding buffer lines.
Solution: Move code to a common function. Also move map functions to map.c.
(Yegappan Lakshmanan, closes #8665)
This commit is contained in:
committed by
Bram Moolenaar
parent
0f5575d0a7
commit
4a15504e91
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3252,
|
||||
/**/
|
||||
3251,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user