diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-30 18:54:39 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-30 18:54:39 +0000 |
commit | c9b4b05b3544b434730eb218e848a1a441d5ffb2 (patch) | |
tree | c1550ddf398d2030ed25ee98e8342fcb41ac1c87 /src/gui_mac.c | |
parent | aa35dd1667c5903cdcc32ebe10f27bc6683c68a1 (diff) | |
download | vim-git-c9b4b05b3544b434730eb218e848a1a441d5ffb2.tar.gz |
updated for version 7.0gv7.0g
Diffstat (limited to 'src/gui_mac.c')
-rw-r--r-- | src/gui_mac.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui_mac.c b/src/gui_mac.c index 251322407..a9e6f5caa 100644 --- a/src/gui_mac.c +++ b/src/gui_mac.c @@ -14,8 +14,8 @@ /* * NOTES: - Vim 7+ does not support classic MacOS. Please use Vim 6.x - * - Comments mentioning FAQ refer to the book: - * "Macworld Mac Programming FAQs" from "IDG Books" + * - Comments mentioning FAQ refer to the book: + * "Macworld Mac Programming FAQs" from "IDG Books" */ /* @@ -3817,10 +3817,10 @@ gui_mch_set_sp_color(guicolor_T color) static void draw_undercurl(int flags, int row, int col, int cells) { - int x; - int offset; - const static int val[8] = {1, 0, 0, 0, 1, 2, 2, 2 }; - int y = FILL_Y(row + 1) - 1; + int x; + int offset; + const static int val[8] = {1, 0, 0, 0, 1, 2, 2, 2 }; + int y = FILL_Y(row + 1) - 1; RGBForeColor(&specialColor); |