From: Bram Moolenaar Date: Wed, 19 Mar 2014 16:32:51 +0000 (+0100) Subject: updated for version 7.4.208 X-Git-Tag: v7.4.208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fb9fa19e2263f077163d0da844b637d0a356863;p=vim updated for version 7.4.208 Problem: Mercurial picks up some files that are not distributed. Solution: Add patterns to the ignore list. (Cade Forester) --- diff --git a/.gitignore b/.gitignore index 9fbd77957..f13ca061b 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,9 @@ bcc.cfg *.map *.tds +# NetBeans +nbproject/* + # Mac OSX src/xxd/xxd.dSYM @@ -55,6 +58,7 @@ src/xxd/xxd.dSYM *.swp *~ *.pyc +*.log src/po/vim.pot # Generated by "make test" diff --git a/src/version.c b/src/version.c index 7ee3b6828..608ef8d7d 100644 --- a/src/version.c +++ b/src/version.c @@ -738,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 208, /**/ 207, /**/