summaryrefslogtreecommitdiff
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.0.0481: unnecessary if statementv8.0.0481Bram Moolenaar2017-03-181-33/+30
* patch 8.0.0466: still macros that should be all-capsv8.0.0466Bram Moolenaar2017-03-161-8/+8
* patch 8.0.0452: some macros are in lower casev8.0.0452Bram Moolenaar2017-03-121-11/+11
* patch 8.0.0451: some macros are in lower casev8.0.0451Bram Moolenaar2017-03-121-4/+4
* patch 8.0.0447: getting font name does not work on X11v8.0.0447Bram Moolenaar2017-03-121-1/+1
* patch 8.0.0425: build errors when building without foldingv8.0.0425Bram Moolenaar2017-03-051-1/+2
* patch 8.0.0365: might free a dict item that wasn't allocatedv8.0.0365Bram Moolenaar2017-02-251-2/+2
* patch 8.0.0334: can't access b:changedtick from a dict referencev8.0.0334Bram Moolenaar2017-02-171-3/+3
* patch 8.0.0220: completion of highlight names misses a few valuesv8.0.0220Bram Moolenaar2017-01-221-6/+7
* patch 8.0.0214: leaking memory when syntax cluster id is unknownv8.0.0214Bram Moolenaar2017-01-221-1/+4
* patch 8.0.0204: compiler warns for uninitialized variablev8.0.0204Bram Moolenaar2017-01-171-1/+3
* patch 8.0.0201: completion of highlight groups includes cleared namesv8.0.0201Bram Moolenaar2017-01-171-1/+12
* patch 8.0.0198: some syntax arguments take effect even after "if 0"v8.0.0198Bram Moolenaar2017-01-171-18/+52
* patch 8.0.0157: no completion for :syntax spell and :syntax syncv8.0.0157Bram Moolenaar2017-01-081-6/+32