comparison src/option.h @ 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 4eb2bf8b2f27
children 89c181c99e23
comparison
equal deleted inserted replaced
27874:f4a227222e7a 27875:ae38d2e81fca
356 #define WIM_LIST 0x04 356 #define WIM_LIST 0x04
357 #define WIM_BUFLASTUSED 0x08 357 #define WIM_BUFLASTUSED 0x08
358 358
359 // flags for the 'wildoptions' option 359 // flags for the 'wildoptions' option
360 // each defined char should be unique over all values. 360 // each defined char should be unique over all values.
361 #define WOP_FUZZY 'z'
361 #define WOP_TAGFILE 't' 362 #define WOP_TAGFILE 't'
362 #define WOP_PUM 'p' 363 #define WOP_PUM 'p'
363 364
364 // arguments for can_bs() 365 // arguments for can_bs()
365 // each defined char should be unique over all values 366 // each defined char should be unique over all values