tweekmonster / deoplete-clang2

MIT License
90 stars 17 forks source link

Issue with UltiSnips snippets #3

Closed HiPhish closed 7 years ago

HiPhish commented 7 years ago

I have a snippet that expands

if

to

if (true) {

}

However, when I also use deoplete-clang it expands to

if<Plug>delimitMateS-Tab

instead. The problem persists regardless of my UltiSnips settings, and it doesn't happen with deoplete-clang.

tweekmonster commented 7 years ago

Hrm. Could you post the value of b:clang2_orig_maps?

tweekmonster commented 7 years ago

I found the issue. I'm trying some things out to see if I can fix it.