summaryrefslogtreecommitdiffstats
path: root/Docs/cmake-indent.vim
diff options
context:
space:
mode:
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")