forked from aniani/vim
patch 9.1.0605: internal error with fuzzy completion
Problem: internal error with fuzzy completion (techntools) Solution: only fuzzy complete the pattern after directory separator (glepnir) fixes: #15287 closes: #15291 Signed-off-by: glepnir <glephunter@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
b14c325a5b
commit
0be03e14b9
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
605,
|
||||
/**/
|
||||
604,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user