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 -- [email protected] -- http://www.Moolenaar.net   \\\
///                                                                      \\\
\\\        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/20230321195807.EC4971C1541%40moolenaar.net.

Raspunde prin e-mail lui