summaryrefslogtreecommitdiffstats
path: root/Docs
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-21 20:33:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-21 20:33:35 (GMT)
commit9c754bfc4442a261df17c127262884437f03c27c (patch)
treeed13d97a166992fc23c150c44be4c95380b78100 /Docs
parentb2b2e68c37644983cbdf8552f2be3125551c6452 (diff)
downloadCMake-9c754bfc4442a261df17c127262884437f03c27c.zip
CMake-9c754bfc4442a261df17c127262884437f03c27c.tar.gz
CMake-9c754bfc4442a261df17c127262884437f03c27c.tar.bz2
BUG: Fix typo
Diffstat (limited to 'Docs')
-rw-r--r--Docs/cmake-indent.vim2
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 . '\)\?$'