[Vim-latex-devel] Bug: Tex_MakeMap remaps <F1> key
Brought to you by:
srinathava,
tmaas
From: ZyX <zy...@np...> - 2010-07-03 20:29:27
|
The problem is caused by hasmapto() function which does not accept special keys in «<Key>» form. The attached patch fixes this (replaces hasmapto() with <unique>). |