diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-08-11 18:33:48 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-08-11 18:33:48 +0200 |
commit | 901e58c243ef4363bb2c13b2c96c7b0acd45e6d1 (patch) | |
tree | 35830887620bf4453501c7606f7a375d0988032a /src/version.c | |
parent | 89c17c02cac7594c6bb85900d73b1dc70aa78306 (diff) | |
download | vim-git-7.4.819.tar.gz |
patch 7.4.819v7.4.819
Problem: Beeping when running the tests.
Solution: Fix 41 beeps. (Roland Eggner)
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 0f48baeca..e3b885ed3 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 819, +/**/ 818, /**/ 817, |