diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-03-17 14:48:24 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-03-17 14:48:24 +0100 |
commit | 9c27fc3dba402773b9c5ef25a229f962e90f0eeb (patch) | |
tree | 6a12f396383c0dd5d3dee6d12d8d1f91e2262845 /src/version.c | |
parent | 97e7a84b6d152f45db1916f39b19e8fef86923ab (diff) | |
download | vim-git-9c27fc3dba402773b9c5ef25a229f962e90f0eeb.tar.gz |
updated for version 7.2.396v7.2.396
Problem: Get E38 errors. (Dasn)
Solution: Set cursor to line 1 instead of 0. (Dominique Pelle)
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 ba75f61ac..939a11093 100644 --- a/src/version.c +++ b/src/version.c @@ -682,6 +682,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 396, +/**/ 395, /**/ 394, |