Patch 9.0.1549
Problem: USD filetype is not recognized.
Solution: Add patterns for USD filetype. (Colin Kennedy, closes #12370)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.1548/runtime/filetype.vim 2023-05-10 22:01:51.308844691
+0100
--- runtime/filetype.vim 2023-05-13 12:13:28.297009871 +0100
***************
*** 2746,2751 ****
--- 2746,2754 ----
" tmux configuration with arbitrary extension
au BufNewFile,BufRead {.,}tmux*.conf* setf tmux
+ " Universal Scene Description
+ au BufNewFile,BufRead *.usda,*.usd setf usd
+
" VHDL
au BufNewFile,BufRead *.vhdl_[0-9]* call s:StarSetf('vhdl')
*** ../vim-9.0.1548/src/testdir/test_filetype.vim 2023-05-10
22:01:51.308844691 +0100
--- src/testdir/test_filetype.vim 2023-05-13 12:13:28.297009871 +0100
***************
*** 638,643 ****
--- 638,644 ----
\ 'upstreamdat': ['upstream.dat', 'UPSTREAM.DAT', 'upstream.file.dat',
'UPSTREAM.FILE.DAT', 'file.upstream.dat', 'FILE.UPSTREAM.DAT'],
\ 'upstreaminstalllog': ['upstreaminstall.log', 'UPSTREAMINSTALL.LOG',
'upstreaminstall.file.log', 'UPSTREAMINSTALL.FILE.LOG',
'file.upstreaminstall.log', 'FILE.UPSTREAMINSTALL.LOG'],
\ 'upstreamlog': ['fdrupstream.log', 'upstream.log', 'UPSTREAM.LOG',
'upstream.file.log', 'UPSTREAM.FILE.LOG', 'file.upstream.log',
'FILE.UPSTREAM.LOG', 'UPSTREAM-file.log', 'UPSTREAM-FILE.LOG'],
+ \ 'usd': ['file.usda', 'file.usd'],
\ 'usserverlog': ['usserver.log', 'USSERVER.LOG', 'usserver.file.log',
'USSERVER.FILE.LOG', 'file.usserver.log', 'FILE.USSERVER.LOG'],
\ 'usw2kagtlog': ['usw2kagt.log', 'USW2KAGT.LOG', 'usw2kagt.file.log',
'USW2KAGT.FILE.LOG', 'file.usw2kagt.log', 'FILE.USW2KAGT.LOG'],
\ 'vala': ['file.vala'],
*** ../vim-9.0.1548/src/version.c 2023-05-13 11:54:41.044523336 +0100
--- src/version.c 2023-05-13 12:15:08.616877314 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1549,
/**/
--
'Well, here's something to occupy you and keep your mind off things.'
'It won't work, I have an exceptionally large mind.'
-- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
/// 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/20230513111627.559201C1B21%40moolenaar.net.