]> granicus.if.org Git - vim/commit
patch 8.1.0110: file name not displayed with ":file" v8.1.0110
authorBram Moolenaar <Bram@vim.org>
Sun, 24 Jun 2018 14:53:35 +0000 (16:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Jun 2018 14:53:35 +0000 (16:53 +0200)
commitfc0896093c3b3e753859a5f929921933e7a2e6cd
tree5bbcf3b820898f7d369c451f5c2896c5d5ca0deb
parent7cb6eecd32b0b51bd0a25df968386d0b09379afa
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)
src/ex_cmds.c
src/testdir/test_options.vim
src/version.c