diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-02-22 08:49:11 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-02-22 08:49:11 +0000 |
commit | 26a60b45245080771bc2452b2634cb1f5acd60ed (patch) | |
tree | 82a54fd6544b2c2a57b5c52cb4d64c42dcd640a3 /src/proto/eval.pro | |
parent | df177f679e950a2ab2ad5fe7d45c1daface004d7 (diff) | |
download | vim-26a60b45245080771bc2452b2634cb1f5acd60ed.zip |
updated for version 7.0051
Diffstat (limited to 'src/proto/eval.pro')
-rw-r--r-- | src/proto/eval.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proto/eval.pro b/src/proto/eval.pro index d85ab2ef0..b43003967 100644 --- a/src/proto/eval.pro +++ b/src/proto/eval.pro @@ -6,6 +6,9 @@ int *func_dbg_tick __ARGS((void *cookie)); int func_level __ARGS((void *cookie)); int current_func_returned __ARGS((void)); void set_internal_string_var __ARGS((char_u *name, char_u *value)); +int var_redir_start __ARGS((char_u *name, int append)); +void var_redir_str __ARGS((char_u *value, int len)); +void var_redir_stop __ARGS((void)); int eval_charconvert __ARGS((char_u *enc_from, char_u *enc_to, char_u *fname_from, char_u *fname_to)); int eval_printexpr __ARGS((char_u *fname, char_u *args)); void eval_diff __ARGS((char_u *origfile, char_u *newfile, char_u *outfile)); |