comparison src/os_win32.c @ 24:8ff7fd162d3c v7.0016

updated for version 7.0016
author vimboss
date Mon, 13 Sep 2004 20:26:32 +0000
parents 3f44e9abe4ec
children 404aac550f35
comparison
equal deleted inserted replaced
23:3f44e9abe4ec 24:8ff7fd162d3c
3924 s++; 3924 s++;
3925 } 3925 }
3926 else if (s[0] == ESC && len >= 3-1 && s[1] == '|') 3926 else if (s[0] == ESC && len >= 3-1 && s[1] == '|')
3927 { 3927 {
3928 #ifdef MCH_WRITE_DUMP 3928 #ifdef MCH_WRITE_DUMP
3929 char_u* old_s = s; 3929 char_u *old_s = s;
3930 #endif 3930 #endif
3931 char_u* p; 3931 char_u *p;
3932 int arg1 = 0, arg2 = 0; 3932 int arg1 = 0, arg2 = 0;
3933 3933
3934 switch (s[2]) 3934 switch (s[2])
3935 { 3935 {
3936 /* one or two numeric arguments, separated by ';' */ 3936 /* one or two numeric arguments, separated by ';' */
3937 3937