commit | 0a08c63da17dfd93ac2885e3f3f8a083a9b3131c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 25 22:36:52 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 25 22:36:52 2018 +0200 |
tree | 9d557c0e8454c09c889e6ee033b178118bc9aa7e | |
parent | 53901442f37a59e5495165f91db5574c0b43ab04 [diff] [blame] |
patch 8.1.0213: CTRL-W CR does not work properly in a quickfix window Problem: CTRL-W CR does not work properly in a quickfix window. Solution: Split the window if needed. (Jason Franklin)
diff --git a/src/version.c b/src/version.c index 81ed544..830de26 100644 --- a/src/version.c +++ b/src/version.c
@@ -794,6 +794,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 213, +/**/ 212, /**/ 211,