summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-30 13:33:58 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-30 13:33:58 +0200
commit730d2c0747fa6ad568ce09cf0ac427280f94851a (patch)
tree090e4aca695196b8d6b62d2cf2a9d76134761b6e /src/version.c
parent55480dccf4591859789b15a6c49162b7c2a476e0 (diff)
downloadvim-git-730d2c0747fa6ad568ce09cf0ac427280f94851a.tar.gz
updated for version 7.3.1273v7.3.1273
Problem: When copying a location list the index might be wrong. Solution: Set the index to one when using the first entry. (Lech Lorens)
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 249032366..ea90de9c7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1273,
+/**/
1272,
/**/
1271,