junegunn / vim-oblique

DEPRECATED Improved /-search (experimental)
83 stars 7 forks source link

Incompatibility with coot/cmdalias_vim #29

Closed rgrinberg closed 10 years ago

rgrinberg commented 10 years ago

Not a very popular plugin so it's not a big issue: https://github.com/coot/cmdalias_vim

Nevertheless, it could be useful to at least document this problem for others. There's no error, vim just gets stuck once you hit <CR> in search mode.

junegunn commented 10 years ago

I don't have experience with both plugins you mentioned (#28, #29), but I strongly believe that the errors are due to the incomplete implementation of cmap support in vim-pseudocl. I'm going to disable support for cmaps for now.

junegunn commented 10 years ago

Looks like the issue is resolved. Let me know if you still see the problem. And thanks for letting me know!