1
0
forked from aniani/vim

updated for version 7.0016

This commit is contained in:
Bram Moolenaar
2004-09-13 20:26:32 +00:00
parent 15d0a8c77d
commit c0197e2815
48 changed files with 3362 additions and 795 deletions

View File

@@ -3926,10 +3926,10 @@ mch_write(
else if (s[0] == ESC && len >= 3-1 && s[1] == '|')
{
#ifdef MCH_WRITE_DUMP
char_u* old_s = s;
char_u *old_s = s;
#endif
char_u* p;
int arg1 = 0, arg2 = 0;
char_u *p;
int arg1 = 0, arg2 = 0;
switch (s[2])
{