Shougo / neopairs.vim

Auto insert pairs when complete done
31 stars 1 forks source link

second bracket popping up #2

Closed nhooyr closed 8 years ago

nhooyr commented 8 years ago

First have both neopairs and neco-vim enabled. Then open a empty buffer. Set its filetype to vim. Then just type in L, then ( and then ) with insert mode.

For some reason a second bracket pops up after the last bracket.

Shougo commented 8 years ago

Fixed.

nhooyr commented 8 years ago

@Shougo I got this problem again but now if I type system(". 2 brackets pop up after the ".

Shougo commented 8 years ago

Fixed again.

nhooyr commented 8 years ago

@Shougo happening again with the following (cursor is at |)

eval(|)

Enter insert mode between the two brackets and then leave, second bracket appears.

Shougo commented 8 years ago

I will check it later.

Shougo commented 8 years ago

Fixed.