commit | c980de3382e25c65f339db4428ada4f0a054e711 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 06 11:59:04 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 06 11:59:04 2007 +0000 |
tree | dfcfde1b133d4de9417e2e2198d3779c35ffd189 | |
parent | 4e86cbab2734e8c735e9fd03f03aa12fc95561eb [diff] [blame] |
updated for version 7.1a
diff --git a/src/normal.c b/src/normal.c index bd4b177..51cbd32 100644 --- a/src/normal.c +++ b/src/normal.c
@@ -3567,9 +3567,9 @@ } /* - * 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)