]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1643: filetype detection fails if file name ends in many '~' v9.0.1643
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2023 11:18:57 +0000 (12:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2023 11:18:57 +0000 (12:18 +0100)
commitc12e4eecbb26cedca96e0810d3501043356eebaa
treedf92ab784d4d1dac888fad47e6dbc1e7bfb75eac
parent545c8a506e7e0921ded7eb7ffe3518279cbcb16a
patch 9.0.1643: filetype detection fails if file name ends in many '~'

Problem:    Filetype detection fails if file name ends in many '~'.
Solution:   Strip multiple '~' at the same time. (closes #12553)
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c