Patch 9.0.1281
Problem: Cadence files are not recognized.
Solution: Recognize Cadence files. (Janez Podhostnik, closes #11951)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.1280/runtime/filetype.vim 2023-02-04 12:12:32.146272420
+0000
--- runtime/filetype.vim 2023-02-05 12:51:28.395955296 +0000
***************
*** 1911,1916 ****
--- 1911,1919 ----
" SKILL
au BufNewFile,BufRead *.il,*.ils,*.cdf setf skill
+ " Cadence
+ au BufNewFile,BufRead *.cdc setf cdc
+
" SLRN
au BufNewFile,BufRead .slrnrc setf slrnrc
au BufNewFile,BufRead *.score setf slrnsc
*** ../vim-9.0.1280/src/testdir/test_filetype.vim 2023-02-04
12:12:32.146272420 +0000
--- src/testdir/test_filetype.vim 2023-02-05 12:51:28.395955296 +0000
***************
*** 521,526 ****
--- 521,527 ----
\ 'sinda': ['file.sin', 'file.s85'],
\ 'sisu': ['file.sst', 'file.ssm', 'file.ssi', 'file.-sst', 'file._sst',
'file.sst.meta', 'file.-sst.meta', 'file._sst.meta'],
\ 'skill': ['file.il', 'file.ils', 'file.cdf'],
+ \ 'cdc': ['file.cdc'],
\ 'slang': ['file.sl'],
\ 'slice': ['file.ice'],
\ 'slpconf': ['/etc/slp.conf', 'any/etc/slp.conf'],
*** ../vim-9.0.1280/src/version.c 2023-02-04 15:45:23.999159934 +0000
--- src/version.c 2023-02-05 12:53:23.976001935 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1281,
/**/
--
>From "know your smileys":
<>:-) Bishop
/// 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/20230205130218.BB9F91C1224%40moolenaar.net.