commit | fc0896093c3b3e753859a5f929921933e7a2e6cd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 24 16:53:35 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 24 16:53:35 2018 +0200 |
tree | 5bbcf3b820898f7d369c451f5c2896c5d5ca0deb | |
parent | 7cb6eecd32b0b51bd0a25df968386d0b09379afa [diff] [blame] |
patch 8.1.0110: file name not displayed with ":file" Problem: File name not displayed with ":file" when 'F' is in 'shortmess'. Solution: Always display the file name when there is no argument (Christian Brabandt, closes #3070)
diff --git a/src/version.c b/src/version.c index 00f3c0d..b539e9e 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 110, +/**/ 109, /**/ 108,