1
0
forked from aniani/vim

patch 8.1.0673: functionality for signs is spread out over several files

Problem:    Functionality for signs is spread out over several files.
Solution:   Move most of the sign functionality into sign.c. (Yegappan
            Lakshmanan, closes #3751)
This commit is contained in:
Bram Moolenaar
2019-01-01 13:20:31 +01:00
parent 9067cd6cdf
commit bbea47075c
21 changed files with 1957 additions and 1935 deletions

View File

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