Christian Brabandt
Christian Brabandt
can you please show the complete `DecodeMessage()` function then? Also, just for completeness, where does your gdb come from on windows? Also, it would be good to see a raw...
Hm, I don't understand why it works for you now. Adding a single `"` should not do any harm but also not fix anything. However I can already see a...
Please show what `x` is mapped to. Then try to manually execute those steps and see what it does
isn't the number stable between different invocations of Vim? I remember having similar issues with maintaining the airline plugin and I'd recommend to avoid this as much as possible (and...
yeah, but that's where you have the mentioned `:h numbered-function` which helps you debug this
so how should Vim detect `opencl` kernel files (whatever that is)?
I have quickly googled for OpenCL kernel files and at least the examples I have seen seem to always include the `kernel` keyword. I guess we need a `g:filetype_cl` variable,...
Hm, I cannot reproduce but then I do not have a mac. Two things: If you compile your own version (e.g. using homebrew), does it show the same issue? What...
I have no idea, why this goes away once you remove the `\=`. This is used to match the `_` optionally at. I don't know the RST markup language, so...
that is surprising. If I see that correctly, this search pattern: `\v%(%\x\x)` (ignoring the rest of the line) would cause a syntax error.