diff src/version.c @ 7568:5274513d3f54 v7.4.1084

commit https://github.com/vim/vim/commit/e1edc1caba05c553fa60b1cf45a7670b1cfd63fe Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 10 20:08:03 2016 +0100 patch 7.4.1084 Problem: Using "." to repeat CTRL-A in Visual mode increments the wrong numbers. Solution: Append right size to the redo buffer. (Ozaki Kiichi)
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jan 2016 20:15:04 +0100
parents 1dd5b27a79b1
children 4250ecde6009
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1084,
+/**/
     1083,
 /**/
     1082,