commit | 488a130ea261f02317adc2c2ca93cc6e68cf2c23 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 01 22:01:10 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 01 22:01:10 2016 +0100 |
tree | bb80339d156f0b82e905e062209ddc2cab440d93 | |
parent | 14ad611ca435d97e8fd0d9ab03ddc982843298ac [diff] [blame] |
patch 7.4.1234 Problem: Demo server only runs with Python 2. Solution: Make it run with Python 3 as well. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 1bb4030..f8addc0 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1234, +/**/ 1233, /**/ 1232,