comparison src/proto/eval.pro @ 4350:7eaccdaa5304 v7.3.924

updated for version 7.3.924 Problem: Python interface can't easily access options. Solution: Add vim.options, vim.window.options and vim.buffer.options. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Mon, 06 May 2013 03:52:55 +0200
parents dc3efb6d5a08
children a84f21892563
comparison
equal deleted inserted replaced
4349:9e3cdd762964 4350:7eaccdaa5304
123 int store_session_globals __ARGS((FILE *fd)); 123 int store_session_globals __ARGS((FILE *fd));
124 void last_set_msg __ARGS((scid_T scriptID)); 124 void last_set_msg __ARGS((scid_T scriptID));
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 *));
129 void restore_win __ARGS((win_T *, tabpage_T *));
128 /* vim: set ft=c : */ 130 /* vim: set ft=c : */