mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.1-026
This commit is contained in:
@@ -6379,7 +6379,7 @@ nv_brackets(cap)
|
||||
*/
|
||||
else if (cap->nchar == 'p' || cap->nchar == 'P')
|
||||
{
|
||||
if (!checkclearopq(cap->oap))
|
||||
if (!checkclearop(cap->oap))
|
||||
{
|
||||
prep_redo_cmd(cap);
|
||||
do_put(cap->oap->regname,
|
||||
|
Reference in New Issue
Block a user