1
0
forked from aniani/vim

patch 7.4.2162

Problem:    Result of getcompletion('', 'sign') depends on previous
            completion.
Solution:   Call set_context_in_sign_cmd(). (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2016-08-06 14:12:50 +02:00
parent 7ab6defcaf
commit 7522f69821
3 changed files with 22 additions and 3 deletions

View File

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