diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-31 19:19:04 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-31 19:19:04 +0000 |
commit | 2ce06f6eb9a10bbbf1b3a0abf9f8c1bb71311e54 (patch) | |
tree | 6dc3e7795458f6ab29244cf926d32ece9b1f696d /src/gui_w32.c | |
parent | b23c33872aa46de39bdc2cd2cbded697afa6ad08 (diff) | |
download | vim-git-2ce06f6eb9a10bbbf1b3a0abf9f8c1bb71311e54.tar.gz |
updated for version 7.0046
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r-- | src/gui_w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c index e0b545cf3..7e6354932 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -3831,7 +3831,7 @@ gui_mch_destroy_sign(sign) #if defined(FEAT_BEVAL) || defined(PROTO) /* BALLOON-EVAL IMPLEMENTATION FOR WINDOWS. - * Added by Sergey Khorev + * Added by Sergey Khorev <sergey.khorev@gmail.com> * * The only reused thing is gui_beval.h and gui_mch_get_beval_info() * from gui_beval.c (note it uses x and y of the BalloonEval struct |