comparison src/proto/edit.pro @ 8935:219d80fee92f v7.4.1753

commit https://github.com/vim/vim/commit/c020042083b9c0a4e932b562c3bef97c76328e18 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 20 12:02:02 2016 +0200 patch 7.4.1753 Problem: "noinsert" in 'completeopt' is sometimes ignored. Solution: Set the variables when the 'completeopt' was set. (Ozaki Kiichi)
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Apr 2016 12:15:05 +0200
parents 21b0a39d13ed
children 154d5a2e7395
comparison
equal deleted inserted replaced
8934:42c8599421e5 8935:219d80fee92f
6 void change_indent(int type, int amount, int round, int replaced, int call_changed_bytes); 6 void change_indent(int type, int amount, int round, int replaced, int call_changed_bytes);
7 void truncate_spaces(char_u *line); 7 void truncate_spaces(char_u *line);
8 void backspace_until_column(int col); 8 void backspace_until_column(int col);
9 int vim_is_ctrl_x_key(int c); 9 int vim_is_ctrl_x_key(int c);
10 int ins_compl_add_infercase(char_u *str, int len, int icase, char_u *fname, int dir, int flags); 10 int ins_compl_add_infercase(char_u *str, int len, int icase, char_u *fname, int dir, int flags);
11 void completeopt_was_set(void);
11 void set_completion(colnr_T startcol, list_T *list); 12 void set_completion(colnr_T startcol, list_T *list);
12 void ins_compl_show_pum(void); 13 void ins_compl_show_pum(void);
13 char_u *find_word_start(char_u *ptr); 14 char_u *find_word_start(char_u *ptr);
14 char_u *find_word_end(char_u *ptr); 15 char_u *find_word_end(char_u *ptr);
15 int ins_compl_active(void); 16 int ins_compl_active(void);