summaryrefslogtreecommitdiff
path: root/src/syntax.c
AgeCommit message (Expand)Author
2017-12-01patch 8.0.1362: terminal window colors wrong when using Terminal highlightingBram Moolenaar
2017-11-18patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIBram Moolenaar
2017-10-04patch 8.0.1175: build failure without +termresponseBram Moolenaar
2017-10-04patch 8.0.1174: Mac Terminal.app has wrong color for whiteBram Moolenaar
2017-09-30patch 8.0.1164: changing StatusLine highlight does not always workBram Moolenaar
2017-09-28patch 8.0.1159: typo in #ifdefBram Moolenaar
2017-09-26patch 8.0.1147: fail to build with tiny featuresBram Moolenaar
2017-09-25patch 8.0.1146: redraw when highlight is set with same namesBram Moolenaar
2017-09-22patch 8.0.1134: superfluous call to syn_get_final_id()Bram Moolenaar
2017-09-22patch 8.0.1133: syntax timeout not used correctlyBram Moolenaar
2017-09-17patch 8.0.1123: cannot define a toolbar for a windowBram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsBram Moolenaar
2017-09-14patch 8.0.1102: terminal window does not use Normal colorsBram Moolenaar
2017-09-10patch 8.0.1088: occasional memory use after freeBram Moolenaar
2017-09-09patch 8.0.1078: using freed memory with ":hi Normal"Bram Moolenaar
2017-09-08patch 8.0.1072: :highlight command causes a redraw even when nothing changedBram Moolenaar
2017-09-02patch 8.0.1038: strike-through text not supportedBram Moolenaar
2017-08-19patch 8.0.0970: passing invalid highlight idBram Moolenaar
2017-08-14patch 8.0.0941: existing color schemes don't like StatusLineTermBram Moolenaar
2017-08-13patch 8.0.0937: user highlight groups not adjusted for terminalBram Moolenaar
2017-08-12patch 8.0.0921: terminal window cursor shape not supported in the GUIBram Moolenaar
2017-08-12patch 8.0.0914: highlight attributes are always combinedBram Moolenaar
2017-08-01patch 8.0.0831: with 8 colors the bold attribute is not set properlyBram Moolenaar
2017-07-31patch 8.0.0825: not easy to see that a window is a terminal windowBram Moolenaar
2017-07-28patch 8.0.0791: terminal colors depend on the systemBram Moolenaar
2017-07-23patch 8.0.0760: terminal window colors wrong with 'termguicolors'Bram Moolenaar
2017-07-23patch 8.0.0755: terminal window does not have colors in the GUIBram Moolenaar
2017-07-23patch 8.0.0754: terminal window does not support colorsBram Moolenaar
2017-06-24patch 8.0.0673: build failure without conceal featureBram Moolenaar
2017-06-24patch 8.0.0672: third item of synconcealed() changes too oftenBram Moolenaar
2017-06-22patch 8.0.0653: the default highlight for QuickFixLine is not goodBram Moolenaar
2017-06-18patch 8.0.0647: syntax highlighting can make cause a freezeBram Moolenaar
2017-06-17patch 8.0.0643: when a pattern search is slow Vim becomes unusableBram Moolenaar
2017-06-13patch 8.0.0641: cannot set a separate highlighting for the quickfix lineBram Moolenaar
2017-06-13patch 8.0.0640: mismatch between help and actual messageBram Moolenaar
2017-06-04patch 8.0.0616: not always setting 'background' correctly after :hi NormalBram Moolenaar
2017-03-26patch 8.0.0513: getting name of cleared highlight group is wrongBram Moolenaar
2017-03-18patch 8.0.0481: unnecessary if statementBram Moolenaar
2017-03-16patch 8.0.0466: still macros that should be all-capsBram Moolenaar
2017-03-12patch 8.0.0452: some macros are in lower caseBram Moolenaar
2017-03-12patch 8.0.0451: some macros are in lower caseBram Moolenaar
2017-03-12patch 8.0.0447: getting font name does not work on X11Bram Moolenaar
2017-03-05patch 8.0.0425: build errors when building without foldingBram Moolenaar
2017-02-25patch 8.0.0365: might free a dict item that wasn't allocatedBram Moolenaar
2017-02-17patch 8.0.0334: can't access b:changedtick from a dict referenceBram Moolenaar
2017-01-22patch 8.0.0220: completion of highlight names misses a few valuesBram Moolenaar
2017-01-22patch 8.0.0214: leaking memory when syntax cluster id is unknownBram Moolenaar
2017-01-17patch 8.0.0204: compiler warns for uninitialized variableBram Moolenaar
2017-01-17patch 8.0.0201: completion of highlight groups includes cleared namesBram Moolenaar
2017-01-17patch 8.0.0198: some syntax arguments take effect even after "if 0"Bram Moolenaar