]> granicus.if.org Git - vim/commit
patch 9.0.0779: lsl and lm3 file extensions are not recognized v9.0.0779
authorDoug Kearns <dougkearns@gmail.com>
Mon, 17 Oct 2022 12:32:17 +0000 (13:32 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 17 Oct 2022 12:32:17 +0000 (13:32 +0100)
commit4ac8e7948cb3e07bc4598ede8b274891d14dfa7c
tree5ba7c4cfcb8365ef4a42534b3f3bcba98b8fa74b
parent4913d420e8e8619cff837372bce87683d6fcaa03
patch 9.0.0779: lsl and lm3 file extensions are not recognized

Problem:    lsl and lm3 file extensions are not recognized.
Solution:   Add *.lsl and *.lm3 patterns. (Doug Kearns, closes #11384)
runtime/autoload/dist/ft.vim
runtime/doc/filetype.txt
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c