]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(julia): Update julia ftplugin
authorDaniel Wennberg <daniel.wennberg@gmail.com>
Sat, 28 Feb 2026 17:37:23 +0000 (17:37 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 28 Feb 2026 17:37:23 +0000 (17:37 +0000)
commentstring changed to single line variant in
JuliaEditorSupport/julia-vim@edd3512

closes: #19530

Signed-off-by: Daniel Wennberg <daniel.wennberg@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/ftplugin/julia.vim

index e2e73428229cc98c45ff33f2217749ec73320499..df687f531bb92a61b0aa60b961cb3011757a93d5 100644 (file)
@@ -3,7 +3,7 @@
 " Maintainer:  Carlo Baldassi <carlobaldassi@gmail.com>
 " Homepage:    https://github.com/JuliaEditorSupport/julia-vim
 " Last Change: 2021 Aug 04
-" 2025 Dec 9 sync with upstream repo #18894
+" 2026 Feb 27 sync with upstream repo
 
 if exists("b:did_ftplugin")
   finish
@@ -16,7 +16,7 @@ set cpo&vim
 setlocal include=^\\s*\\%(reload\\\|include\\)\\>
 setlocal suffixesadd=.jl
 setlocal comments=:#
-setlocal commentstring=#=%s=#
+setlocal commentstring=#\ %s
 setlocal cinoptions+=#1
 setlocal define=^\\s*macro\\>
 setlocal fo-=t fo+=croql