Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delimitMate_expand_cr not working #211

Closed
jrean opened this issue Apr 6, 2015 · 2 comments
Closed

delimitMate_expand_cr not working #211

jrean opened this issue Apr 6, 2015 · 2 comments

Comments

@jrean
Copy link

jrean commented Apr 6, 2015

Hi,

Here is the interesting part of the DelimitMateTest outputs:

* Mappings:

                                                               i  )            @<Plug>delimitMate)
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i  }            @<Plug>delimitMate}
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i  ]            @<Plug>delimitMate]
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i  >            @<Plug>delimitMate>
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i  (            @<Plug>delimitMate(
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i  {            @<Plug>delimitMate{
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i  [            @<Plug>delimitMate[
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i  <            @<Plug>delimitMate<
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i  "            @<Plug>delimitMate"
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i  '            @<Plug>delimitMate'
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i  `            @<Plug>delimitMate`
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i  <BS>         @<Plug>delimitMateBS
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/supertab/plugin/supertab.vim
i  <S-BS>       @<Plug>delimitMateS-BS
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i  <S-Tab>       <Plug>SuperTabBackward
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/supertab/plugin/supertab.vim
i  <C-G>g       @<Plug>delimitMateJumpMany
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/delimitMate/plugin/delimitMate.vim
i  <CR>        * <C-R>=<SNR>16_SelectCompletion(1)<CR>
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/supertab/plugin/supertab.vim
i  <CR>        * <C-R>=<SNR>16_SelectCompletion(1)<CR>
    Last set from /Volumes/data/dotfiles/vim/vim/bundle/supertab/plugin/supertab.vim

It seems that SuperTab override DelimitMate mapping...

To be precise this variable setting is causing the problem:

" <cr> will cancel completion mode preserving the current text.
let g:SuperTabCrMapping = 1

What should I do (if I want to keep let g:SuperTabCrMapping = 1 and DelimitMate)?

Thank you for the hard work.

@Raimondi
Copy link
Owner

That's an issue with supertab and I'm not familiar with it.

@jrean
Copy link
Author

jrean commented Apr 13, 2015

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants