comparison src/proto/ex_docmd.pro @ 4704:542af01979be v7.3.1099

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)
author Bram Moolenaar <bram@vim.org>
date Sun, 02 Jun 2013 18:20:17 +0200
parents b7811ab264bf
children f063be86b632
comparison
equal deleted inserted replaced
4703:2d9d2b3b10b8 4704:542af01979be
51 char_u *expand_sfile __ARGS((char_u *arg)); 51 char_u *expand_sfile __ARGS((char_u *arg));
52 int put_eol __ARGS((FILE *fd)); 52 int put_eol __ARGS((FILE *fd));
53 int put_line __ARGS((FILE *fd, char *s)); 53 int put_line __ARGS((FILE *fd, char *s));
54 void dialog_msg __ARGS((char_u *buff, char *format, char_u *fname)); 54 void dialog_msg __ARGS((char_u *buff, char *format, char_u *fname));
55 char_u *get_behave_arg __ARGS((expand_T *xp, int idx)); 55 char_u *get_behave_arg __ARGS((expand_T *xp, int idx));
56 void post_chdir __ARGS((int local));
56 /* vim: set ft=c : */ 57 /* vim: set ft=c : */