runtime(julia): Update julia ftplugin
Commit:
https://github.com/vim/vim/commit/75c291fc39d33844365cb0a4e99569b570d85af0
Author: Daniel Wennberg <[email protected]>
Date: Sat Feb 28 17:37:23 2026 +0000
runtime(julia): Update julia ftplugin
commentstring changed to single line variant in
JuliaEditorSupport/julia-vim@edd3512
closes: #19530
Signed-off-by: Daniel Wennberg <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/ftplugin/julia.vim b/runtime/ftplugin/julia.vim
index e2e734282..df687f531 100644
--- a/runtime/ftplugin/julia.vim
+++ b/runtime/ftplugin/julia.vim
@@ -3,7 +3,7 @@
" Maintainer: Carlo Baldassi <[email protected]>
" 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
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1vwONG-0002uk-4G%40256bit.org.