1
0
forked from aniani/vim

updated for version 7.0195

This commit is contained in:
Bram Moolenaar
2006-02-09 23:48:02 +00:00
parent 8b6144bdfe
commit cf0c554e3f
3 changed files with 7 additions and 4 deletions

View File

@@ -3635,10 +3635,10 @@ add_to_showcmd(c)
int i;
static int ignore[] =
{
#ifdef FEAT_GUI
# ifdef FEAT_GUI
K_VER_SCROLLBAR, K_HOR_SCROLLBAR,
K_LEFTMOUSE_NM, K_LEFTRELEASE_NM,
#endif
# endif
K_IGNORE,
K_LEFTMOUSE, K_LEFTDRAG, K_LEFTRELEASE,
K_MIDDLEMOUSE, K_MIDDLEDRAG, K_MIDDLERELEASE,