runtime(dune): use :setl instead of :set in ftplugin

closes: #11419

Signed-off-by: Dani Dickstein <daniel.dickstein@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Dani Dickstein
2024-11-09 11:53:54 +01:00
committed by Christian Brabandt
parent 5e7f43b6ac
commit a14c457cad

View 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