"@:" - repeat last command-line - doesn't work if ":" is mapped to
something.
The following is a patch to fix this bug.
*** src/ops.c~ Mon Apr 27 17:06:58 2009
--- src/ops.c Tue Jan 19 12:08:41 2010
*************** put_in_typebuf(s, esc, colon, silent)
*** 1327,1333 ****
vim_free(p);
}
if (colon && retval == OK)
! retval = ins_typebuf((char_u *)":", REMAP_YES, 0, TRUE,
silent);
return retval;
}
--- 1327,1333 ----
vim_free(p);
}
if (colon && retval == OK)
! retval = ins_typebuf((char_u *)":", REMAP_NONE, 0, TRUE,
silent);
return retval;
}
--
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php