marwing
marwing
Integrating this into Vim-CMake seems simple enough: - create the query file before running the CMake generate command as part of `s:buildsys.Generate()` - parse as part of `s:RefreshTargets()` in `buildsys.vim`...
> I'm not sure I understand why. Doesn't a query file only specify the information we'd like to receive from CMake? What parts of the query file are to be...
Thanks for the extensive response. That is indeed more feedback than I expected but I do have some thoughts on these issues. I do have to prefix them with a...
No worries, we all know busy periods. Shell scripts are indeed not a good solution so the second option is probably the better one. The question then is do we...
Works for me
Great. This probably still has some rough edges and is missing docs. Just let me know what you find. I'm quite busy currently so it may take a while until...
I think I addressed all your comments by either a change or an explanation. I also rebased on master. I don't think we have to do anything special in `s:buildsys.Init()`....
I think this should be enough for documentation since this is more of an internal change. Let me know if you would reword anything. Otherwise I would say this is...
> and perhaps also `Raises` for those that can raise exceptions. Does this mean for all those from which a vim-cmake exception can escape or only those with the actual...