summaryrefslogtreecommitdiff
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0198: there is no hint that syntax is disabled for 'redrawtime'v8.1.0198Bram Moolenaar2018-07-201-3/+8
* patch 8.1.0098: segfault when pattern with \z() is very slowv8.1.0098Bram Moolenaar2018-06-231-0/+6
* patch 8.1.0006: syn_id2cterm_bg() may be undefinedv8.1.0006Bram Moolenaar2018-05-201-1/+3
* patch 8.0.1777: cannot cleanup before loading another colorschemev8.0.1777Bram Moolenaar2018-04-301-0/+2
* patch 8.0.1621: using invalid default value for highlight attributev8.0.1621Bram Moolenaar2018-03-201-3/+3
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-8/+0
* patch 8.0.1561: crash with rust syntax highligtingv8.0.1561Bram Moolenaar2018-03-031-1/+2
* patch 8.0.1544: when using 'termguicolors' SpellBad doesn't showv8.0.1544Bram Moolenaar2018-02-271-6/+37
* patch 8.0.1543: with 'termguicolors' Normal color doesn't work correctlyv8.0.1543Bram Moolenaar2018-02-271-26/+24
* patch 8.0.1541: synpat_T is taking too much memoryv8.0.1541Bram Moolenaar2018-02-241-9/+11
* patch 8.0.1531: cannot use 24 bit colors in MS-Windows consolev8.0.1531Bram Moolenaar2018-02-221-0/+21
* patch 8.0.1528: dead code foundv8.0.1528Bram Moolenaar2018-02-201-1/+0
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-23/+12
* patch 8.0.1362: terminal window colors wrong when using Terminal highlightingv8.0.1362Bram Moolenaar2017-12-011-0/+12
* patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar2017-11-181-6/+6
* patch 8.0.1175: build failure without +termresponsev8.0.1175Bram Moolenaar2017-10-041-0/+2
* patch 8.0.1174: Mac Terminal.app has wrong color for whitev8.0.1174Bram Moolenaar2017-10-041-0/+4
* patch 8.0.1164: changing StatusLine highlight does not always workv8.0.1164Bram Moolenaar2017-09-301-2/+14
* patch 8.0.1159: typo in #ifdefv8.0.1159Bram Moolenaar2017-09-281-1/+1
* patch 8.0.1147: fail to build with tiny featuresv8.0.1147Bram Moolenaar2017-09-261-3/+3
* patch 8.0.1146: redraw when highlight is set with same namesv8.0.1146Bram Moolenaar2017-09-251-23/+54
* patch 8.0.1134: superfluous call to syn_get_final_id()v8.0.1134Bram Moolenaar2017-09-221-1/+1
* patch 8.0.1133: syntax timeout not used correctlyv8.0.1133Bram Moolenaar2017-09-221-9/+18
* patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar2017-09-171-0/+26
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-8/+0
* patch 8.0.1102: terminal window does not use Normal colorsv8.0.1102Bram Moolenaar2017-09-141-1/+14
* patch 8.0.1088: occasional memory use after freev8.0.1088Bram Moolenaar2017-09-101-89/+85
* patch 8.0.1078: using freed memory with ":hi Normal"v8.0.1078Bram Moolenaar2017-09-091-2/+15
* patch 8.0.1072: :highlight command causes a redraw even when nothing changedv8.0.1072Bram Moolenaar2017-09-081-86/+107
* patch 8.0.1038: strike-through text not supportedv8.0.1038Bram Moolenaar2017-09-021-2/+4
* patch 8.0.0970: passing invalid highlight idv8.0.0970Bram Moolenaar2017-08-191-1/+1
* patch 8.0.0941: existing color schemes don't like StatusLineTermv8.0.0941Bram Moolenaar2017-08-141-176/+190
* patch 8.0.0937: user highlight groups not adjusted for terminalv8.0.0937Bram Moolenaar2017-08-131-59/+95
* patch 8.0.0921: terminal window cursor shape not supported in the GUIv8.0.0921Bram Moolenaar2017-08-121-2/+1
* patch 8.0.0914: highlight attributes are always combinedv8.0.0914Bram Moolenaar2017-08-121-9/+12
* patch 8.0.0831: with 8 colors the bold attribute is not set properlyv8.0.0831Bram Moolenaar2017-08-011-7/+18
* patch 8.0.0825: not easy to see that a window is a terminal windowv8.0.0825Bram Moolenaar2017-07-311-0/+4
* patch 8.0.0791: terminal colors depend on the systemv8.0.0791Bram Moolenaar2017-07-281-89/+112
* patch 8.0.0760: terminal window colors wrong with 'termguicolors'v8.0.0760Bram Moolenaar2017-07-231-0/+18
* patch 8.0.0755: terminal window does not have colors in the GUIv8.0.0755Bram Moolenaar2017-07-231-1/+20
* patch 8.0.0754: terminal window does not support colorsv8.0.0754Bram Moolenaar2017-07-231-0/+15
* patch 8.0.0673: build failure without conceal featurev8.0.0673Bram Moolenaar2017-06-241-0/+2
* patch 8.0.0672: third item of synconcealed() changes too oftenv8.0.0672Bram Moolenaar2017-06-241-0/+3
* patch 8.0.0653: the default highlight for QuickFixLine is not goodv8.0.0653Bram Moolenaar2017-06-221-4/+1
* patch 8.0.0647: syntax highlighting can make cause a freezev8.0.0647Bram Moolenaar2017-06-181-5/+32
* patch 8.0.0643: when a pattern search is slow Vim becomes unusablev8.0.0643Bram Moolenaar2017-06-171-1/+1
* patch 8.0.0641: cannot set a separate highlighting for the quickfix linev8.0.0641Bram Moolenaar2017-06-131-0/+4
* patch 8.0.0640: mismatch between help and actual messagev8.0.0640Bram Moolenaar2017-06-131-2/+2
* patch 8.0.0616: not always setting 'background' correctly after :hi Normalv8.0.0616Bram Moolenaar2017-06-041-6/+13
* patch 8.0.0513: getting name of cleared highlight group is wrongv8.0.0513Bram Moolenaar2017-03-261-5/+15