1
0
forked from aniani/vim

patch 8.2.0189: cd() with NULL argument crashes

Problem:    cd() with NULL argument crashes.
Solution:   Check for NULL. (Ken Takata, closes #5558)
This commit is contained in:
Bram Moolenaar
2020-01-31 22:41:38 +01:00
parent 7f829cab35
commit 7cc96923c4
3 changed files with 5 additions and 1 deletions

View File

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