I am having trouble to invoke <S-F5> in insert mode to insert \\begin{equation}
\\end{equation} when using local terminal (gnome-terminal and kde terminal
alike). But the same thing will succeed if through a remote terminal (ssh from Windows
XP).
The error message is as following:
Error detected while processing
function Tex_ChangeEnvironments..<SNR>29_Change:
line 20:
E486: Pattern
not found: \\\\\\]\\|\\\\end{.\\{-}}
line 22:
E486: Pattern not found:
\\\\\\[\\|\\\\begin{.\\{-}}
I tried to set all the local terminal environment
variable to the same as the remote one\'s. But this still happens. $TERM is set to
xterm.
This is RedHat 9, with XFree86-4.3.0, Gnome 2.2, and KDE 3.2. Vim is 6.2
patched to patch 231, but 6.2 with patch 098 still has this problem.
|