1
0
forked from aniani/vim

updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 19:30:25 +00:00
parent 45667517ba
commit bae0c16cc4
10 changed files with 36 additions and 24 deletions

View File

@@ -68,7 +68,7 @@ general_beval_cb(beval, state)
/*
* Temporarily change the curbuf, so that we can determine whether
* the buffer-local balloonexpr option was set insecurly.
* the buffer-local balloonexpr option was set insecurely.
*/
save_curbuf = curbuf;
curbuf = wp->w_buffer;
@@ -250,7 +250,7 @@ gui_mch_create_beval_area(target, mesg, mesgCB, clientData)
#if defined(FEAT_BEVAL_TIP) || defined(PROTO)
/*
* Destroy a ballon-eval and free its associated memory.
* Destroy a balloon-eval and free its associated memory.
*/
void
gui_mch_destroy_beval_area(beval)
@@ -741,7 +741,7 @@ pointerEventEH(w, client_data, event, unused)
/*
* The real event handler. Called by pointerEventEH() whenever an event we are
* interested in ocurrs.
* interested in occurs.
*/
static void