commit | 539aa6b25eaea91dfd1a175cd053c0f259fa2e58 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 17 18:09:38 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 17 18:09:38 2019 +0100 |
tree | b99f4cb24f73325ab336faf8beb0faadc6e01592 | |
parent | 7170b295b06e3168424985530d8477ed2e058b67 [diff] [blame] |
patch 8.1.2315: not always using the right window when jumping to an error Problem: Not always using the right window when jumping to an error. Solution: Add the "uselast" flag in 'switchbuf'. (closes #1652)
diff --git a/src/version.c b/src/version.c index 8422b71..b6a209d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2315, +/**/ 2314, /**/ 2313,