]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(dune): use :setl instead of :set in ftplugin
authorDani Dickstein <daniel.dickstein@gmail.com>
Sat, 9 Nov 2024 10:53:54 +0000 (11:53 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 9 Nov 2024 10:53:54 +0000 (11:53 +0100)
closes: #11419

Signed-off-by: Dani Dickstein <daniel.dickstein@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/ftplugin/dune.vim

index 6e20a8fabb320addbb22eeac7a0245174beefe1d..7608d53527a3f851ba7527c5e332dd8f8f67f8b4 100644 (file)
@@ -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