Patch 9.0.1368
Problem: Bass files are not recognized.
Solution: Add patterns for Bass files. (Amaan Qureshi, closes #12088)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.1367/runtime/filetype.vim 2023-02-27 14:32:05.125980422
+0000
--- runtime/filetype.vim 2023-03-02 12:49:10.134585502 +0000
***************
*** 205,210 ****
--- 205,213 ----
au BufNewFile,BufRead *.bas call dist#ft#FTbas()
au BufNewFile,BufRead *.bi,*.bm call dist#ft#FTbas()
+ " Bass
+ au BufNewFile,BufRead *.bass setf bass
+
" Visual Basic Script (close to Visual Basic) or Visual Basic .NET
au BufNewFile,BufRead *.vb,*.vbs,*.dsm,*.ctl setf vb
*** ../vim-9.0.1367/src/testdir/test_filetype.vim 2023-02-27
14:32:05.125980422 +0000
--- src/testdir/test_filetype.vim 2023-03-02 12:49:10.134585502 +0000
***************
*** 78,83 ****
--- 78,84 ----
\ 'awk': ['file.awk', 'file.gawk'],
\ 'b': ['file.mch', 'file.ref', 'file.imp'],
\ 'basic': ['file.bas', 'file.bi', 'file.bm'],
+ \ 'bass': ['file.bass'],
\ 'bc': ['file.bc'],
\ 'bdf': ['file.bdf'],
\ 'beancount': ['file.beancount'],
*** ../vim-9.0.1367/src/version.c 2023-03-01 17:55:26.983125731 +0000
--- src/version.c 2023-03-02 12:50:59.682667521 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1368,
/**/
--
"You mean there really is an answer?"
"Yes! But you're not going to like it!"
"Oh do please tell us!"
"You're really not going to like it!"
"but we MUST know - tell us"
"Alright, the answer is...."
"yes..."
"... is ..."
"yes... come on!"
"is 42!"
(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/20230302125151.C42341C1179%40moolenaar.net.