diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-07-10 12:03:33 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-07-10 12:03:33 +0000 |
commit | 78f6f7eb95b6de145d9c386694322701a17ca169 (patch) | |
tree | eb60b7031883522f9a440164bb9f27ac5ab7404c /src/normal.c | |
parent | 7a42fa3cb7b61dcfa63a9083f8840dd38ead272b (diff) | |
download | vim-git-78f6f7eb95b6de145d9c386694322701a17ca169.tar.gz |
updated for version 7.1-026v7.1.026
Diffstat (limited to 'src/normal.c')
-rw-r--r-- | src/normal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c index cdd34a5b9..b1f8c6a8c 100644 --- a/src/normal.c +++ b/src/normal.c @@ -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, |