Closed bitzip closed 9 years ago
Not sure how that is related to delimitMate, but I don't see any flashing with the following:
if exists('$TMUX')
let &t_SI = "\<Esc>]50;CursorShape=1\x7"
let &t_EI = "\<Esc>]50;CursorShape=2\x7"
else
let &t_SI = "\<Esc>]50;CursorShape=1\x7"
let &t_EI = "\<Esc>]50;CursorShape=2\x7"
endif
@Raimondi you can notice the cursor is switching from "1x7" to "2x7" all the way.
Here it doesn't switch, at all.
Terminal: iTerm2 .vimrc
Could I fix this issue in delimitMate? Thanks.