vim-smartinput icon indicating copy to clipboard operation
vim-smartinput copied to clipboard

Problems when using vim-smartinput and vim-endwise together

Open telemachus opened this issue 12 years ago • 1 comments

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.

telemachus avatar Jul 29 '12 21:07 telemachus

I second that. C-style expansion doesn't seem to work when vim-endwise is enabled. Have you managed to fix it?

zoliky avatar Sep 30 '18 10:09 zoliky