diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-03-17 16:45:12 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-03-17 16:45:12 +0100 |
commit | 08bb82e8c59a5b8c470aad02d3fc15e18254a049 (patch) | |
tree | dd476680fef02542b289a9ca83d268a2fd3cac66 /src/version.c | |
parent | 9c27fc3dba402773b9c5ef25a229f962e90f0eeb (diff) | |
download | vim-git-08bb82e8c59a5b8c470aad02d3fc15e18254a049.tar.gz |
updated for version 7.2.397v7.2.397
Problem: Redundant check for w_lines_valid.
Solution: Remove the if. (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 939a11093..163c85263 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 */ /**/ + 397, +/**/ 396, /**/ 395, |