commit | 00aa069db8132851a91cfc5ca7f58ef945c75c73 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 27 20:37:57 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 27 20:37:57 2019 +0200 |
tree | 54e88e9f1c4a981eb265015eabdc2cde2931cc5e | |
parent | 2155a6abaa5d065ad7b580229321860591126f2e [diff] [blame] |
patch 8.1.1218: cannot set a directory for a tab page Problem: Cannot set a directory for a tab page. Solution: Add the tab-local directory. (Yegappan Lakshmanan, closes #4212)
diff --git a/src/if_py_both.h b/src/if_py_both.h index 20affe3..ede2f5c 100644 --- a/src/if_py_both.h +++ b/src/if_py_both.h
@@ -1032,7 +1032,7 @@ Py_DECREF(newwd); Py_XDECREF(todecref); - post_chdir(FALSE); + post_chdir(FALSE, FALSE); if (VimTryEnd()) {