Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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)
- Loading branch information
Showing
with
20 additions
and 3 deletions.
- +4 −3 src/ex_cmds.c
- +14 −0 src/testdir/test_options.vim
- +2 −0 src/version.c