comparison src/proto/option.pro @ 3740:7de7ef01288d v7.3.629

updated for version 7.3.629 Problem: There is no way to make 'shiftwidth' follow 'tabstop'. Solution: When 'shiftwidth' is zero use the value of 'tabstop'. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 08 Aug 2012 18:01:05 +0200
parents 862d920800b1
children fd96b3cc88ed
comparison
equal deleted inserted replaced
3739:8f80a615ba03 3740:7de7ef01288d
54 int option_was_set __ARGS((char_u *name)); 54 int option_was_set __ARGS((char_u *name));
55 int can_bs __ARGS((int what)); 55 int can_bs __ARGS((int what));
56 void save_file_ff __ARGS((buf_T *buf)); 56 void save_file_ff __ARGS((buf_T *buf));
57 int file_ff_differs __ARGS((buf_T *buf, int ignore_empty)); 57 int file_ff_differs __ARGS((buf_T *buf, int ignore_empty));
58 int check_ff_value __ARGS((char_u *p)); 58 int check_ff_value __ARGS((char_u *p));
59 long get_sw_value __ARGS((void));
59 /* vim: set ft=c : */ 60 /* vim: set ft=c : */