commit | a796d46f29e3cc235cc981696d7ee80faccb5000 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 01 14:30:36 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 01 14:30:36 2018 +0200 |
tree | 542906c6f700a59c60ad6dcd203be8d75dd66643 | |
parent | 15142e27aaafa15b72d1042c25fbb5e4f12b6736 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7726f84..ae231be 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1781, +/**/ 1780, /**/ 1779,