CMake/Docs
Brad King 7da35e6550 cmake-mode.el: Indent after multiline argument (#12908)
After a multiline argument ending in a non-empty line e.g.

 if(TEST)
   set(VAR "
 ...")
   unset(VAR)
 endif()

we previously failed to indent following lines like the "unset".  Use
cmake-line-starts-inside-string to keep walking back through multiline
arguments until we find an indented line.

Suggested-by: Christopher Sean Morrison <brlcad@mac.com>
2012-01-23 13:59:27 -05:00
..
cmake-completion Enhance bash completion file for cmake and ctest 2012-01-03 18:12:56 +01:00
cmake-help.vim Inline help in vim with vertical split. 2010-12-13 13:25:27 -05:00
cmake-indent.vim ENH: ~/CMake/src/Docs 2008-01-16 11:53:53 -05:00
cmake-mode.el cmake-mode.el: Indent after multiline argument (#12908) 2012-01-23 13:59:27 -05:00
cmake-syntax.vim ENH: Add unset() command. 2008-08-25 10:31:29 -04:00