Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Aux: Drop vim files prior to import of third-party version | Brad King | 2016-08-17 | 1 | -559/+0 |
| | |||||
* | Aux: highlight commands using Function | Ben Boeckel | 2016-07-22 | 1 | -3/+3 |
| | | | | | These are closer to functions than anything else. Also change the other groups which were highlighted with Function to other groups. | ||||
* | Aux: sort the highlighting list | Ben Boeckel | 2016-07-22 | 1 | -3/+3 |
| | |||||
* | Aux: highlight CMAKE_{CMAKE,CPACK}_COMMAND variables | Ben Boeckel | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Aux: highlight modules using Include | Ben Boeckel | 2016-07-22 | 1 | -1/+1 |
| | | | | They are closer to Include than generic preprocessor lines. | ||||
* | Aux: highlight conditiona and repeat commands differently | Ben Boeckel | 2016-07-22 | 1 | -1/+9 |
| | |||||
* | Aux: highlight deprecated commands as warnings | Ben Boeckel | 2016-07-22 | 1 | -1/+5 |
| | |||||
* | Aux: remove unused highlight links | Ben Boeckel | 2016-07-22 | 1 | -2/+0 |
| | |||||
* | Aux: highlight Lua-style comments | Ben Boeckel | 2016-07-22 | 1 | -0/+2 |
| | |||||
* | Aux: check spelling in comments | Ben Boeckel | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Aux: update vim-syntax-highlighting | Patrick Boettcher | 2016-07-21 | 1 | -57/+515 |
| | | | | | | | | | | | | This commit updates the vim-syntax-file. It is still not complete, but contains much more keywords, built-in variables. Generator expressions are highlighted as well. This file is generated from a script which parses the --help output of cmake 3.5. Imported from here: https://github.com/pboettch/vim-cmake-syntax Signed-off-by: Patrick Boettcher <patrick.boettcher@posteo.de> | ||||
* | Replace http://www.cmake.org URLs with https://cmake.org | Brad King | 2015-09-25 | 1 | -1/+1 |
| | | | | | | | The latter is now the preferred URL for visiting cmake.org with a browser. Convert using the shell code: git ls-files -z | xargs -0 sed -i 's|http://www\.cmake|https://cmake|g' | ||||
* | Help: Update cmake.org links to avoid redirects | William Lynch | 2015-01-16 | 1 | -1/+1 |
| | | | | Some links to cmake.org now redirect, so link to the new pages directly. | ||||
* | cmake-syntax.vim: Update the command list | Lukáš Lalinský | 2014-09-04 | 1 | -2/+2 |
| | |||||
* | Rename Docs to Auxiliary | Brad King | 2013-10-15 | 1 | -0/+89 |
The directory contains auxiliary support files for integration with other tools, not documentation. |