commit | 17fb0e891a0aee09a2c27660eb0ea489520aaa56 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 17:25:51 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 17:25:51 2011 +0200 |
tree | 35c865b19f5a0cea1d948c447246ae03b6b6c208 | |
parent | 8c85fa3b2659a01fc1462ea26140ad2d0622e5b0 [diff] [blame] |
updated for version 7.3.278 Problem: Passing the file name to open in VisVim doesn't work. Solution: Adjust the index and check for end of buffer. (Jiri Sedlak)
diff --git a/src/version.c b/src/version.c index 517310e..e009b85 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 278, +/**/ 277, /**/ 276,