Patch 9.0.1263
Problem: KDL files are not recognized.
Solution: Add a pattern for KDL files. (Amaan Qureshi, closes #11898)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.1262/runtime/filetype.vim 2023-01-29 17:50:10.913568889
+0000
--- runtime/filetype.vim 2023-01-30 15:16:38.213053892 +0000
***************
*** 1032,1037 ****
--- 1032,1040 ----
" Julia
au BufNewFile,BufRead *.jl setf julia
+ " KDL
+ au BufNewFile,BufRead *.kdl setf kdl
+
" Kixtart
au BufNewFile,BufRead *.kix setf kix
*** ../vim-9.0.1262/src/testdir/test_filetype.vim 2023-01-29
17:50:10.913568889 +0000
--- src/testdir/test_filetype.vim 2023-01-30 15:17:54.205031260 +0000
***************
*** 300,305 ****
--- 300,306 ----
\ 'jsp': ['file.jsp'],
\ 'julia': ['file.jl'],
\ 'kconfig': ['Kconfig', 'Kconfig.debug', 'Kconfig.file'],
+ \ 'kdl': ['file.kdl'],
\ 'kivy': ['file.kv'],
\ 'kix': ['file.kix'],
\ 'kotlin': ['file.kt', 'file.ktm', 'file.kts'],
*** ../vim-9.0.1262/src/version.c 2023-01-30 13:04:38.261749833 +0000
--- src/version.c 2023-01-30 15:17:15.641042419 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1263,
/**/
--
hundred-and-one symptoms of being an internet addict:
67. Your hard drive crashes. You haven't logged in for two hours. You start
to twitch. You pick up the phone and manually dial your ISP's access
number. You try to hum to communicate with the modem. You succeed.
/// 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/20230130152026.7F5B91C0723%40moolenaar.net.