comparison src/proto/option.pro @ 14748:00da090af0ab v8.1.0386

patch 8.1.0386: cannot test with non-default option value commit https://github.com/vim/vim/commit/fe8ef98dd1d0b7d296d7db29b1e2fd1b56b788de Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 13 20:31:54 2018 +0200 patch 8.1.0386: cannot test with non-default option value Problem: Cannot test with non-default option value. Solution: Add test_option_not_set().
author Christian Brabandt <cb@256bit.org>
date Thu, 13 Sep 2018 20:45:05 +0200
parents 3e9b24eac417
children cf4d6489c9eb
comparison
equal deleted inserted replaced
14747:5d8362ca850a 14748:00da090af0ab
53 int has_format_option(int x); 53 int has_format_option(int x);
54 int shortmess(int x); 54 int shortmess(int x);
55 void vimrc_found(char_u *fname, char_u *envname); 55 void vimrc_found(char_u *fname, char_u *envname);
56 void change_compatible(int on); 56 void change_compatible(int on);
57 int option_was_set(char_u *name); 57 int option_was_set(char_u *name);
58 void reset_option_was_set(char_u *name); 58 int reset_option_was_set(char_u *name);
59 int can_bs(int what); 59 int can_bs(int what);
60 void save_file_ff(buf_T *buf); 60 void save_file_ff(buf_T *buf);
61 int file_ff_differs(buf_T *buf, int ignore_empty); 61 int file_ff_differs(buf_T *buf, int ignore_empty);
62 int check_ff_value(char_u *p); 62 int check_ff_value(char_u *p);
63 int tabstop_set(char_u *var, int **array); 63 int tabstop_set(char_u *var, int **array);