summaryrefslogtreecommitdiff
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1171: possible crash when out of memoryv8.2.1171Bram Moolenaar2020-07-101-0/+2
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-121-6/+8
* patch 8.2.0928: many type casts are used for vim_strnsave()v8.2.0928Bram Moolenaar2020-06-071-2/+2
* patch 8.2.0865: syntax foldlevel is taken from the start of the linev8.2.0865Bram Moolenaar2020-05-311-7/+82
* patch 8.2.0613: Vim9: no check for space before #commentv8.2.0613Bram Moolenaar2020-04-201-19/+22
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-3/+3
* patch 8.2.0523: loops are repeatedv8.2.0523Bram Moolenaar2020-04-061-3/+6
* patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar2020-04-021-2/+2
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-1/+1
* patch 8.1.2395: using old C style commentsv8.1.2395Bram Moolenaar2019-12-051-489/+487
* 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