comparison runtime/doc/usr_41.txt @ 16576:bcc343175103 v8.1.1291

patch 8.1.1291: not easy to change directory and restore commit https://github.com/vim/vim/commit/1063f3d2008f22d02ccfa9dab83a23db52febbdc Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 7 22:06:52 2019 +0200 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 https://github.com/vim/vim/issues/4358)
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 May 2019 22:15:05 +0200
parents 9484fc00ac6b
children 1e0a5f09fdf1
comparison
equal deleted inserted replaced
16575:e0baba49b677 16576:bcc343175103
767 getfsize() get the size of a file 767 getfsize() get the size of a file
768 getcwd() get the current working directory 768 getcwd() get the current working directory
769 haslocaldir() check if current window used |:lcd| or |:tcd| 769 haslocaldir() check if current window used |:lcd| or |:tcd|
770 tempname() get the name of a temporary file 770 tempname() get the name of a temporary file
771 mkdir() create a new directory 771 mkdir() create a new directory
772 chdir() change current working directory
772 delete() delete a file 773 delete() delete a file
773 rename() rename a file 774 rename() rename a file
774 system() get the result of a shell command as a string 775 system() get the result of a shell command as a string
775 systemlist() get the result of a shell command as a list 776 systemlist() get the result of a shell command as a list
776 hostname() name of the system 777 hostname() name of the system