1
0
forked from aniani/vim

updated for version 7.0171

This commit is contained in:
Bram Moolenaar
2005-12-16 21:49:31 +00:00
parent bca84a12bd
commit 12033fb4bf
8 changed files with 69 additions and 38 deletions

View File

@@ -1201,7 +1201,7 @@ typedef enum
#define OP_FOLDDEL 24 /* "zd" delete folds */
#define OP_FOLDDELREC 25 /* "zD" delete folds recursively */
#define OP_FORMAT2 26 /* "gw" format operator, keeps cursor pos */
#define OP_FUNCTION 27 /* "gy" call 'operatorfunc' */
#define OP_FUNCTION 27 /* "g@" call 'operatorfunc' */
/*
* Motion types, used for operators and for yank/delete registers.