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

jumping with <s-tab> and <c-g>g doesn't work when both delimitMate_expand_cr and delimitMate_jump_expansion are set #275

Open
grr opened this issue May 28, 2018 · 0 comments

Comments

@grr
Copy link

grr commented May 28, 2018

This is similar to #222, which the reporter closed without comment, so it's unclear if or how that was resolved.

with:

function() {
    function() {
        |
    }
};

shift-tab results in:

function() {
    function() {
        
        |  }
};

also, <c-g>g has no effect in this case.

tested on terminal vim and macvim 8..0.1633 with only delimitMate and pathogen installed.
relevant settings:
let g:delimitMate_expand_cr = 1
let g:delimitMate_jump_expansion = 1

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

1 participant