1
0
forked from aniani/vim

patch 8.1.0697: ":sign place" requires the buffer argument

Problem:    ":sign place" requires the buffer argument.
Solution:   Make the argument optional.  Also update the help and clean up the
            sign test. (Yegappan Lakshmanan, closes #3767)
This commit is contained in:
Bram Moolenaar
2019-01-06 16:24:01 +01:00
parent 8ad16da729
commit b328cca254
5 changed files with 106 additions and 74 deletions

View File

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