summaryrefslogtreecommitdiffstats
path: root/Docs/cmake-syntax.vim
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
| | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//'
* ENH: Add unset() command.Brad King2008-08-251-2/+2
| | | | | | | | This introduces the unset() command to make it easy to unset CMake variables, environment variables, and CMake cache variables. Previously it was not even possible to unset ENV or CACHE variables (as in completely remove them). Changes based on patch from Philip Lowman. See issue #7507.
* ENH: ↵Karthik Krishnan2008-01-161-3/+5
| | | | | | | ~/CMake/src/Docs * Additions for cmake-command highligting. * Additions for operator-highlighting
* BUG: fix vim highlighting, see #6238Alexander Neundorf2008-01-151-23/+21
| | | | Alex
* STYLE: apply patch from #6166, better cmake syntax highlighting in vim,Alexander Neundorf2007-12-171-8/+12
| | | | | | | seems to fix the issues mentioned in the bug report and the rest also still seems to be ok Alex
* ENH: Adding elseif to VIM syntax and indentation files. See bug #3781.Brad King2006-09-231-1/+1
|
* STYLE: Add missing commandAndy Cedilnik2006-04-201-1/+1
|
* ENH: Cleanup header and make license compatible with VIMAndy Cedilnik2006-04-181-11/+4
|
* ENH: Cleanup, make case insensitive, remove macro since it does not work anywayAndy Cedilnik2006-04-161-12/+12
|
* ENH: More system variables, more operators, more commands, fix some string ↵Andy Cedilnik2006-04-131-9/+15
| | | | issues and some cmake arguments issues
* Initial import of VIM syntax highlighting fileAndy Cedilnik2003-07-071-0/+86