0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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)
This commit is contained in:
Bram Moolenaar
2018-06-24 16:53:35 +02:00
parent 7cb6eecd32
commit fc0896093c
3 changed files with 20 additions and 3 deletions

View File

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