my configure armument is
./configure --with-features=huge --enable-multibyte --enable-python3interp=dynamic --enable-cscope --enable-gui=auto --enable-gtk2-check --enable-fontset --enable-largefile --disable-netbeans --with-compiledby="xxx" --enable-fail-if-missing --prefix=/root/software
make
make install
when I edit a new buffer in vim, [esc][?4m appears, how do I fix this problem?
I recompile vim many times, it does't work, I want [esc][?4m don't show up again.
I just went into the exact same problem today. The fix is adding below lines in your .vimrc
file:
set keyprotocol=
let &term=&term
For more information, you can refer to the issue reported in GitHub.