Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Add unset() command. | Brad King | 2008-08-25 | 1 | -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 Krishnan | 2008-01-16 | 1 | -3/+5 |
| | | | | | | | ~/CMake/src/Docs * Additions for cmake-command highligting. * Additions for operator-highlighting | ||||
* | BUG: fix vim highlighting, see #6238 | Alexander Neundorf | 2008-01-15 | 1 | -23/+21 |
| | | | | Alex | ||||
* | STYLE: apply patch from #6166, better cmake syntax highlighting in vim, | Alexander Neundorf | 2007-12-17 | 1 | -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 King | 2006-09-23 | 1 | -1/+1 |
| | |||||
* | STYLE: Add missing command | Andy Cedilnik | 2006-04-20 | 1 | -1/+1 |
| | |||||
* | ENH: Cleanup header and make license compatible with VIM | Andy Cedilnik | 2006-04-18 | 1 | -11/+4 |
| | |||||
* | ENH: Cleanup, make case insensitive, remove macro since it does not work anyway | Andy Cedilnik | 2006-04-16 | 1 | -12/+12 |
| | |||||
* | ENH: More system variables, more operators, more commands, fix some string ↵ | Andy Cedilnik | 2006-04-13 | 1 | -9/+15 |
| | | | | issues and some cmake arguments issues | ||||
* | Initial import of VIM syntax highlighting file | Andy Cedilnik | 2003-07-07 | 1 | -0/+86 |