1
0
forked from aniani/vim

updated for version 7.0171

This commit is contained in:
Bram Moolenaar
2005-12-16 21:53:56 +00:00
parent 12033fb4bf
commit 83c465c705
10 changed files with 47 additions and 23 deletions

View File

@@ -159,7 +159,7 @@ static char opchars[][3] =
{'z', 'd', TRUE}, /* OP_FOLDDEL */
{'z', 'D', TRUE}, /* OP_FOLDDELREC */
{'g', 'w', TRUE}, /* OP_FORMAT2 */
{'g', 'y', FALSE}, /* OP_FUNCTION */
{'g', '@', FALSE}, /* OP_FUNCTION */
};
/*