1
0
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:
Yegappan Lakshmanan
2021-07-30 21:32:45 +02:00
committed by Bram Moolenaar
parent 0f5575d0a7
commit 4a15504e91
5 changed files with 53 additions and 59 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3252,
/**/
3251,
/**/