diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-02-14 22:11:39 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-02-14 22:11:39 +0100 |
commit | b2c5a5ac79848b7f889a8b279eed40be3064feca (patch) | |
tree | f3d8827ab4a29d98a252c8b533bda6ae752da597 /src/version.c | |
parent | 707060e2ee59e50096e1a96abf00e18293fb0569 (diff) | |
download | vim-b2c5a5ac79848b7f889a8b279eed40be3064feca.zip |
updated for version 7.3.819
Problem: Compiling without +eval and with Python isn't working.
Solution: Add the eval feature when building with Python.
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 13dd6ba28..891c5c3bc 100644 --- a/src/version.c +++ b/src/version.c @@ -726,6 +726,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 819, +/**/ 818, /**/ 817, |