We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e69e4 commit 9f45ccdCopy full SHA for 9f45ccd
2 files changed
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 1042,
774
/**/
775
1041,
776
src/vim.h
@@ -435,13 +435,8 @@ typedef off_t off_T;
435
* The characters and attributes cached for the screen.
436
*/
437
typedef char_u schar_T;
438
-#ifdef FEAT_SYN_HL
439
typedef unsigned short sattr_T;
440
-# define MAX_TYPENR 65535
441
-#else
442
-typedef unsigned char sattr_T;
443
-# define MAX_TYPENR 255
444
-#endif
+#define MAX_TYPENR 65535
445
446
/*
447
* The u8char_T can hold one decoded UTF-8 character.
0 commit comments