diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-06-30 13:33:58 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-06-30 13:33:58 +0200 |
commit | 730d2c0747fa6ad568ce09cf0ac427280f94851a (patch) | |
tree | 090e4aca695196b8d6b62d2cf2a9d76134761b6e /src/version.c | |
parent | 55480dccf4591859789b15a6c49162b7c2a476e0 (diff) | |
download | vim-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.c | 2 |
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, |