From 7f98e949d4922ba2109304bd4cabe9578a8062fb Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 9 Sep 2021 12:05:33 +0200 Subject: Update --- ftplugin/julia.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ftplugin/julia.vim') diff --git a/ftplugin/julia.vim b/ftplugin/julia.vim index 39126598..dd84aa70 100644 --- a/ftplugin/julia.vim +++ b/ftplugin/julia.vim @@ -13,7 +13,7 @@ endif let b:did_ftplugin = 1 let s:save_cpo = &cpo -set cpo-=C +set cpo&vim setlocal include=^\\s*\\%(reload\\\|include\\)\\> setlocal suffixesadd=.jl @@ -89,7 +89,6 @@ if exists("loaded_matchit") \ . " | unlet! b:match_words b:match_skip b:match_ignorecase" \ . " | unlet! b:julia_begin_keywords b:julia_end_keywords" \ . " | delfunction JuliaGetMatchWords" - \ . " | call julia_blocks#remove_mappings()" if get(g:, "julia_blocks", 1) call julia_blocks#init_mappings() -- cgit v1.2.3