From 8f98882c115e8066f9dac143ee69e201f87f13e1 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Tue, 23 Jun 2026 06:49:11 +0800 Subject: [PATCH] vim-patch:8513982: runtime(fennel): add more ";" comment leaders to 'comments' closes: vim/vim#20579 https://github.com/vim/vim/commit/8513982a5ed5a84ba8e4e532505b07b4fa1efbdb Co-authored-by: yilisharcs --- runtime/ftplugin/fennel.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/ftplugin/fennel.vim b/runtime/ftplugin/fennel.vim index 2a9623faff..054089d92d 100644 --- a/runtime/ftplugin/fennel.vim +++ b/runtime/ftplugin/fennel.vim @@ -10,7 +10,7 @@ endif let b:did_ftplugin = 1 setlocal commentstring=;\ %s -setlocal comments=:;;,:; +setlocal comments=:;;;;,:;;;,:;;,:; setlocal formatoptions-=t setlocal suffixesadd=.fnl setlocal lisp