diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-25 16:09:14 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-25 16:09:14 (GMT) |
commit | e6d820ed49dfa56f7ed7df2fa09db7828a57fcae (patch) | |
tree | 4ca2eae5e6bd7d1ed5ab687d91eb3302d188c76d /Docs | |
parent | 661298475fab40fb67e81debced4a315771ed5ae (diff) | |
download | CMake-e6d820ed49dfa56f7ed7df2fa09db7828a57fcae.zip CMake-e6d820ed49dfa56f7ed7df2fa09db7828a57fcae.tar.gz CMake-e6d820ed49dfa56f7ed7df2fa09db7828a57fcae.tar.bz2 |
ENH: move from main tree to 2.4 branch
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/cmake-indent.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/cmake-indent.vim b/Docs/cmake-indent.vim index d0711d9..a1ad832 100644 --- a/Docs/cmake-indent.vim +++ b/Docs/cmake-indent.vim @@ -56,7 +56,7 @@ fun! CMakeGetIndent(lnum) \ or . '[^()\\#"]' . or . '\\.' . '\)*' let cmake_indent_comment_line = '^\s*' . cmake_regex_comment - let cmake_indent_blank_regex = '^\s*$') + let cmake_indent_blank_regex = '^\s*$' let cmake_indent_open_regex = '^\s*' . cmake_regex_identifier . \ '\s*(' . cmake_regex_arguments . \ '\(' . cmake_regex_comment . '\)\?$' |