summaryrefslogtreecommitdiffstats
path: root/Docs/cmake-indent.vim
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
| | | | | | | | | | | | | | | | | 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: ↵Karthik Krishnan2008-01-161-3/+3
| | | | | | | ~/CMake/src/Docs * Additions for cmake-command highligting. * Additions for operator-highlighting
* BUG: fix vim highlighting, see #6238Alexander Neundorf2008-01-151-0/+1
| | | | Alex
* ENH: Adding elseif to VIM syntax and indentation files. See bug #3781.Brad King2006-09-231-2/+2
|
* BUG: Fix typoAndy Cedilnik2006-04-211-1/+1
|
* ENH: Add While supportAndy Cedilnik2006-04-211-2/+2
|
* ENH: Cleanup header and make license compatible with VIMAndy Cedilnik2006-04-181-12/+5
|
* ENH: Unify the commentAndy Cedilnik2006-04-131-4/+9
|
* Added copyright.Brad King2003-06-191-0/+17
|
* Initial import: indentation file for vimAndy Cedilnik2003-06-191-0/+77