Sebastian Blei

Results 8 comments of Sebastian Blei

Would be great and I personally could erase the shortcut for the quoted python shortcut out of my .vimrc

I have the same issue as @tgrosinger. But changing the colorscheme does not help. I use solarized dark, looks like this: ![screenshot from 2015-08-19 155609](https://cloud.githubusercontent.com/assets/1620425/9358182/01693caa-468b-11e5-8b77-9e14ce55c222.png) slate: ![screenshot from 2015-08-19 155647](https://cloud.githubusercontent.com/assets/1620425/9358183/016c0d40-468b-11e5-9990-2a2fe386cfc2.png)...

Also no way on Ubuntu 14.04.

Got the same problem. @rjcoelho did it. Will open a pull request for fixing this.

Why don't you create an instance? ``` js var exphbs = require('express-handlebars'); var hbs = exphbs.create({ helpers: { foo: function () { return 'FOO!'; } } }); app.engine('handlebars', hbs.engine); ```

Oh, just my fault. I tried to configure the cross-compiler on the _RPi 1 rev. B_, not on my workstation. --- Maybe you can help with another problem: If I...