summaryrefslogtreecommitdiff
path: root/src/normal.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-06 11:59:04 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-06 11:59:04 +0000
commitc980de3382e25c65f339db4428ada4f0a054e711 (patch)
treedfcfde1b133d4de9417e2e2198d3779c35ffd189 /src/normal.c
parent4e86cbab2734e8c735e9fd03f03aa12fc95561eb (diff)
downloadvim-c980de3382e25c65f339db4428ada4f0a054e711.zip
updated for version 7.1a
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/normal.c b/src/normal.c
index bd4b1779d..51cbd32db 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -3567,9 +3567,9 @@ checkclearop(oap)
}
/*
- * check for operator or Visual active and clear it
+ * Check for operator or Visual active. Clear active operator.
*
- * return TRUE if operator was active
+ * Return TRUE if operator or Visual was active.
*/
static int
checkclearopq(oap)