Patch 9.0.1348

3 views
Skip to first unread message

Bram Moolenaar

unread,
Feb 23, 2023, 3:31:43 PM2/23/23
to vim...@googlegroups.com

Patch 9.0.1348
Problem: Un-grammar files are not recognized.
Solution: Add patterns for Un-grammar files. (Amaan Qureshi, closes #12034)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim


*** ../vim-9.0.1347/runtime/filetype.vim 2023-02-23 15:38:45.332355557 +0000
--- runtime/filetype.vim 2023-02-23 20:30:30.108673336 +0000
***************
*** 2208,2213 ****
--- 2208,2216 ----
" Udev symlinks config
au BufNewFile,BufRead */etc/udev/cdsymlinks.conf setf sh

+ " Ungrammar, AKA Un-grammar
+ au BufNewFile,BufRead *.ungram setf ungrammar
+
" UnrealScript
au BufNewFile,BufRead *.uc setf uc

*** ../vim-9.0.1347/src/testdir/test_filetype.vim 2023-02-23 15:38:45.332355557 +0000
--- src/testdir/test_filetype.vim 2023-02-23 20:28:43.736789872 +0000
***************
*** 608,613 ****
--- 608,614 ----
\ 'typescript': ['file.mts', 'file.cts'],
\ 'typescript.glimmer': ['file.gts'],
\ 'typescriptreact': ['file.tsx'],
+ \ 'ungrammar': ['file.ungram'],
\ 'uc': ['file.uc'],
\ 'udevconf': ['/etc/udev/udev.conf', 'any/etc/udev/udev.conf'],
\ 'udevperm': ['/etc/udev/permissions.d/file.permissions', 'any/etc/udev/permissions.d/file.permissions'],
*** ../vim-9.0.1347/src/version.c 2023-02-23 20:12:59.222636019 +0000
--- src/version.c 2023-02-23 20:29:50.980715202 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1348,
/**/

--
hundred-and-one symptoms of being an internet addict:
172. You join listservers just for the extra e-mail.

/// Bram Moolenaar -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages