comparison src/proto/eval.pro @ 4397:a84f21892563 v7.3.947

updated for version 7.3.947 Problem: Python: No iterator for vim.list and vim.bufferlist. Solution: Add the iterators. Also fix name of FunctionType. Add tests for vim.buffers. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 15 May 2013 14:39:52 +0200
parents 7eaccdaa5304
children 7eafa576528e
comparison
equal deleted inserted replaced
4396:57d8b1be2de5 4397:a84f21892563
125 void ex_oldfiles __ARGS((exarg_T *eap)); 125 void ex_oldfiles __ARGS((exarg_T *eap));
126 int modify_fname __ARGS((char_u *src, int *usedlen, char_u **fnamep, char_u **bufp, int *fnamelen)); 126 int modify_fname __ARGS((char_u *src, int *usedlen, char_u **fnamep, char_u **bufp, int *fnamelen));
127 char_u *do_string_sub __ARGS((char_u *str, char_u *pat, char_u *sub, char_u *flags)); 127 char_u *do_string_sub __ARGS((char_u *str, char_u *pat, char_u *sub, char_u *flags));
128 int switch_win __ARGS((win_T **, tabpage_T **, win_T *, tabpage_T *)); 128 int switch_win __ARGS((win_T **, tabpage_T **, win_T *, tabpage_T *));
129 void restore_win __ARGS((win_T *, tabpage_T *)); 129 void restore_win __ARGS((win_T *, tabpage_T *));
130 void list_add_watch __ARGS((list_T *l, listwatch_T *lw));
131 void list_rem_watch __ARGS((list_T *l, listwatch_T *lwrem));
130 /* vim: set ft=c : */ 132 /* vim: set ft=c : */