1
0
forked from aniani/vim

patch 8.0.1781: file names in quickfix window are not shortened

Problem:    File names in quickfix window are not always shortened.
Solution:   Shorten the file name when opening the quickfix window. (Yegappan
            Lakshmanan, closes #2851, closes #2846)
This commit is contained in:
Bram Moolenaar
2018-05-01 14:30:36 +02:00
parent 15142e27aa
commit a796d46f29
5 changed files with 75 additions and 21 deletions

View File

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