jalcine / cmake.vim

:hammer: CMake functionality within Vim.
https://jalcine.github.io/cmake.vim
MIT License
74 stars 11 forks source link

can't create cmake #23

Closed SamPeng87 closed 10 years ago

SamPeng87 commented 10 years ago

[cmake] Configuring project for the first time... Error detected while processing function cmake#commands#create_build..cmake#util#run_cmake..cmake#util#shell_exec: line 1: E121: Undefined variable: g:loaded_dispatch E15: Invalid expression: g:loaded_dispatch == 1 [cmake] Project configured.

jalcine commented 10 years ago

This is a known issue and I can apply a patch for this.

jalcine commented 10 years ago

The latest code on develop should help you out, @SamPeng87.

jalcine commented 10 years ago

I'm going to wait for a reply for two more days before marking this as fixed.

jalcine commented 10 years ago

I'm confident that this is resolved; this is due to the user not having vim-dispatch installed.