commit | 1bbb61948342b5cf6e363629f145c65eb455c388 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 10 16:02:01 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 10 16:02:01 2018 +0100 |
tree | 30275df04234f6ba296d5b027bd3c9104ee1848c | |
parent | d0721058f494143186f66a60151c9634031a8c96 [diff] [blame] |
patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no name Problem: CTRL-W ^ does not work when alternate buffer has no name. Solution: Use another method to split and edit the alternate buffer. (Jason Franklin)
diff --git a/src/version.c b/src/version.c index 3ed258f..b611fe7 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 514, +/**/ 513, /**/ 512,