Stan Angeloff
Stan Angeloff
Oh well, [garbas/vim-snipmate](https://github.com/garbas/vim-snipmate) works like a charm! Self-close. **EDIT**: re-opening as it still happens on `` and ``, but not on ``.
> So I rooted out the problem. Apparently the way plugins use `` bindings means that their bindings are translated according to `langmap`. > @ogier Ah, interesting. In my case...
> Can you temporally remove supertab, then startup vim and post the results of the following commands: > > ``` > :verbose imap > :verbose imap > ``` ``` vimscript...
I'm managing Vim plug-ins using Vundle ([.vimrc for reference](https://github.com/StanAngeloff/dotfiles/blob/master/.vimrc)). I wiped out all existing bundles just in case: ``` bash $ rm -R ~/.vim/bundle $ vim -c 'BundleInstall' -c 'qa!'...
Can you give me an example of what you are trying to accomplish? Do you want to be able to select an `` based on its `value` or text? Can...
Unfortunately this is not implemented yet. It shouldn't be too difficult. I'll mark the issue as an **enhancement** and may work on it in the near future. If you come...
I've taken a stab at this now on multiple occasions but have not made much progress. Leaving issue open and accepting help via PRs
Ah, thanks for reporting this one as well. I guess GitHub are constantly changing their home page and updating the code will be a game of catching up. How about...
> the scenario when an user is logged-in, there will be no /join I guess... For the purpose of the example code in the README no cookies or log ins...
I have been using a custom `Lottefile` function for a while now which does Sprocket-style requires. I haven't been able to make it work inside PhantomJS but happy to pull...