Patch 8.2.3285
Problem: Scdoc filetype is not recognized.
Solution: Add filetype detection. (Gregory Anders, closes #8701)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-8.2.3284/runtime/filetype.vim 2021-08-04 17:03:56.051252245
+0200
--- runtime/filetype.vim 2021-08-04 19:57:00.042165509 +0200
***************
*** 1526,1531 ****
--- 1526,1534 ----
" Scilab
au BufNewFile,BufRead *.sci,*.sce setf scilab
+ " scdoc
+ au BufNewFile,BufRead *.scd setf scdoc
+
" SCSS
au BufNewFile,BufRead *.scss setf scss
*** ../vim-8.2.3284/src/testdir/test_filetype.vim 2021-08-04
17:03:56.051252245 +0200
--- src/testdir/test_filetype.vim 2021-08-04 19:57:00.042165509 +0200
***************
*** 433,438 ****
--- 433,439 ----
\ 'scilab': ['file.sci', 'file.sce'],
\ 'screen': ['.screenrc', 'screenrc'],
\ 'sexplib': ['file.sexp'],
+ \ 'scdoc': ['file.scd'],
\ 'scss': ['file.scss'],
\ 'sd': ['file.sd'],
\ 'sdc': ['file.sdc'],
*** ../vim-8.2.3284/src/version.c 2021-08-04 19:25:50.618808515 +0200
--- src/version.c 2021-08-04 20:00:11.137703040 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3285,
/**/
--
GUARD #1: Where'd you get the coconut?
ARTHUR: We found them.
GUARD #1: Found them? In Mercea? The coconut's tropical!
ARTHUR: What do you mean?
GUARD #1: Well, this is a temperate zone.
The Quest for the Holy Grail (Monty Python)
/// 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/202108041801.174I11AU1097887%40masaka.moolenaar.net.