Skip to content

Problems when using vim-smartinput and vim-endwise together #60

@telemachus

Description

@telemachus

When using this plugin together with vim-endwise, C-style expansions don't work properly. (See issue 55.)

If the cursor starts like this:

if (1) {#} 

After <ENTER>, the result is the following:

if (1) {
#}

It may help to take a look at how AutoPairs worked this out. It was a bit complicated, as I recall.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions