summaryrefslogtreecommitdiff
path: root/src/proto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-09-05 14:31:54 +0000
committerBram Moolenaar <Bram@vim.org>2006-09-05 14:31:54 +0000
commit498efdb7f652d45d6dda68da3e8b12a541ff4494 (patch)
treeb95e01c4476886bacd9ed75b7a8f8dd817c1a1ce /src/proto
parent53ed192b3c4a014c6bfe19a99623f5a2761a38d3 (diff)
downloadvim-498efdb7f652d45d6dda68da3e8b12a541ff4494.zip
updated for version 7.0-087
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/buffer.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/buffer.pro b/src/proto/buffer.pro
index 9da8c3e6e..d0556b61e 100644
--- a/src/proto/buffer.pro
+++ b/src/proto/buffer.pro
@@ -10,6 +10,7 @@ extern char_u *do_bufdel __ARGS((int command, char_u *arg, int addr_count, int s
extern int do_buffer __ARGS((int action, int start, int dir, int count, int forceit));
extern void set_curbuf __ARGS((buf_T *buf, int action));
extern void enter_buffer __ARGS((buf_T *buf));
+extern void do_autochdir __ARGS((void));
extern buf_T *buflist_new __ARGS((char_u *ffname, char_u *sfname, linenr_T lnum, int flags));
extern void free_buf_options __ARGS((buf_T *buf, int free_p_ff));
extern int buflist_getfile __ARGS((int n, linenr_T lnum, int options, int forceit));