0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.3.770

Problem:    Vim.h indentation is inconsistent.
Solution:   Adjust the indentation. (Elias Diem)
This commit is contained in:
Bram Moolenaar
2013-01-17 17:17:26 +01:00
parent 8c7694a864
commit 08ed30eca7
2 changed files with 17 additions and 15 deletions

View File

@@ -725,6 +725,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 */
/**/
770,
/**/ /**/
769, 769,
/**/ /**/

View File

@@ -515,12 +515,12 @@ typedef unsigned long u8char_T; /* long should be 32 bits or more */
# include <stdarg.h> # include <stdarg.h>
#endif #endif
# if defined(HAVE_SYS_SELECT_H) && \ #if defined(HAVE_SYS_SELECT_H) && \
(!defined(HAVE_SYS_TIME_H) || defined(SYS_SELECT_WITH_SYS_TIME)) (!defined(HAVE_SYS_TIME_H) || defined(SYS_SELECT_WITH_SYS_TIME))
# include <sys/select.h> # include <sys/select.h>
# endif #endif
# ifndef HAVE_SELECT #ifndef HAVE_SELECT
# ifdef HAVE_SYS_POLL_H # ifdef HAVE_SYS_POLL_H
# include <sys/poll.h> # include <sys/poll.h>
# define HAVE_POLL # define HAVE_POLL
@@ -530,7 +530,7 @@ typedef unsigned long u8char_T; /* long should be 32 bits or more */
# define HAVE_POLL # define HAVE_POLL
# endif # endif
# endif # endif
# endif #endif
/* ================ end of the header file puzzle =============== */ /* ================ end of the header file puzzle =============== */
@@ -1877,8 +1877,8 @@ typedef int proftime_T; /* dummy for function prototypes */
/* VIM_ATOM_NAME is the older Vim-specific selection type for X11. Still /* VIM_ATOM_NAME is the older Vim-specific selection type for X11. Still
* supported for when a mix of Vim versions is used. VIMENC_ATOM_NAME includes * supported for when a mix of Vim versions is used. VIMENC_ATOM_NAME includes
* the encoding to support Vims using different 'encoding' values. */ * the encoding to support Vims using different 'encoding' values. */
#define VIM_ATOM_NAME "_VIM_TEXT" # define VIM_ATOM_NAME "_VIM_TEXT"
#define VIMENC_ATOM_NAME "_VIMENC_TEXT" # define VIMENC_ATOM_NAME "_VIMENC_TEXT"
/* Selection states for modeless selection */ /* Selection states for modeless selection */
# define SELECT_CLEARED 0 # define SELECT_CLEARED 0