comparison src/proto/option.pro @ 27875:ae38d2e81fca v8.2.4463

patch 8.2.4463: completion only uses strict matching Commit: https://github.com/vim/vim/commit/38b85cb4d7216705058708bacbc25ab90cd61595 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Thu Feb 24 13:28:41 2022 +0000 patch 8.2.4463: completion only uses strict matching Problem: Completion only uses strict matching. Solution: Add the "fuzzy" item for 'wildoptions'. (Yegappan Lakshmanan, closes #9803)
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Feb 2022 14:30:05 +0100
parents 44a552776007
children 4dcccb2673fe
comparison
equal deleted inserted replaced
27874:f4a227222e7a 27875:ae38d2e81fca
61 void buf_copy_options(buf_T *buf, int flags); 61 void buf_copy_options(buf_T *buf, int flags);
62 void reset_modifiable(void); 62 void reset_modifiable(void);
63 void set_iminsert_global(void); 63 void set_iminsert_global(void);
64 void set_imsearch_global(void); 64 void set_imsearch_global(void);
65 void set_context_in_set_cmd(expand_T *xp, char_u *arg, int opt_flags); 65 void set_context_in_set_cmd(expand_T *xp, char_u *arg, int opt_flags);
66 int ExpandSettings(expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file); 66 int ExpandSettings(expand_T *xp, regmatch_T *regmatch, char_u *pat, int *numMatches, char_u ***matches);
67 int ExpandOldSetting(int *num_file, char_u ***file); 67 int ExpandOldSetting(int *num_file, char_u ***file);
68 int shortmess(int x); 68 int shortmess(int x);
69 void vimrc_found(char_u *fname, char_u *envname); 69 void vimrc_found(char_u *fname, char_u *envname);
70 void change_compatible(int on); 70 void change_compatible(int on);
71 int option_was_set(char_u *name); 71 int option_was_set(char_u *name);