summaryrefslogtreecommitdiffstats
path: root/Docs/cmake-indent.vim
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-01-15 00:20:42 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2008-01-15 00:20:42 (GMT)
commit903eaa7f0e81b4dac7a3e8cf385177748a2de654 (patch)
tree41c08c3d073a901b92458034d0a7e20f39dba363 /Docs/cmake-indent.vim
parentb33e1c5cc36505a9dfbd193142890bea9120bd82 (diff)
downloadCMake-903eaa7f0e81b4dac7a3e8cf385177748a2de654.zip
CMake-903eaa7f0e81b4dac7a3e8cf385177748a2de654.tar.gz
CMake-903eaa7f0e81b4dac7a3e8cf385177748a2de654.tar.bz2
BUG: fix vim highlighting, see #6238
Alex
Diffstat (limited to 'Docs/cmake-indent.vim')
-rw-r--r--Docs/cmake-indent.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/Docs/cmake-indent.vim b/Docs/cmake-indent.vim
index b54a8d8..6ecf800 100644
--- a/Docs/cmake-indent.vim
+++ b/Docs/cmake-indent.vim
@@ -25,6 +25,7 @@ endif
let b:did_indent = 1
setlocal indentexpr=CMakeGetIndent(v:lnum)
+setlocal indentkeys+==ENDIF(,ENDFOREACH(,ENDMACRO(,ELSE(,ELSEIF(,ENDWHILE(
" Only define the function once.
if exists("*CMakeGetIndent")