summaryrefslogtreecommitdiff
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1950: using NULL pointer after an out-of-memoryv8.1.1950Bram Moolenaar2019-08-311-1/+1
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-4/+0
* patch 8.1.1827: allocating more memory than needed for extended structsv8.1.1827Bram Moolenaar2019-08-081-1/+1
* patch 8.1.1699: highlight_ga can be local instead of globalv8.1.1699Bram Moolenaar2019-07-151-11/+11
* patch 8.1.1693: syntax coloring and highlighting is in one big filev8.1.1693Bram Moolenaar2019-07-141-3637/+0
* patch 8.1.1667: flags for Ex commands may clash with other symbolsv8.1.1667Bram Moolenaar2019-07-121-1/+1
* patch 8.1.1613: popup window test fails with Athena and Motifv8.1.1613Bram Moolenaar2019-07-011-0/+2
* patch 8.1.1606: on a narrow screen ":hi" output is confusingv8.1.1606Bram Moolenaar2019-06-291-0/+4
* patch 8.1.1595: MS-Windows with VIMDLL: colors wrong in consolev8.1.1595Bram Moolenaar2019-06-261-0/+4
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-11/+11
* patch 8.1.1397: build fails in tiny versionv8.1.1397Bram Moolenaar2019-05-251-2/+0
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-2/+2
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-2/+2
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-7/+7
* patch 8.1.1308: the Normal highlight is not defined when compiled with GUIv8.1.1308Bram Moolenaar2019-05-091-6/+1
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-6/+0
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-1/+8
* patch 8.1.1209: clever compiler warns for buffer being too smallv8.1.1209Bram Moolenaar2019-04-261-1/+1
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-4/+4
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-241-12/+3
* patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar2019-01-201-2/+4
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-67/+67
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-56/+56
* patch 8.1.0495: :filter only supports some commandsv8.1.0495Bram Moolenaar2018-10-251-2/+5
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-43/+0
* patch 8.1.0437: may access freed memory when syntax HL times outv8.1.0437Bram Moolenaar2018-09-281-4/+2
* patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar2018-09-101-6/+12
* 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