vim-patch:a14c457: runtime(dune): use :setl instead of :set in ftplugin

closes: vim/vim#11419

a14c457cad

Co-authored-by: Dani Dickstein <daniel.dickstein@gmail.com>
This commit is contained in:
Christian Clason 2024-11-09 19:16:42 +01:00 committed by Christian Clason
parent c5f217db01
commit 5ff9a9397e

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