- 9d065a4 patch 9.1.1469: potential buffer-underflow with invalid hl_id by Christian Brabandt · 3 months ago
- be5bd4d patch 9.1.1391: Vim does not have a vertical tabpanel by Naruhiko Nishino · 4 months ago
- 9943d47 patch 9.1.1243: diff mode is lacking for changes within lines by Yee Cheng Chin · 5 months ago
- 9b41e8f patch 9.1.1150: :hi completion may complete to wrong value by Yee Cheng Chin · 6 months ago
- a7b8120 patch 9.1.1138: cmdline completion for :hi is too simplistic by Yee Cheng Chin · 7 months ago
- e700dde patch 9.1.1123: popup hi groups not falling back to defaults by Yee Cheng Chin · 7 months ago
- ad40987 patch 9.1.1001: ComplMatchIns highlight hard to read on light background by glepnir · 8 months ago
- e890887 patch 9.1.0996: ComplMatchIns may highlight wrong text by glepnir · 8 months ago
- f25d8f9 patch 9.1.0945: ComplMatchIns highlight doesn't end after inserted text by zeertzjq · 9 months ago
- 6a38aff patch 9.1.0936: cannot highlight completed text by glepnir · 9 months ago
- 8d4477e patch 9.1.0828: string_T struct could be used more often by John Marriott · 10 months ago
- fa16e43 patch 9.1.0715: Not correctly parsing color names (after v9.1.0709) by Christian Brabandt · 1 year ago
- 84e3175 patch 9.1.0709: GUIEnter event not found in Turkish locale by Christian Brabandt · 1 year ago
- 220474d patch 9.1.0608: Coverity warns about a few potential issues by Christian Brabandt · 1 year, 2 months ago
- 40c1c33 patch 9.1.0476: Cannot see matched text in popup menu by glepnir · 1 year, 3 months ago
- 72a156b patch 9.1.0288: MS-Windows: compiler warning for size_t to int conversion by Mike Williams · 1 year, 5 months ago
- a040019 patch 9.1.0282: Several small issues in doc and tests by Christian Brabandt · 1 year, 5 months ago
- 34f00dd patch 9.1.0282: Finding highlighting attributes is inefficient by John Marriott · 1 year, 5 months ago
- 34e4a05 patch 9.1.0106: Visual highlight hard to read with 'termguicolors' by Maxim Kim · 1 year, 7 months ago
- 59bafc8 patch 9.1.0068: Visual highlighting can still be improved by Maxim Kim · 1 year, 7 months ago
- e6d8b46 patch 9.1.0061: UX of visual highlighting can be improved by Christian Brabandt · 1 year, 7 months ago
- a606f3a patch 9.1.0030: Cannot use terminal alternate font by PMunch · 1 year, 10 months ago
- 184f71c patch 9.1.0006: is*() and to*() function may be unsafe by Keith Thompson · 1 year, 8 months ago
- 900894b patch 9.0.1958: cannot complete option values by Yee Cheng Chin · 2 years ago
- d4376dc patch 9.0.1767: '.-' no allowed in highlight group names by Gregory Anders · 2 years, 1 month ago
- 6a7c774 patch 9.0.1397: highlight for popupmenu kind and extra cannot be set by Gianmaria Bajo · 2 years, 6 months ago
- a23a11b patch 9.0.1336: functions without arguments are not always declared properly by Yegappan Lakshmanan · 2 years, 7 months ago
- 1cfb14a patch 9.0.1166: code is indented more than necessary by Yegappan Lakshmanan · 2 years, 8 months ago
- a9fa8c5 patch 9.0.1133: error message names do not match the items by Bram Moolenaar · 2 years, 8 months ago
- c57b5bc patch 9.0.0828: various typos by dundargoc · 2 years, 10 months ago
- c99e182 patch 9.0.0364: clang static analyzer gives warnings by Yegappan Lakshmanan · 3 years ago
- 5d09a40 patch 9.0.0343: ColorScheme autocommand triggered when colorscheme not found by Bram Moolenaar · 3 years ago
- a2a8973 patch 9.0.0340: the 'cmdheight' zero support causes too much trouble by Bram Moolenaar · 3 years ago
- 24735f2 patch 9.0.0329: ":highlight" hangs when 'cmdheight' is zero by Bram Moolenaar · 3 years ago
- 5416232 patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu' by Bram Moolenaar · 3 years ago
- 471c0fa patch 9.0.0245: mechanism to prevent recursive screen updating is incomplete by Bram Moolenaar · 3 years, 1 month ago
- a4d158b patch 9.0.0206: redraw flags are not named specifically by Bram Moolenaar · 3 years, 1 month ago
- c9b6570 patch 9.0.0203: confusing variable name by Bram Moolenaar · 3 years, 1 month ago
- 87f3a2c patch 9.0.0189: invalid memory access for text prop without highlight by Bram Moolenaar · 3 years, 1 month ago
- d61efa5 patch 9.0.0063: too many type casts for dict_get functions by Bram Moolenaar · 3 years, 2 months ago
- 84f5463 patch 9.0.0007: no support for double, dotted and dashed underlines by Bram Moolenaar · 3 years, 2 months ago
- ee47eac patch 9.0.0003: functions are global while they could be local by Yegappan Lakshmanan · 3 years, 2 months ago
- 6ed545e patch 8.2.4928: various white space and cosmetic mistakes by Bram Moolenaar · 3 years, 4 months ago
- d560014 patch 8.2.4877: MS-Windows: Wrongly using Normal colors for termguicolors by Christian Brabandt · 3 years, 4 months ago
- db08887 patch 8.2.4858: K_SPECIAL may be escaped twice by zeertzjq · 3 years, 4 months ago
- 31e5c60 patch 8.2.4753: error from setting an option is silently ignored by Bram Moolenaar · 3 years, 5 months ago
- a439938 patch 8.2.4724: current instance of last search pattern not easily spotted by LemonBoy · 3 years, 5 months ago
- 4829c1c patch 8.2.4683: verbose check with dict_find() to see if a key is present by Yegappan Lakshmanan · 3 years, 5 months ago
- ae6f1d8 patch 8.2.4402: missing parenthesis may cause unexpected problems by kylo252 · 3 years, 7 months ago
- 782b43d patch 8.2.4045: some global functions are only used in one file by Yegappan Lakshmanan · 3 years, 8 months ago
- 748b308 patch 8.2.4038: various code not used when features are disabled by Dominique Pelle · 3 years, 8 months ago
- 9d00e4a patch 8.2.4010: error messages are spread out by Bram Moolenaar · 3 years, 8 months ago
- a6f7929 patch 8.2.4005: error messages are spread out by Bram Moolenaar · 3 years, 8 months ago
- b09feaa patch 8.2.3986: error messages are spread out by Bram Moolenaar · 3 years, 8 months ago
- ac78dd4 patch 8.2.3985: error messages are spread out by Bram Moolenaar · 3 years, 8 months ago
- 460ae5d patch 8.2.3967: error messages are spread out by Bram Moolenaar · 3 years, 8 months ago
- 436b5ad patch 8.2.3961: error messages are spread out by Bram Moolenaar · 3 years, 8 months ago
- f7f7aaf patch 8.2.3757: an overlong highlight group name is silently truncated by erw7 · 3 years, 9 months ago
- bb277fd patch 8.2.3668: messages may be corrupted by Yegappan Lakshmanan · 3 years, 10 months ago
- e413ea0 patch 8.2.3664: cannot adjust sign highlighting for 'cursorline' by Bram Moolenaar · 3 years, 10 months ago
- 87fd092 patch 8.2.3628: looking terminal colors is a bit slow by Bram Moolenaar · 3 years, 10 months ago
- 2a16dc6 patch 8.2.3605: cannot clear and unlinke a highlight group with hlset() by Yegappan Lakshmanan · 3 years, 10 months ago
- a0fca17 patch 8.2.3590: test for v:colornames sometimes fails by Drew Vogel · 3 years, 10 months ago
- d1a8d65 patch 8.2.3578: manipulating highlighting is complicated by Yegappan Lakshmanan · 3 years, 10 months ago
- 2a52196 patch 8.2.3563: build failure with +eval but without GUI or +termguicolors by Bram Moolenaar · 3 years, 11 months ago
- e30d102 patch 8.2.3562: cannot add color names by Drew Vogel · 3 years, 11 months ago
- 731fba1 patch 8.2.3541: compiler warning for unused variable in tiny version by Bram Moolenaar · 3 years, 11 months ago
- d43d8e2 patch 8.2.3538: else-if indenting is confusing by Yegappan Lakshmanan · 3 years, 11 months ago
- ad6b90c patch 8.2.3536: the do_highlight() function is way too long by Yegappan Lakshmanan · 3 years, 11 months ago
- 7b5f45b patch 8.2.3516: terminal window does not have transparent background by Milly · 3 years, 11 months ago
- eeec254 patch 8.2.2922: computing array length is done in various ways by K.Takata · 4 years, 3 months ago
- 391c362 patch 8.2.1771: synIDattr() cannot get the value of ctermul by Bram Moolenaar · 5 years ago
- e8df010 patch 8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear" by Bram Moolenaar · 5 years ago
- 213da55 patch 8.2.1703: ":highlight clear" does not restore default link by Bram Moolenaar · 5 years ago
- 05eb5b9 patch 8.2.1693: "hi def" does not work for cleared highlight by Bram Moolenaar · 5 years ago
- 06cf97e patch 8.2.1078: highlight and match functionality together in one file by Bram Moolenaar · 5 years ago
- 211dd3f patch 8.2.1056: wrong display when mixing match conceal and syntax conceal 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
- ea563cc patch 8.2.0906: when setting 'termguicolors' SpellBad is no longer red by Bram Moolenaar · 5 years ago
- cc83655 patch 8.2.0891: clang warns for invalid conversion by Bram Moolenaar · 5 years ago
- 1e5f8f6 patch 8.2.0890: no color in terminal window when 'termguicolor' is set by Bram Moolenaar · 5 years ago
- e023e88 patch 8.2.0863: cannot set a separate color for underline/undercurl by Bram Moolenaar · 5 years ago
- ebe9d34 patch 8.2.0855: GUI tests fail because the test doesn't use a modifier by Bram Moolenaar · 5 years ago
- 7e9f351 patch 8.2.0751: Vim9: performance can be improved by Bram Moolenaar · 5 years ago
- e93c968 patch 8.2.0635: when using 256 colors DarkYellow does not show expected color by Bram Moolenaar · 5 years ago
- 1966c24 patch 8.2.0613: Vim9: no check for space before #comment by Bram Moolenaar · 5 years ago
- 2c5ed4e patch 8.2.0612: 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
- e8c4abb patch 8.2.0502: Vim9: some code is not tested by Bram Moolenaar · 5 years ago
- a8bd349 patch 8.2.0434: MS-Windows with VTP: Normal color not working by Bram Moolenaar · 5 years ago
- 219c7d0 patch 8.2.0191: cannot put a terminal in a popup window by Bram Moolenaar · 6 years ago
- 50985eb patch 8.2.0159: non-materialized range() list causes problems by Bram Moolenaar · 6 years ago
- 1a47ae3 patch 8.2.0056: execution stack is incomplete and inefficient by Bram Moolenaar · 6 years ago
- 1500a42 patch 8.2.0037: missing renamed message by Bram Moolenaar · 6 years ago
- 5398955 patch 8.2.0035: saving and restoring called_emsg is clumsy by Bram Moolenaar · 6 years ago
- c95e8d6 patch 8.1.2391: cannot build when __QNXNTO__ is defined by Bram Moolenaar · 6 years ago
- 32aa102 patch 8.1.2243: typos in comments by Bram Moolenaar · 6 years ago
- 459fd78 patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled by Bram Moolenaar · 6 years ago
- 1614a14 patch 8.1.2120: some MB_ macros are more complicated than necessary by Bram Moolenaar · 6 years ago