summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-11-05 21:55:13 +0100
committerBram Moolenaar <Bram@vim.org>2016-11-05 21:55:13 +0100
commit4a08b0dc4dd70334056fc1bf069b5e938f2ed7d5 (patch)
tree8857e7b1f4bc103cb64e7f625b2ea16b267801d5 /src/version.c
parent40d3f137e751c0e9f5e7e6a587b93a52dd833d04 (diff)
downloadvim-git-4a08b0dc4dd70334056fc1bf069b5e938f2ed7d5.tar.gz
patch 8.0.0066v8.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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 2b5d656ae..a19ef5b50 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 66,
+/**/
65,
/**/
64,