Browse Source

BUG: Fix typo

Andy Cedilnik 19 years ago
parent
commit
9c754bfc44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Docs/cmake-indent.vim

+ 1 - 1
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 . '\)\?$'