- fadc02a patch 9.0.1251: checking returned value of ga_grow() is inconsistent by Yegappan Lakshmanan · 2 years, 6 months ago
- 6ec6666 patch 9.0.1237: code is indented more than necessary by Yegappan Lakshmanan · 2 years, 6 months ago
- a9fa8c5 patch 9.0.1133: error message names do not match the items by Bram Moolenaar · 2 years, 7 months ago
- ef2c325 patch 9.0.0949: crash when unletting a variable while listing variables by Bram Moolenaar · 2 years, 8 months ago
- 0abd6cf patch 9.0.0750: crash when popup closed in callback by Bram Moolenaar · 2 years, 10 months ago
- 73e28dc patch 9.0.0491: no good reason to build without the float feature by Bram Moolenaar · 2 years, 11 months ago
- 5ff595d patch 9.0.0284: using static buffer for multiple completion functions by Bram Moolenaar · 3 years ago
- af9a600 patch 9.0.0283: cannot complete "syn list @cluster" by bfredl · 3 years ago
- a4d158b patch 9.0.0206: redraw flags are not named specifically by Bram Moolenaar · 3 years ago
- 101d57b patch 9.0.0124: code has more indent than needed by zeertzjq · 3 years ago
- 6f0cf62 patch 8.2.5128: syntax disabled when using synID() in searchpair() skip expr by Bram Moolenaar · 3 years, 1 month ago
- 6574577 patch 8.2.5057: using gettimeofday() for timeout is very inefficient by Paul Ollis · 3 years, 2 months ago
- ca7e86c patch 8.2.4762: using freed memory using synstack() and synID() in WinEnter by zeertzjq · 3 years, 4 months ago
- f26c161 patch 8.2.4704: using "else" after return or break increases indent by =?UTF-8?q?Dundar=20G=C3=B6c?= · 3 years, 4 months ago
- ac48506 patch 8.2.4615: mapping with escaped bar does not work in :def function by Bram Moolenaar · 3 years, 4 months ago
- ae6f1d8 patch 8.2.4402: missing parenthesis may cause unexpected problems by kylo252 · 3 years, 6 months ago
- 0c1550d patch 8.2.4307: a few more messages should not be translated by Bram Moolenaar · 3 years, 6 months ago
- cd53eed patch 8.2.4303: a few messages should not be translated by Dominique Pelle · 3 years, 6 months ago
- 04935fb patch 8.2.4043: using int for second argument of ga_init2() by Bram Moolenaar · 3 years, 7 months ago
- d82a47d patch 8.2.4012: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
- 9d00e4a patch 8.2.4010: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
- 677658a patch 8.2.4008: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
- ac78dd4 patch 8.2.3985: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
- 460ae5d patch 8.2.3967: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
- 436b5ad patch 8.2.3961: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
- c8a9fe5 patch 8.2.3631: "syntax enable" does not work properly in Vim9 context by Bram Moolenaar · 3 years, 9 months ago
- 63b9173 patch 8.2.3297: cannot use all commands inside a {} block by Bram Moolenaar · 4 years ago
- e29a27f patch 8.2.3190: error messages are spread out by Bram Moolenaar · 4 years ago
- eeec254 patch 8.2.2922: computing array length is done in various ways by K.Takata · 4 years, 2 months ago
- 2e240bd patch 8.2.2761: using "syn include" does not work properly by Bram Moolenaar · 4 years, 4 months ago
- e5a2dc8 patch 8.2.2289: Vim9: 'cpo' can become empty by Bram Moolenaar · 4 years, 7 months ago
- b46f57e patch 8.2.2068: transparent syntax item uses start/end of containing region by Bram Moolenaar · 4 years, 8 months ago
- 8131967 patch 8.2.2042: build failure with +profile but without +reltime by Bram Moolenaar · 4 years, 8 months ago
- 9950280 patch 8.2.2011: "syn sync" reports a very large number by Bram Moolenaar · 4 years, 9 months ago
- d1f76af patch 8.2.1678: crash when using ":set" after ":ownsyntax" by Bram Moolenaar · 4 years, 11 months ago
- 58bb61c patch 8.2.1171: possible crash when out of memory by Bram Moolenaar · 5 years ago
- 71ccd03 patch 8.2.0967: unnecessary type casts for vim_strnsave() by Bram Moolenaar · 5 years ago
- df44a27 patch 8.2.0928: many type casts are used for vim_strnsave() by Bram Moolenaar · 5 years ago
- e35a52a patch 8.2.0865: syntax foldlevel is taken from the start of the line by Bram Moolenaar · 5 years ago
- 1966c24 patch 8.2.0613: Vim9: no check for space before #comment by Bram Moolenaar · 5 years ago
- a80faa8 patch 8.2.0559: clearing a struct is verbose by Bram Moolenaar · 5 years ago
- 00d253e patch 8.2.0523: loops are repeated by Bram Moolenaar · 5 years ago
- e8c4abb patch 8.2.0502: Vim9: some code is not tested by Bram Moolenaar · 5 years ago
- 8a7d654 patch 8.2.0149: maintaining a Vim9 branch separately is more work by Bram Moolenaar · 6 years ago
- 0d6f5d9 patch 8.1.2395: using old C style comments by Bram Moolenaar · 6 years ago
- 4bbfb0f patch 8.1.1950: using NULL pointer after an out-of-memory by Bram Moolenaar · 6 years ago
- 0a52df5 patch 8.1.1887: the +cmdline_compl feature is not in the tiny version by Bram Moolenaar · 6 years ago
- 47ed553 patch 8.1.1827: allocating more memory than needed for extended structs by Bram Moolenaar · 6 years ago
- 2ac6e82 patch 8.1.1699: highlight_ga can be local instead of global by Bram Moolenaar · 6 years ago
- f9cc9f2 patch 8.1.1693: syntax coloring and highlighting is in one big file by Bram Moolenaar · 6 years ago
- 8071cb2 patch 8.1.1667: flags for Ex commands may clash with other symbols by Bram Moolenaar · 6 years ago
- a83e700 patch 8.1.1613: popup window test fails with Athena and Motif by Bram Moolenaar · 6 years ago
- 548be7f patch 8.1.1606: on a narrow screen ":hi" output is confusing by Bram Moolenaar · 6 years ago
- 88c47aa patch 8.1.1595: MS-Windows with VIMDLL: colors wrong in console by Bram Moolenaar · 6 years ago
- c799fe2 patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts by Bram Moolenaar · 6 years ago
- 80f9542 patch 8.1.1397: build fails in tiny version by Bram Moolenaar · 6 years ago
- 51e1438 patch 8.1.1393: unnecessary type casts by Bram Moolenaar · 6 years ago
- 18a4ba2 patch 8.1.1386: unessesary type casts for lalloc() by Bram Moolenaar · 6 years ago
- 964b374 patch 8.1.1384: using "int" for alloc() often results in compiler warnings by Bram Moolenaar · 6 years ago
- f90b6e0 patch 8.1.1308: the Normal highlight is not defined when compiled with GUI by Bram Moolenaar · 6 years ago
- eae1b91 patch 8.1.1306: Borland support is outdated and doesn't work by Bram Moolenaar · 6 years ago
- afde13b patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe by Bram Moolenaar · 6 years ago
- 5431589 patch 8.1.1209: clever compiler warns for buffer being too small by Bram Moolenaar · 6 years ago
- 4f97475 patch 8.1.0941: macros for MS-Windows are inconsistent by Bram Moolenaar · 6 years ago
- 264b74f patch 8.1.0810: too many #ifdefs by Bram Moolenaar · 7 years ago
- 113e107 patch 8.1.0785: depending on the configuration some functions are unused by Bram Moolenaar · 7 years ago
- 32526b3 patch 8.1.0779: argument for message functions is inconsistent by Bram Moolenaar · 7 years ago
- f9e3e09 patch 8.1.0743: giving error messages is not flexible by Bram Moolenaar · 7 years ago
- f86db78 patch 8.1.0495: :filter only supports some commands by Bram Moolenaar · 7 years ago
- 6dff58f patch 8.1.0443: unnecessary static function prototypes by Bram Moolenaar · 7 years ago
- 95892c2 patch 8.1.0437: may access freed memory when syntax HL times out by Bram Moolenaar · 7 years ago
- f29c1c6 patch 8.1.0362: cannot get the script line number when executing a function by Bram Moolenaar · 7 years ago
- 0a6efcd patch 8.1.0198: there is no hint that syntax is disabled for 'redrawtime' by Bram Moolenaar · 7 years ago
- bcf9442 patch 8.1.0098: segfault when pattern with \z() is very slow by Bram Moolenaar · 7 years ago
- a772baf patch 8.1.0006: syn_id2cterm_bg() may be undefined by Bram Moolenaar · 7 years ago
- 60a6836 patch 8.0.1777: cannot cleanup before loading another colorscheme by Bram Moolenaar · 7 years ago
- 6185903 patch 8.0.1621: using invalid default value for highlight attribute by Bram Moolenaar · 7 years ago
- f2bd8ef patch 8.0.1564: too many #ifdefs by Bram Moolenaar · 7 years ago
- 069dafc patch 8.0.1561: crash with rust syntax highligting by Bram Moolenaar · 7 years ago
- d4fc577 patch 8.0.1544: when using 'termguicolors' SpellBad doesn't show by Bram Moolenaar · 7 years ago
- 33ef5bb patch 8.0.1543: with 'termguicolors' Normal color doesn't work correctly by Bram Moolenaar · 7 years ago
- 36f9230 patch 8.0.1541: synpat_T is taking too much memory by Bram Moolenaar · 7 years ago
- cafafb3 patch 8.0.1531: cannot use 24 bit colors in MS-Windows console by Bram Moolenaar · 7 years ago
- 81226e0 patch 8.0.1528: dead code found by Bram Moolenaar · 7 years ago
- d23a823 patch 8.0.1496: clearing a pointer takes two lines by Bram Moolenaar · 7 years ago
- a7c54cf patch 8.0.1362: terminal window colors wrong when using Terminal highlighting by Bram Moolenaar · 8 years ago
- c3719bd patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI by Bram Moolenaar · 8 years ago
- c902609 patch 8.0.1175: build failure without +termresponse by Bram Moolenaar · 8 years ago
- a0a6f27 patch 8.0.1174: Mac Terminal.app has wrong color for white by Bram Moolenaar · 8 years ago
- 65ed136 patch 8.0.1164: changing StatusLine highlight does not always work by Bram Moolenaar · 8 years ago
- d371bbe patch 8.0.1159: typo in #ifdef by Bram Moolenaar · 8 years ago
- 7c456a4 patch 8.0.1147: fail to build with tiny features by Bram Moolenaar · 8 years ago
- 452030e patch 8.0.1146: redraw when highlight is set with same names by Bram Moolenaar · 8 years ago
- 7630195 patch 8.0.1134: superfluous call to syn_get_final_id() by Bram Moolenaar · 8 years ago
- f3d769a patch 8.0.1133: syntax timeout not used correctly by Bram Moolenaar · 8 years ago
- 1b9645d patch 8.0.1123: cannot define a toolbar for a window by Bram Moolenaar · 8 years ago
- 4033c55 patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs by Bram Moolenaar · 8 years ago
- c71053c patch 8.0.1102: terminal window does not use Normal colors by Bram Moolenaar · 8 years ago
- 414168d patch 8.0.1088: occasional memory use after free by Bram Moolenaar · 8 years ago
- b4ea191 patch 8.0.1078: using freed memory with ":hi Normal" by Bram Moolenaar · 8 years ago