diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-02-28 18:58:31 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-02-28 23:59:52 +0100 |
| commit | 8a79e3398a347248f067abe0c09097416fbf9cae (patch) | |
| tree | 4b916833381045b74958e429f66d42a52d4b63b3 /runtime/ftplugin/julia.vim | |
| parent | 45b4bbac281b518e86906f39f1b4119ae0905012 (diff) | |
vim-patch:75c291f: runtime(julia): Update julia ftplugin
commentstring changed to single line variant in
JuliaEditorSupport/julia-vim@edd3512
closes: vim/vim#19530
https://github.com/vim/vim/commit/75c291fc39d33844365cb0a4e99569b570d85af0
Co-authored-by: Daniel Wennberg <daniel.wennberg@gmail.com>
Diffstat (limited to 'runtime/ftplugin/julia.vim')
| -rw-r--r-- | runtime/ftplugin/julia.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/ftplugin/julia.vim b/runtime/ftplugin/julia.vim index e2e7342822..df687f531b 100644 --- a/runtime/ftplugin/julia.vim +++ b/runtime/ftplugin/julia.vim @@ -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 |
