CMake/Auxiliary
Julian Schmidt 9dc384f662 cmake-mode.el: Fix help completion item lists with CMake >= 3.0 (#16019)
We run `cmake --help-*-list` to get a list of items for completion.
Since CMake < 3.0 always printed "cmake version ..." on the first line
of the output we have previously ignored the first line.  However, CMake
3.0 and above do not print the version line so we should not ignore the
first line or we miss one item.

Ideally we should filter the first line out if it is "cmake version ..."
in order to support CMake < 3.0 cleanly, but at worst the version line
will show up as a completion option so simply including the first line
is good enough for now.
2016-03-16 13:32:57 -04:00
..
bash-completion bash-completion: Avoid using _init_completion when not defined 2015-04-22 09:40:17 -04:00
CMakeLists.txt
cmake-help.vim
cmake-indent.vim Replace http://www.cmake.org URLs with https://cmake.org 2015-09-25 15:47:39 -04:00
cmake-mode.el cmake-mode.el: Fix help completion item lists with CMake >= 3.0 (#16019) 2016-03-16 13:32:57 -04:00
cmake-syntax.vim Replace http://www.cmake.org URLs with https://cmake.org 2015-09-25 15:47:39 -04:00
cmake.m4