]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1291: not easy to change directory and restore v8.1.1291
authorBram Moolenaar <Bram@vim.org>
Tue, 7 May 2019 20:06:52 +0000 (22:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 7 May 2019 20:06:52 +0000 (22:06 +0200)
commit1063f3d2008f22d02ccfa9dab83a23db52febbdc
treeed4a5e7fddc01bdf2abb1d0d7931010c724d4ac5
parentfd31e45e4bccd7070d02e4d20bcab1f45b271600
patch 8.1.1291: not easy to change directory and restore

Problem:    Not easy to change directory and restore.
Solution:   Add the chdir() function. (Yegappan Lakshmanan, closes #4358)
runtime/doc/eval.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/ex_docmd.c
src/if_py_both.h
src/proto/ex_docmd.pro
src/structs.h
src/testdir/test_cd.vim
src/version.c