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