Patch 9.0.1417
Problem:    ESDL files are not recognized.
Solution:   Add a pattern for ESDL files. (Amaan Qureshi, closes #12174)
Files:      runtime/filetype.vim, src/testdir/test_filetype.vim


*** ../vim-9.0.1416/runtime/filetype.vim        2023-03-19 20:43:21.925113688 
+0000
--- runtime/filetype.vim        2023-03-19 21:54:59.041806545 +0000
***************
*** 653,658 ****
--- 653,661 ----
  " Elsa - https://github.com/ucsd-progsys/elsa
  au BufNewFile,BufRead *.lc                    setf elsa
  
+ " EdgeDB Schema Definition Language
+ au BufNewFile,BufRead *.esdl                  setf esdl
+ 
  " ESMTP rc file
  au BufNewFile,BufRead *esmtprc                        setf esmtprc
  
*** ../vim-9.0.1416/src/testdir/test_filetype.vim       2023-03-19 
20:43:21.925113688 +0000
--- src/testdir/test_filetype.vim       2023-03-19 21:54:59.041806545 +0000
***************
*** 190,195 ****
--- 190,196 ----
      \ 'epuppet': ['file.epp'],
      \ 'erlang': ['file.erl', 'file.hrl', 'file.yaws'],
      \ 'eruby': ['file.erb', 'file.rhtml'],
+     \ 'esdl': ['file.esdl'],
      \ 'esmtprc': ['anyesmtprc', 'esmtprc', 'some-esmtprc'],
      \ 'esqlc': ['file.ec', 'file.EC'],
      \ 'esterel': ['file.strl'],
*** ../vim-9.0.1416/src/version.c       2023-03-19 21:23:34.693796404 +0000
--- src/version.c       2023-03-19 21:55:58.529881429 +0000
***************
*** 697,698 ****
--- 697,700 ----
  {   /* Add new patch number below this line */
+ /**/
+     1417,
  /**/

-- 
DINGO:   You must spank her well and after you have spanked her you
         may deal with her as you like and then ... spank me.
AMAZING: And spank me!
STUNNER: And me.
LOVELY:  And me.
                 "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/20230319215736.D1AF81C1466%40moolenaar.net.

Raspunde prin e-mail lui