Strange character since last update (>4;2m) in vim
It was a problem of modifyOtherKeys
. After looking at the doc, putting
let &t_TI = ""
let &t_TE = ""
in my vimrc solved the problem.
It was a problem of modifyOtherKeys
. After looking at the doc, putting
let &t_TI = ""
let &t_TE = ""
in my vimrc solved the problem.