commit | ea389e910326a0b44a9c534535c1c4c8b1841388 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 28 21:40:52 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 28 21:40:52 2014 +0200 |
tree | e0065bab0382c8780d6a385f35ec22575a53042e | |
parent | 6f6c0f8085a5b0855f9dce8378086fd5e06a219b [diff] [blame] |
updated for version 7.4.314 Problem: Completion messages can get in the way of a plugin. Solution: Add 'c' flag to 'shortmess' option. (Shougo Matsu)
diff --git a/src/version.c b/src/version.c index dc5988b..0ebf14d 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 314, +/**/ 313, /**/ 312,