runtime(dune): use :setl instead of :set in ftplugin Commit: https://github.com/vim/vim/commit/a14c457cad99621db7950b78e7d257c300b7d897 Author: Dani Dickstein <daniel.dickst...@gmail.com> Date: Sat Nov 9 11:53:54 2024 +0100
runtime(dune): use :setl instead of :set in ftplugin closes: https://github.com/vim/vim/issues/11419 Signed-off-by: Dani Dickstein <daniel.dickst...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/ftplugin/dune.vim b/runtime/ftplugin/dune.vim index 6e20a8fab..7608d5352 100644 --- a/runtime/ftplugin/dune.vim +++ b/runtime/ftplugin/dune.vim @@ -6,13 +6,14 @@ " 2023 Aug 28 - Added undo_ftplugin (Vim Project) " 2018 Nov 03 - Added commentstring (Markus Mottl) " 2017 Sep 06 - Initial version (Etienne Millon) +" 2024 Nov 09 - use setl instead of :set if exists("b:did_ftplugin") finish endif let b:did_ftplugin=1 -set lisp +setl lisp " Comment string setl commentstring=;\ %s -- -- 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 visit https://groups.google.com/d/msgid/vim_dev/E1t9jCF-008m2Y-QD%40256bit.org.