Patch 9.0.0600
Problem: GYP files are not recognized.
Solution: Recognize GYP files. (closes #11242)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.0599/runtime/filetype.vim 2022-09-27 11:27:18.611708329
+0100
--- runtime/filetype.vim 2022-09-27 11:31:57.276563198 +0100
***************
*** 802,807 ****
--- 802,810 ----
" GTK RC
au BufNewFile,BufRead .gtkrc,gtkrc setf gtkrc
+ " GYP
+ au BufNewFile,BufRead *.gyp,*.gypi setf gyp
+
" Hack
au BufRead,BufNewFile *.hack,*.hackpartial setf hack
*** ../vim-9.0.0599/src/testdir/test_filetype.vim 2022-09-27
11:27:18.611708329 +0100
--- src/testdir/test_filetype.vim 2022-09-27 11:31:57.276563198 +0100
***************
*** 240,245 ****
--- 240,246 ----
\ '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'],
\ 'gtkrc': ['.gtkrc', 'gtkrc', '.gtkrc-file', 'gtkrc-file'],
+ \ 'gyp': ['file.gyp', 'file.gypi'],
\ 'hack': ['file.hack', 'file.hackpartial'],
\ 'haml': ['file.haml'],
\ 'hamster': ['file.hsm'],
*** ../vim-9.0.0599/src/version.c 2022-09-27 11:27:18.611708329 +0100
--- src/version.c 2022-09-27 11:33:47.391623227 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 600,
/**/
--
I'm in shape. Round IS a shape.
/// 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/20220927103836.44C651C0413%40moolenaar.net.