commit | 4a08b0dc4dd70334056fc1bf069b5e938f2ed7d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 05 21:55:13 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 05 21:55:13 2016 +0100 |
tree | 8857e7b1f4bc103cb64e7f625b2ea16b267801d5 | |
parent | 40d3f137e751c0e9f5e7e6a587b93a52dd833d04 [diff] [blame] |
patch 8.0.0066 Problem: when calling an operator function when 'linebreak' is set, it is internally reset before calling the operator function. Solution: Restore 'linebreak' before calling op_function(). (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 2b5d656..a19ef5b 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 66, +/**/ 65, /**/ 64,