Patch 9.0.1419

4 views
Skip to first unread message

Bram Moolenaar

unread,
Mar 21, 2023, 3:58:15 PM3/21/23
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages