| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
This is required for `CMAKE_CXX_COMPILER` to be set already, not only
after including third-party/cmake/BuildGperf.cmake.
Closes https://github.com/neovim/neovim/pull/10860.
Ref: 31f879983f
|
|
|
|
|
| |
This allows to build deps without g++ when not using the bundled gperf.
> make deps DEPS_CMAKE_FLAGS='-DUSE_BUNDLED_GPERF=0'
|
|
|
|
|
|
| |
This was initially added but unused in
7e2348f2b1b487c875bbcf6c6711a276f9063040, which led to its accidental
removal in feee814b304b0c616fb2141bbd7835314f601816.
|
|
|
| |
fix #8216
|
| |
|
|
make api functions highlighted as builtins in vim.vim
|