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