summaryrefslogtreecommitdiffstats
path: root/runtime/indent/julia.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/indent/julia.vim')
-rw-r--r--runtime/indent/julia.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/indent/julia.vim b/runtime/indent/julia.vim
index 36f39f6652..efc98a2851 100644
--- a/runtime/indent/julia.vim
+++ b/runtime/indent/julia.vim
@@ -310,7 +310,7 @@ function IsFunctionArgPar(lnum, c)
endfunction
function JumpToMatch(lnum, last_closed_bracket)
- " we use the % command to skip back (tries to ues matchit if possible,
+ " we use the % command to skip back (tries to use matchit if possible,
" otherwise resorts to vim's default, which is buggy but better than
" nothing)
call cursor(a:lnum, a:last_closed_bracket)