mirror of
https://github.com/vim/vim.git
synced 2026-05-26 03:56:59 +02:00
f4258308e2
Problem: Python: Changing directory with os.chdir() causes problems for
Vim's notion of directories.
Solution: Add vim.chdir() and vim.fchdir(). (ZyX)