1
0
forked from aniani/vim

updated for version 7.0045

This commit is contained in:
Bram Moolenaar
2005-01-27 14:41:15 +00:00
parent 10de2da0f5
commit 677ee6890d
20 changed files with 145 additions and 115 deletions

View File

@@ -6121,8 +6121,11 @@ ins_reg()
im_set_active(TRUE);
# endif
}
if (regname == NUL)
if (regname == NUL || !valid_yank_reg(regname, FALSE))
{
vim_beep();
need_redraw = TRUE; /* remove the '"' */
}
else
{
#endif