Stan Angeloff
Stan Angeloff
Can you elaborate with some examples?
Looks awesome, I may need to make some tweaks and name changes. Would push a commit likely tomorrow or early next week and would update here with reason behind changes.
I've started looking at the pull and I've stopped at the MySQL and PHP5 functions as I need to learn more on those. I think `mysqladmin` is more appropriate for...
Hey, Thanks for reporting this. I haven't tested against PhantomJS 2.0.0. What happens if you update the line to `>= 2.0.0`, does that work for you?
If your tests work on PhantomJS 2.x then that means Lotte is compatible with that version of PhantomJS. I haven't personally tested with anything above 1.9, however it appears from...
I'm unable to provide a more reproducible step. The issue however lies in: > As far as I can tell [`ins_bytes` is called](https://github.com/neovim/neovim/blob/f92aab5f704f6e94e80f2fcbab42acc272a66a29/src/nvim/insexpand.c#L3650) with a NULL pointer. This causes `strlen(NULL)`...
I'll probably look at this over the weekend. I'd like to keep the core as small as possible so will be working towards [#2 Setup/teardown (before/after all)](//github.com/StanAngeloff/lotte/issues/2). What this means...
Thanks for reporting this. I have tried to catch the time out in the little time that I had last night, but couldn't do so. I'll keep the issue open...
Interesting, I haven't come across this plug-in before. I'll see if it's something I can add it easily.
This seems to be caused by setting `php_folding = 1`. That feature creates new syntax groups which the built-in indentation doesn't support. I don't think there's a workaround other than...