runtime(modconf): remove erroneous :endif in ftplugin Commit: https://github.com/vim/vim/commit/87b65652e806ed5ae999f8b1f46b9306d48c9326 Author: zeertzjq <zeert...@outlook.com> Date: Fri Sep 20 21:47:19 2024 +0200
runtime(modconf): remove erroneous :endif in ftplugin regression introduced in f86568f91848ece0c5da closes: #15704 Signed-off-by: zeertzjq <zeert...@outlook.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/ftplugin/modconf.vim b/runtime/ftplugin/modconf.vim index df1c787e7..68ce69a44 100644 --- a/runtime/ftplugin/modconf.vim +++ b/runtime/ftplugin/modconf.vim @@ -1,7 +1,8 @@ " Vim filetype plugin file " Language: modules.conf(5) configuration file +" Maintainer: This runtime file is looking for a new maintainer. " Previous Maintainer: Nikolai Weibull <n...@bitwi.se> -" Latest Revision: 2024-09-19 (simplify keywordprg #15696) +" Latest Revision: 2024-09-20 (remove erroneous endif) if exists("b:did_ftplugin") finish @@ -23,7 +24,6 @@ if has('unix') && executable('less') && exists(':terminal') == 2 setlocal keywordprg=:ModconfKeywordPrg let b:undo_ftplugin .= '| setlocal keywordprg< iskeyword< | sil! delc -buffer ModconfKeywordPrg' endif -endif let &cpo = s:cpo_save unlet s:cpo_save -- -- 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 vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1srjnP-00Cj3e-VG%40256bit.org.