commit | 0c4dc88a637a5027209aa00226996af84e248636 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 06 21:32:54 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 06 21:32:54 2017 +0100 |
tree | 7935c3de02676ecab304e13573e55559879bc0fe | |
parent | 4148be468f82eb4bf463be3610b00a132aee4186 [diff] [blame] |
patch 8.0.1274: setbufline() fails when using folding Problem: setbufline() fails when using folding. Solution: Set "curwin" if needed. (Ozaki Kiichi, closes #2293)
diff --git a/src/version.c b/src/version.c index e47aad0..7f519fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1274, +/**/ 1273, /**/ 1272,