summaryrefslogtreecommitdiff
path: root/runtime/indent/sdl.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-03-07 13:20:54 +0100
committerBram Moolenaar <Bram@vim.org>2013-03-07 13:20:54 +0100
commit34700a6a15323a499d56b2f66a286fc368783371 (patch)
tree208ba037375ed002886ddbfa8f5c4eeed8327c7e /runtime/indent/sdl.vim
parent7534221ebaba7244f4daaf54bb91206cf45e8a5e (diff)
downloadvim-git-34700a6a15323a499d56b2f66a286fc368783371.tar.gz
Updated runtime files.
Diffstat (limited to 'runtime/indent/sdl.vim')
-rw-r--r--runtime/indent/sdl.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/indent/sdl.vim b/runtime/indent/sdl.vim
index b5e535eea..ba03f2d3f 100644
--- a/runtime/indent/sdl.vim
+++ b/runtime/indent/sdl.vim
@@ -73,7 +73,7 @@ function! GetSDLIndent()
" Systems and packages are always in column 0
if getline(v:lnum) =~? '^\s*\(\(end\)\=system\|\(end\)\=package\)'
- return 0;
+ return 0
endif
" Put each end* where the corresponding begin was