comparison src/normal.c @ 595:fea48f63efc8

updated for version 7.0169
author vimboss
date Tue, 13 Dec 2005 20:02:15 +0000
parents 6a91f35b354d
children 05c67faedc8b
comparison
equal deleted inserted replaced
594:35cef95a6b76 595:fea48f63efc8
2108 } 2108 }
2109 2109
2110 /* 2110 /*
2111 * Handle the "gy" operator: call 'operatorfunc'. 2111 * Handle the "gy" operator: call 'operatorfunc'.
2112 */ 2112 */
2113 /*ARGSUSED*/
2113 void 2114 void
2114 op_function(oap) 2115 op_function(oap)
2115 oparg_T *oap; 2116 oparg_T *oap;
2116 { 2117 {
2117 #ifdef FEAT_EVAL 2118 #ifdef FEAT_EVAL