comparison src/proto/netbeans.pro @ 344:7033303ea0c0 v7.0089

updated for version 7.0089
author vimboss
date Tue, 21 Jun 2005 22:37:39 +0000
parents 504c627f7474
children 6beb2c667935
comparison
equal deleted inserted replaced
343:607cff4bc0cb 344:7033303ea0c0
1 /* netbeans.c */ 1 /* netbeans.c */
2 void netbeans_w32_connect __ARGS((void));
3 void messageFromNetbeansW32 __ARGS((void)); 2 void messageFromNetbeansW32 __ARGS((void));
4 int isNetbeansBuffer __ARGS((buf_T *bufp)); 3 int isNetbeansBuffer __ARGS((buf_T *bufp));
5 int isNetbeansModified __ARGS((buf_T *bufp)); 4 int isNetbeansModified __ARGS((buf_T *bufp));
6 void netbeans_end __ARGS((void)); 5 void netbeans_end __ARGS((void));
7 void ex_nbkey __ARGS((exarg_T *eap)); 6 void ex_nbkey __ARGS((exarg_T *eap));