comparison src/proto/option.pro @ 3980:aab4b29520e7 v7.3.745

updated for version 7.3.745 Problem: Automatically setting 'ttymouse' doesn't work. Solution: Reset the "option was set" flag when using the default.
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Dec 2012 14:43:02 +0100
parents fd96b3cc88ed
children d179a8eff9d7
comparison
equal deleted inserted replaced
3979:538ff809ae53 3980:aab4b29520e7
50 int has_format_option __ARGS((int x)); 50 int has_format_option __ARGS((int x));
51 int shortmess __ARGS((int x)); 51 int shortmess __ARGS((int x));
52 void vimrc_found __ARGS((char_u *fname, char_u *envname)); 52 void vimrc_found __ARGS((char_u *fname, char_u *envname));
53 void change_compatible __ARGS((int on)); 53 void change_compatible __ARGS((int on));
54 int option_was_set __ARGS((char_u *name)); 54 int option_was_set __ARGS((char_u *name));
55 void reset_option_was_set __ARGS((char_u *name));
55 int can_bs __ARGS((int what)); 56 int can_bs __ARGS((int what));
56 void save_file_ff __ARGS((buf_T *buf)); 57 void save_file_ff __ARGS((buf_T *buf));
57 int file_ff_differs __ARGS((buf_T *buf, int ignore_empty)); 58 int file_ff_differs __ARGS((buf_T *buf, int ignore_empty));
58 int check_ff_value __ARGS((char_u *p)); 59 int check_ff_value __ARGS((char_u *p));
59 long get_sw_value __ARGS((void)); 60 long get_sw_value __ARGS((void));