Patch 9.0.1467
Problem: Jenkinsfiles are not recognized as groovy.
Solution: Add a pattern for Jenkinsfiles. (closes #12236)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.1466/runtime/filetype.vim 2023-04-15 18:17:14.315951544
+0100
--- runtime/filetype.vim 2023-04-18 20:51:18.509070543 +0100
***************
*** 845,851 ****
au BufNewFile,BufRead *.gretl setf gretl
" Groovy
! au BufNewFile,BufRead *.gradle,*.groovy setf groovy
" GNU Server Pages
au BufNewFile,BufRead *.gsp setf gsp
--- 845,851 ----
au BufNewFile,BufRead *.gretl setf gretl
" Groovy
! au BufNewFile,BufRead *.gradle,*.groovy,Jenkinsfile setf groovy
" GNU Server Pages
au BufNewFile,BufRead *.gsp setf gsp
*** ../vim-9.0.1466/src/testdir/test_filetype.vim 2023-04-17
22:31:32.565014586 +0100
--- src/testdir/test_filetype.vim 2023-04-18 20:51:18.513070582 +0100
***************
*** 248,254 ****
\ 'grads': ['file.gs'],
\ 'graphql': ['file.graphql', 'file.graphqls', 'file.gql'],
\ 'gretl': ['file.gretl'],
! \ 'groovy': ['file.gradle', 'file.groovy'],
\ 'group': ['any/etc/group', 'any/etc/group-', 'any/etc/group.edit',
'any/etc/gshadow', 'any/etc/gshadow-', 'any/etc/gshadow.edit',
'any/var/backups/group.bak', 'any/var/backups/gshadow.bak', '/etc/group',
'/etc/group-', '/etc/group.edit', '/etc/gshadow', '/etc/gshadow-',
'/etc/gshadow.edit', '/var/backups/group.bak', '/var/backups/gshadow.bak'],
\ 'grub': ['/boot/grub/menu.lst', '/boot/grub/grub.conf',
'/etc/grub.conf', 'any/boot/grub/grub.conf', 'any/boot/grub/menu.lst',
'any/etc/grub.conf'],
\ 'gsp': ['file.gsp'],
--- 248,254 ----
\ 'grads': ['file.gs'],
\ 'graphql': ['file.graphql', 'file.graphqls', 'file.gql'],
\ 'gretl': ['file.gretl'],
! \ 'groovy': ['file.gradle', 'file.groovy', 'Jenkinsfile'],
\ 'group': ['any/etc/group', 'any/etc/group-', 'any/etc/group.edit',
'any/etc/gshadow', 'any/etc/gshadow-', 'any/etc/gshadow.edit',
'any/var/backups/group.bak', 'any/var/backups/gshadow.bak', '/etc/group',
'/etc/group-', '/etc/group.edit', '/etc/gshadow', '/etc/gshadow-',
'/etc/gshadow.edit', '/var/backups/group.bak', '/var/backups/gshadow.bak'],
\ 'grub': ['/boot/grub/menu.lst', '/boot/grub/grub.conf',
'/etc/grub.conf', 'any/boot/grub/grub.conf', 'any/boot/grub/menu.lst',
'any/etc/grub.conf'],
\ 'gsp': ['file.gsp'],
*** ../vim-9.0.1466/src/version.c 2023-04-18 19:07:21.198891891 +0100
--- src/version.c 2023-04-18 20:52:46.257913785 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1467,
/**/
--
Yesterday, all my deadlines seemed so far away
now it looks as though it's freeze in four days
oh I believe in cvs..
[ CVS log "Beatles style" for FreeBSD ports/INDEX, Satoshi Asami ]
/// 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/20230418195349.923E61C0633%40moolenaar.net.