commit | d82a81cad93708a6c180e59119db4818cc38c1a9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 02 07:57:18 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 02 07:57:18 2019 +0100 |
tree | 8b106fec1bfc3f70744b5fcf872275eb82110219 | |
parent | 6ef8f9eacdf9185d9bd03613c0a0de40ea5e3f07 [diff] [blame] |
patch 8.1.0988: deleting location list buffer breaks location list window Problem: Deleting a location list buffer breaks location list window functionality. Solution: (Yegappan Lakshmanan, closes #4056)
diff --git a/src/version.c b/src/version.c index e7d4923..e435ded 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 988, +/**/ 987, /**/ 986,