vim-patch:7.4.1116

Problem:    delete(x, 'rf') does not delete files starting with a dot.
Solution:   Also delete files starting with a dot.

b0967d587f
This commit is contained in:
Jurica Bradaric
2016-02-28 12:59:13 +01:00
parent 88a735166b
commit 9e385404b3
4 changed files with 9 additions and 5 deletions

View File

@@ -248,7 +248,7 @@ static int included_patches[] = {
// 1119,
// 1118,
// 1117,
// 1116,
1116,
// 1115 NA
1114,
1113,