comparison src/version.c @ 11158:501f46f7644c v8.0.0466

patch 8.0.0466: still macros that should be all-caps commit https://github.com/vim/vim/commit/8820b48654b62472821d9b155fe03ab7ac13a05c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 16 17:23:31 2017 +0100 patch 8.0.0466: still macros that should be all-caps Problem: There are still a few macros that should be all-caps. Solution: Make a few more macros all-caps.
author Christian Brabandt <cb@256bit.org>
date Thu, 16 Mar 2017 17:30:06 +0100
parents 80241603dd50
children 404e98047f0b
comparison
equal deleted inserted replaced
11157:35a1705f4d02 11158:501f46f7644c
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 466,
767 /**/ 769 /**/
768 465, 770 465,
769 /**/ 771 /**/
770 464, 772 464,
771 /**/ 773 /**/
2319 } 2321 }
2320 else 2322 else
2321 #endif 2323 #endif
2322 clen += byte2cells(p[l]); 2324 clen += byte2cells(p[l]);
2323 } 2325 }
2324 screen_puts_len(p, l, row, col, *p == '<' ? hl_attr(HLF_8) : attr); 2326 screen_puts_len(p, l, row, col, *p == '<' ? HL_ATTR(HLF_8) : attr);
2325 col += clen; 2327 col += clen;
2326 } 2328 }
2327 2329
2328 /* Add the version number to the version line. */ 2330 /* Add the version number to the version line. */
2329 if (add_version) 2331 if (add_version)