0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.1a

This commit is contained in:
Bram Moolenaar
2007-05-06 11:59:04 +00:00
parent 4e86cbab27
commit c980de3382
4 changed files with 115 additions and 115 deletions

View File

@@ -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)