Luc Hermitte
Luc Hermitte
Yes of course. I'm just discovering ruby as I'm patching vimrunner to make it work from cygwin. There are certainly many areas where my patch can be improved. Regarding the...
> let lh#local_vimrc#lists ().whitelist = ... > > results in > > E121: Undefined variable: lh#local_vimrc#lists I see an extra space, before the opening brace. Is it a copy-paste error?...
My mistake. It seems we cannot execute (anymore?) let func().key = something The time I think about a neater way to proceed, the following ways should work a) Use a...
Sorry for my extremely late answer. Do you remember whether you had multiple splits (windows)? Normally you should see the question in the command line and all the choices in...
> opening with just vim: it does not find my _vimrc_local.vim As this point this is somewhat normal as the local vimrc is sourced only on named buffers. I think...
Hello Roman, > 1. the answer is not modifiable. it's hardcoded to Always and I cannot type anything else there Normally you should see 4 possible answers and be able...
Hi, I'll have to look at the code, unfortunately I won't be able to do so seriously in the next 4 weeks. Sorry ^^' At first glance, I'd say the...
# First error It looks like continuation lines are disabled, or may be you're in compatible mode. If you add the following in your `.vimrc`, you should be able to...
The first error should have been taken care of. However, it's likely to just neutralizes all the plugins. If you want to use lh-cpp (or any other plugin I maintain),...
For two reasons: - It's a list I obtained a long time ago from another plugin which did not support C functions either - I seldom program in C Anyway,...