commit | a4f6ca717b4483eb82c6c71f71a5a5cf70e55d80 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 20 17:28:35 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 20 17:28:35 2016 +0100 |
tree | fb7adc6399140b2c1364be8ff3bafc6718afca33 | |
parent | ba61ac0d61f46de7d29c64bb0de6d25c2e378be0 [diff] [blame] |
patch 7.4.1618 Problem: Starting job with output to buffer changes options in the current buffer. Solution: Set "curbuf" earlier. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 491ded3..03a3081 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1618, +/**/ 1617, /**/ 1616,