commit | f4258308e288c82c30d35cb2d0e045e60bfdb21c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 18:20:17 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 18:20:17 2013 +0200 |
tree | ae6e0e2a854864471d8d6478b53f8fa0e14ea556 | |
parent | 4f2109d782f91f7341a51644e3629ad1cbaea991 [diff] [blame] |
updated for version 7.3.1099 Problem: Python: Changing directory with os.chdir() causes problems for Vim's notion of directories. Solution: Add vim.chdir() and vim.fchdir(). (ZyX)
diff --git a/src/version.c b/src/version.c index fad5ada..9b13b2d 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1099, +/**/ 1098, /**/ 1097,