summaryrefslogtreecommitdiffstats
path: root/indent/julia.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-03-05 12:30:24 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2020-03-05 12:30:24 +0100
commite86e0ad36ef9501acbc3e8c63a1d4fab104e47cb (patch)
treeb9581527c6b4c0590bc79d5fd8ea5cfaf8df6d12 /indent/julia.vim
parent45ab4d80dd52f6ea40d8e9b7fa5cedd31d9ad9ec (diff)
downloadvim-polyglot-e86e0ad36ef9501acbc3e8c63a1d4fab104e47cb.tar.gz
vim-polyglot-e86e0ad36ef9501acbc3e8c63a1d4fab104e47cb.zip
Update
Diffstat (limited to 'indent/julia.vim')
-rw-r--r--indent/julia.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/julia.vim b/indent/julia.vim
index 13de44a0..299bb3f6 100644
--- a/indent/julia.vim
+++ b/indent/julia.vim
@@ -21,7 +21,7 @@ if exists("*GetJuliaIndent")
finish
endif
-let s:skipPatterns = '\<julia\%(Comprehension\%(For\|If\)\|RangeEnd\|Comment[LM]\|\%([bsv]\|ip\|big\|MIME\|Shell\|Printf\|Doc\)\=String\|RegEx\|SymbolS\?\)\>'
+let s:skipPatterns = '\<julia\%(Comprehension\%(For\|If\)\|RangeKeyword\|Comment[LM]\|\%([bsv]\|ip\|big\|MIME\|Shell\|Printf\|Doc\)\=String\|RegEx\|SymbolS\?\)\>'
function JuliaMatch(lnum, str, regex, st, ...)
let s = a:st