mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
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:
parent
c5f217db01
commit
5ff9a9397e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user