Patch 9.0.1406

1 view
Skip to first unread message

Bram Moolenaar

unread,
Mar 16, 2023, 8:27:32 AM3/16/23
to vim...@googlegroups.com

Patch 9.0.1406
Problem: ILE RPG files are not recognized.
Solution: Add patterns for ILE RPG files. (Andreas Louv, issue #12152)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim


*** ../vim-9.0.1405/runtime/filetype.vim 2023-03-08 20:35:14.097890706 +0000
--- runtime/filetype.vim 2023-03-16 12:20:54.768978249 +0000
***************
*** 1732,1737 ****
--- 1732,1740 ----
" Relax NG XML
au BufNewFile,BufRead *.rng setf rng

+ " ILE RPG
+ au BufNewFile,BufRead *.rpgle,*.rpgleinc setf rpgle
+
" RPL/2
au BufNewFile,BufRead *.rpl setf rpl

*** ../vim-9.0.1405/src/testdir/test_filetype.vim 2023-03-08 20:35:14.097890706 +0000
--- src/testdir/test_filetype.vim 2023-03-16 12:21:47.925024387 +0000
***************
*** 494,499 ****
--- 494,500 ----
\ 'rnc': ['file.rnc'],
\ 'rng': ['file.rng'],
\ 'rnoweb': ['file.rnw', 'file.snw'],
+ \ 'rpgle': ['file.rpgle', 'file.rpgleinc'],
\ 'robot': ['file.robot', 'file.resource'],
\ 'robots': ['robots.txt'],
\ 'ron': ['file.ron'],
*** ../vim-9.0.1405/src/version.c 2023-03-15 22:05:40.603998755 +0000
--- src/version.c 2023-03-16 12:23:19.925098594 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1406,
/**/

--
Ten bugs in the hand is better than one as yet undetected.

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