To: vim_dev@googlegroups.com Subject: Patch 9.0.1406 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///