vim-smartinput
vim-smartinput copied to clipboard
Problems when using vim-smartinput and vim-endwise together
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.
I second that. C-style expansion doesn't seem to work when vim-endwise is enabled. Have you managed to fix it?