summaryrefslogtreecommitdiffstats
path: root/Auxiliary/vim/indent
diff options
context:
space:
mode:
authorPatrick Boettcher <patrick.boettcher@posteo.de>2017-05-02 15:34:53 (GMT)
committerPatrick Boettcher <patrick.boettcher@posteo.de>2017-05-02 15:34:53 (GMT)
commit0d8273fa32bdeb7f8bd939864ba6d6ea147e642d (patch)
tree00e9c28c1716e4d35917f28ac2c3bfa9b0a015b8 /Auxiliary/vim/indent
parent3960038ea225bf23ad738f988e6ee3ddac71ccab (diff)
parente335771157a1361e250989a5f2d7540144409e78 (diff)
downloadCMake-0d8273fa32bdeb7f8bd939864ba6d6ea147e642d.zip
CMake-0d8273fa32bdeb7f8bd939864ba6d6ea147e642d.tar.gz
CMake-0d8273fa32bdeb7f8bd939864ba6d6ea147e642d.tar.bz2
Merge branch 'upstream-vim-cmake-syntax'
* upstream-vim-cmake-syntax: vim-cmake-syntax 2017-05-02 (15526199)
Diffstat (limited to 'Auxiliary/vim/indent')
-rw-r--r--Auxiliary/vim/indent/cmake.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/Auxiliary/vim/indent/cmake.vim b/Auxiliary/vim/indent/cmake.vim
index 76aff64..6063e43 100644
--- a/Auxiliary/vim/indent/cmake.vim
+++ b/Auxiliary/vim/indent/cmake.vim
@@ -14,6 +14,7 @@ if exists("b:did_indent")
endif
let b:did_indent = 1
+setlocal et
setlocal indentexpr=CMakeGetIndent(v:lnum)
setlocal indentkeys+==ENDIF(,ENDFOREACH(,ENDMACRO(,ELSE(,ELSEIF(,ENDWHILE(