commit | 91fc43d3f9d837e9ede66694c44e4cbcdc5c5549 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 05 15:41:05 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 05 15:41:05 2013 +0200 |
tree | 2fd97c3b96d2738bed985bc4b3bdb8f7391a6052 | |
parent | 7bcb30e91387800261c0154c2d53b6118100dca0 [diff] [blame] |
updated for version 7.3.878 Problem: 'fileignorecase' is missing in options window and quickref. Solution: Add the option.
diff --git a/src/version.c b/src/version.c index ce12628..8d3839a 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 878, +/**/ 877, /**/ 876,