1
0
forked from aniani/vim

patch 8.2.1842: crash when USE_FNAME_CASE is defined and using :browse

Problem:    Crash when USE_FNAME_CASE is defined and using :browse.
Solution:   Don't use read-only memory for ".". (Yegappan Lakshmanan,
            closes #7123)
This commit is contained in:
Bram Moolenaar
2020-10-13 19:08:24 +02:00
parent 2b9b17ea5d
commit 21cbe175ee
4 changed files with 24 additions and 2 deletions

View File

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