To: vim_dev@googlegroups.com Subject: Patch 9.0.1417 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- 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 ///