diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-29 22:02:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-29 22:02:22 +0200 |
commit | e9ba516be2873b80e51aa24cd6c25f9b29612695 (patch) | |
tree | 620ac235a6fe7dab512cfc871b7e63ba99bba761 /src/proto | |
parent | 1bc2428e1f7782870ae9e304f0db2388fe4a5a14 (diff) | |
download | vim-e9ba516be2873b80e51aa24cd6c25f9b29612695.zip |
updated for version 7.3.1042
Problem: Python: can't assign to vim.Buffer.name.
Solution: Python patch 3. (ZyX)
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/ex_cmds.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ex_cmds.pro b/src/proto/ex_cmds.pro index 1669d791a..a94f5d048 100644 --- a/src/proto/ex_cmds.pro +++ b/src/proto/ex_cmds.pro @@ -19,6 +19,7 @@ void viminfo_writestring __ARGS((FILE *fd, char_u *p)); void do_fixdel __ARGS((exarg_T *eap)); void print_line_no_prefix __ARGS((linenr_T lnum, int use_number, int list)); void print_line __ARGS((linenr_T lnum, int use_number, int list)); +int rename_buffer __ARGS((char_u *new_fname)); void ex_file __ARGS((exarg_T *eap)); void ex_update __ARGS((exarg_T *eap)); void ex_write __ARGS((exarg_T *eap)); |