mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0016
This commit is contained in:
@@ -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])
|
||||
{
|
||||
|
Reference in New Issue
Block a user