]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0244: filetype: bash history files are not recognized v9.1.0244
authorWu, Zhenyu <wuzhenyu@ustc.edu>
Sun, 31 Mar 2024 17:22:51 +0000 (19:22 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 31 Mar 2024 17:22:51 +0000 (19:22 +0200)
commit84ce55001af80d89245c4dd051c6f809389df62f
tree76a460d1f8e21c28184a254ab8e1d868d0d8dcdc
parentabbb4a4f7032de9e223293182402af5e2867e372
patch 9.1.0244: filetype: bash history files are not recognized

Problem:  filetype: bash history files are not recognized
Solution: detect .bash-history and .bash_history files as bash
          (Wu, Zhenyu)

closes: #14365

Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c