commit | 69f40be64555d50f603c6f22722cf762aaa6bbc1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 02 15:15:49 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 02 15:15:49 2017 +0200 |
tree | 7748163b2cc57004f546ea1091dbc7bd594ba2c9 | |
parent | 6914c64ee58ce68f31fb8a8793293a9b3f2f6240 [diff] [blame] |
patch 8.0.0536: quickfix window not updated when freeing quickfix stack Problem: Quickfix window not updated when freeing quickfix stack. Solution: Update the quickfix window. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 9818719..fd62728 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 536, +/**/ 535, /**/ 534,