1
0
forked from aniani/vim

updated for version 7.0g

This commit is contained in:
Bram Moolenaar
2006-04-30 18:54:39 +00:00
parent aa35dd1667
commit c9b4b05b35
282 changed files with 3456 additions and 3060 deletions

View File

@@ -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);