doc: deprecate 'highlight'; remove howto.txt (#7497)

This commit is contained in:
Justin M. Keyes
2017-11-07 00:51:03 +01:00
committed by GitHub
parent 946c2a8ee8
commit c598c3ac77
13 changed files with 20 additions and 141 deletions

View File

@@ -79,7 +79,7 @@ struct hl_group {
#define SG_LINK 8 // link has been set
/// @}
// highlight groups for 'highlight' option
// builtin |highlight-groups|
static garray_T highlight_ga = GA_EMPTY_INIT_VALUE;
static inline struct hl_group * HL_TABLE(void)