Felix Riedel

Results 4 comments of Felix Riedel

Have a look at https://github.com/hrsh7th/vim-vsnip/blob/b05641ca8c7ebd396017121219047c480182a743/autoload/vsnip.vim#L128-L144 The code calls `vsnip#source#find(bufnr('%'))` to get all snippets from all sources for the current buffer (`bufnr('%')). It returns a list of list of snipped (ie...

FYI, if you use `rlwrap` you can specific key bindings fro `shen-scheme` in your `.inputrc`. eg.: ``` $if shen-scheme "\C-e": '(scm.exit)\C-m' $endif ``` This will let you exit with `Ctrl-e`....

I had the same issue and it seems like the order in which compiler flags are passed to gcc is not right. Try compiling the .so manually via: `gcc -shared...

I can reproduce this issue, but I don't see an easy fix for this. It seems to be a problem with on_start and how it is called when you use...