[vim/vim] ...a lot about... (#2149)

20 views
Skip to first unread message

a-kubik

unread,
Sep 23, 2017, 5:00:41 PM9/23/17
to vim/vim, Subscribed

...a lot about...
os_win32.c

344 (int) add and kill warning

839 /* Sorry, out of number space! */

and where tolerantion ? ;-D

3208 time(NULL) is time.h? in ui.c

#define MAYBE 2 /* sometimes used for a variant on TRUE */ ;-) I like it, more of variants!

230
231
When modifying a variable, the static keyword specifies that the variable has static duration (it is allocated when the program begins and deallocated when the program ends) and initializes it to 0 unless another value is specified.
https://msdn.microsoft.com/en-us/library/s1sb61xd(vs.80).aspx
ReadConsoleInputA doesn't return correct double-byte characters in Windows 8 and Windows 10
i'm not test this error and simply rebuild this func.. (but may be need use peekW/readW of SYSTEM )

284 "nLength == -2" is Delete from string because cheсk it in 237
and "nLength != -1" EQ "!(nLength == -1)"

and/or other metod:
"++s_dwIndex" need only if "nLength != -1" put in other block "IF"
else func "peek_console_input(g_hConIn, &ir, 1, &cRecords);" work as
"read_console_input(g_hConIn, &ir, 1, &cRecords);"

STOP i delete it and present for test my new Compact version of read_console_input()

673 VER_PLATFORM_WIN32s May be... i don't know

unexpected excess clean screen and INTRO before start work in VIM
if size of buf too much and VIM change item
two solutions:
5477 "FlushConsoleInputBuffer(g_hConIn);" - kill garbage best before start
now BUG (test it - set bufsize > vertical screen size in properties of terminal window before run VIM)
if VIM set vertical buf to size window on start windows generate EVENT
VIM think - "user change" and clear screen and INTRO delete, no good

first metod:
1555
1650
shell_resized_check(); // shell_resized() - run it if real change size only

and/or other metod:
725 (PlatformId(void))
https://msdn.microsoft.com/en-us/library/windows/desktop/dn481241(v=vs.85).aspx
With the release of Windows 8.1, the behavior of the GetVersion API has changed in the value
it will return for the operating system version. The value returned by the GetVersion function
now depends on how the application is manifested.

24 #include <VersionHelpers.h>


You can view, comment on, or merge this pull request online at:

  https://github.com/vim/vim/pull/2149

Commit Summary

  • ...a lot about...

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub

a-kubik

unread,
Sep 23, 2017, 5:13:57 PM9/23/17
to vim/vim, Subscribed

Closed #2149.

Reply all
Reply to author
Forward
0 new messages