To: vim_dev@googlegroups.com Subject: Patch 9.0.1419 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1419 Problem: Lean files are not recognized. Solution: Add a pattern for Lean files. (Amaan Qureshi, closes #12177) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.1418/runtime/filetype.vim 2023-03-19 21:57:03.665960580 +0000 --- runtime/filetype.vim 2023-03-21 19:55:29.773693341 +0000 *************** *** 1112,1117 **** --- 1112,1120 ---- " Ld loader au BufNewFile,BufRead *.ld setf ld + " Lean + au BufNewFile,BufRead *.lean setf lean + " Ledger au BufRead,BufNewFile *.ldg,*.ledger,*.journal setf ledger *** ../vim-9.0.1418/src/testdir/test_filetype.vim 2023-03-19 21:57:03.665960580 +0000 --- src/testdir/test_filetype.vim 2023-03-21 19:55:29.773693341 +0000 *************** *** 320,325 **** --- 320,326 ---- \ 'latte': ['file.latte', 'file.lte'], \ 'ld': ['file.ld'], \ 'ldif': ['file.ldif'], + \ 'lean': ['file.lean'], \ 'ledger': ['file.ldg', 'file.ledger', 'file.journal'], \ 'less': ['file.less'], \ 'lex': ['file.lex', 'file.l', 'file.lxx', 'file.l++'], *** ../vim-9.0.1418/src/version.c 2023-03-20 17:30:41.566898322 +0000 --- src/version.c 2023-03-21 19:56:13.545712896 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1419, /**/ -- TALL KNIGHT OF NI: Ni! "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///