From 38b85cb4d7216705058708bacbc25ab90cd61595 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Thu, 24 Feb 2022 13:28:41 +0000 Subject: 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) --- src/option.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/option.h') diff --git a/src/option.h b/src/option.h index ebbf94b06..2116fe995 100644 --- a/src/option.h +++ b/src/option.h @@ -358,6 +358,7 @@ typedef enum { // flags for the 'wildoptions' option // each defined char should be unique over all values. +#define WOP_FUZZY 'z' #define WOP_TAGFILE 't' #define WOP_PUM 'p' -- cgit v1.2.1