Patch 8.2.3368

7 views
Skip to first unread message

Bram Moolenaar

unread,
Aug 23, 2021, 2:49:49 PM8/23/21
to vim...@googlegroups.com

Patch 8.2.3368
Problem: Not all Racket files are recognized.
Solution: Also recognize .rktl and .rktd files. (Doug Kearns)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim


*** ../vim-8.2.3367/runtime/filetype.vim 2021-08-17 23:44:50.839149609 +0200
--- runtime/filetype.vim 2021-08-23 20:46:32.871424700 +0200
***************
*** 1623,1629 ****
au BufNewFile,BufRead *.zsh setf zsh

" Scheme
! au BufNewFile,BufRead *.scm,*.ss,*.rkt setf scheme

" Screen RC
au BufNewFile,BufRead .screenrc,screenrc setf screen
--- 1623,1629 ----
au BufNewFile,BufRead *.zsh setf zsh

" Scheme
! au BufNewFile,BufRead *.scm,*.ss,*.rkt,*.rktd,*.rktl setf scheme

" Screen RC
au BufNewFile,BufRead .screenrc,screenrc setf screen
*** ../vim-8.2.3367/src/testdir/test_filetype.vim 2021-08-17 23:44:50.839149609 +0200
--- src/testdir/test_filetype.vim 2021-08-23 20:47:01.931370223 +0200
***************
*** 428,434 ****
\ 'sather': ['file.sa'],
\ 'sbt': ['file.sbt'],
\ 'scala': ['file.scala', 'file.sc'],
! \ 'scheme': ['file.scm', 'file.ss', 'file.rkt'],
\ 'scilab': ['file.sci', 'file.sce'],
\ 'screen': ['.screenrc', 'screenrc'],
\ 'sexplib': ['file.sexp'],
--- 428,434 ----
\ 'sather': ['file.sa'],
\ 'sbt': ['file.sbt'],
\ 'scala': ['file.scala', 'file.sc'],
! \ 'scheme': ['file.scm', 'file.ss', 'file.rkt', 'file.rktd', 'file.rktl'],
\ 'scilab': ['file.sci', 'file.sce'],
\ 'screen': ['.screenrc', 'screenrc'],
\ 'sexplib': ['file.sexp'],
*** ../vim-8.2.3367/src/version.c 2021-08-22 22:44:07.759854825 +0200
--- src/version.c 2021-08-23 20:48:06.167248869 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3368,
/**/

--
God made machine language; all the rest is the work of man.

/// 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