commit | 12a28d4b29f1b8a42d9fb994f1d2c9cb717564ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 23 16:57:00 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 23 16:57:00 2014 +0200 |
tree | f54eac4b354924ed4b79c405033ec6503e5c8503 | |
parent | 158a1b074828341767ad4ce912b346bf14189605 [diff] [blame] |
updated for version 7.4.380 Problem: Loading python may cause Vim to exit. Solution: Avoid loading the "site" module. (Taro Muraoka)
diff --git a/src/version.c b/src/version.c index b92df32..24fc1d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 380, +/**/ 379, /**/ 378,