Having the line set term=xterm in a loaded vimrc file seems to cause weird input/output issues where the output isn't properly formatted (especially apparent in netrw or nerdtree), and input is entered along the bottom of the console window rather than handled properly.
First Appearance
The bug first appeared on release v15.09.08.
The prior release (v15.08.13c) seems to handle set term=xterm properly.
Software
I have currently only tried using vim74w32 with vim74rt on Windows 8.1, so cannot comment on what other versions of vim or windows this effects.
Vim display and input issues
Description
Having the line
set term=xterm
in a loaded vimrc file seems to cause weird input/output issues where the output isn't properly formatted (especially apparent in netrw or nerdtree), and input is entered along the bottom of the console window rather than handled properly.First Appearance
The bug first appeared on release v15.09.08.
The prior release (v15.08.13c) seems to handle
set term=xterm
properly.Software
I have currently only tried using vim74w32 with vim74rt on Windows 8.1, so cannot comment on what other versions of vim or windows this effects.
Reproducing
:set term=xterm
Similar issues
Temporary fix suggestions for end-users
set term=win32
The text was updated successfully, but these errors were encountered: