mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 8.1.2376: preprocessor indents are incorrect
Problem: Preprocessor indents are incorrect. Solution: Fix the indents. (Ken Takata, closes #5298)
This commit is contained in:
@@ -1641,7 +1641,7 @@ WaitForChar(long msec, int ignore_input)
|
|||||||
COORD dwSize = ir.Event.WindowBufferSizeEvent.dwSize;
|
COORD dwSize = ir.Event.WindowBufferSizeEvent.dwSize;
|
||||||
|
|
||||||
// Only call shell_resized() when the size actually change to
|
// Only call shell_resized() when the size actually change to
|
||||||
// avoid the screen is cleard.
|
// avoid the screen is cleared.
|
||||||
if (dwSize.X != Columns || dwSize.Y != Rows)
|
if (dwSize.X != Columns || dwSize.Y != Rows)
|
||||||
{
|
{
|
||||||
CONSOLE_SCREEN_BUFFER_INFO csbi;
|
CONSOLE_SCREEN_BUFFER_INFO csbi;
|
||||||
@@ -3104,7 +3104,7 @@ mch_is_linked(char_u *fname)
|
|||||||
/*
|
/*
|
||||||
* Get the by-handle-file-information for "fname".
|
* Get the by-handle-file-information for "fname".
|
||||||
* Returns FILEINFO_OK when OK.
|
* Returns FILEINFO_OK when OK.
|
||||||
* returns FILEINFO_ENC_FAIL when enc_to_utf16() failed.
|
* Returns FILEINFO_ENC_FAIL when enc_to_utf16() failed.
|
||||||
* Returns FILEINFO_READ_FAIL when CreateFile() failed.
|
* Returns FILEINFO_READ_FAIL when CreateFile() failed.
|
||||||
* Returns FILEINFO_INFO_FAIL when GetFileInformationByHandle() failed.
|
* Returns FILEINFO_INFO_FAIL when GetFileInformationByHandle() failed.
|
||||||
*/
|
*/
|
||||||
|
@@ -742,6 +742,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2376,
|
||||||
/**/
|
/**/
|
||||||
2375,
|
2375,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user