1
0
forked from aniani/vim

patch 8.2.1747: result of expand() unexpectedly depends on 'completeslash'

Problem:    Result of expand() unexpectedly depends on 'completeslash'.
Solution:   Temporarily reset 'completeslash'. (Yasuhiro Matsumoto,
            closes #7021)
This commit is contained in:
Bram Moolenaar
2020-09-26 18:47:11 +02:00
parent 373863ed48
commit 8f187fc630
3 changed files with 26 additions and 2 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1747,
/**/
1746,
/**/