- 529b9ad patch 9.1.0469: Cannot have buffer-local value for 'completeopt' by zeertzjq · 1 year, 2 months ago
- a218cc6 patch 9.1.0463: no fuzzy-matching support for insert-completion by glepnir · 1 year, 2 months ago
- 5bf6c21 patch 9.1.0231: Filetype may be undetected when SwapExists sets ft in other buf by zeertzjq · 1 year, 4 months ago
- c27fcf4 patch 9.1.0146: v:echospace wrong with invalid value of 'showcmdloc' by zeertzjq · 1 year, 5 months ago
- 062141b patch 9.1.0145: v:echospace not correct when 'showcmdloc' != last by Sam-programs · 1 year, 5 months ago
- 2f02638 patch 9.1.0139: MS-Windows: ligatures map cleared on startup by Erik S. V. Jansson · 1 year, 5 months ago
- 8b1e749 patch 9.1.0133: MS-Windows: ligatures not rendering correctly by Erik S. V. Jansson · 1 year, 6 months ago
- fcaed6a patch 9.1.0114: Setting some options may change curswant by zeertzjq · 1 year, 6 months ago
- eac3fdc patch 9.1.0074: did_set_breakat() should be in optionstr.c by zeertzjq · 1 year, 6 months ago
- 6a8d2e1 patch 9.1.0039: too vague errors for 'listchars'/'fillchars' by zeertzjq · 1 year, 7 months ago
- 83ad272 patch 9.1.0004: reloading colorscheme when not changing 'background' by Gregory Anders · 1 year, 7 months ago
- 18d0d29 patch 9.0.2175: Compile error with Motif UI + mouse support by Ken Takata · 1 year, 8 months ago
- 1c8e233 patch 9.0.2153: no support to build on OpenVMS by Zoltan Arpadffy · 1 year, 8 months ago
- 620f011 patch 9.0.2150: Using int for errbuflen in option funcs by Mike Williams · 1 year, 8 months ago
- b39b240 patch 9.0.2142: [security]: stack-buffer-overflow in option callback functions by Christian Brabandt · 1 year, 8 months ago
- 209ec90 patch 9.0.2037: A few remaining cmdline completion issues with C-E/Y by Yee Cheng Chin · 1 year, 10 months ago
- 989426b patch 9.0.2025: no cmdline completion for ++opt args by Yee Cheng Chin · 1 year, 10 months ago
- 9960ebc patch 9.0.1993: warning about unused function definition by Christian Brabandt · 1 year, 10 months ago
- 290b887 patch 9.0.1991: no cmdline completion for setting the font by Yee Cheng Chin · 1 year, 10 months ago
- 3f168ec patch 9.0.1976: style: space before tab in optionstr.c by Christian Brabandt · 1 year, 10 months ago
- 6d11347 patch 9.0.1973: Clean up cmdline option completion code by Yee Cheng Chin · 1 year, 10 months ago
- 6ee7b52 patch 9.0.1968: cmdline completion should consider key option by Yee Cheng Chin · 1 year, 10 months ago
- f7f746b patch 9.0.1960: Make CI checks more strict by Yee Cheng Chin · 1 year, 10 months ago
- 900894b patch 9.0.1958: cannot complete option values by Yee Cheng Chin · 1 year, 10 months ago
- 3695d0e patch 9.0.1957: termcap options should change when setting keyprotocol by Gregory Anders · 1 year, 10 months ago
- 1926ae4 patch 9.0.1924: LSP server message still wrongly handled (after 9.0.1922) by Yegappan Lakshmanan · 1 year, 11 months ago
- 8701825 patch 9.0.1921: not possible to use the jumplist like a stack by Yegappan Lakshmanan · 1 year, 11 months ago
- 7e0bae0 patch 9.0.1687: mapset() not properly handling script ID by zeertzjq · 2 years ago
- 19e6c4f patch 9.0.1669: Crash syncing swapfile in new buffer when using sodium crypt by Christian Brabandt · 2 years, 1 month ago
- 68ebcee patch 9.0.1594: some internal error messages are translated by RestorerZ · 2 years, 2 months ago
- f9dc278 patch 9.0.1540: reverse() on string doesn't work in compiled function by Yegappan Lakshmanan · 2 years, 3 months ago
- aae5834 patch 9.0.1481: decrypting with libsodium may fail if the library changes by Christian Brabandt · 2 years, 4 months ago
- e764d1b patch 9.0.1403: unused variables and functions by Dominique Pelle · 2 years, 5 months ago
- 960dcbd patch 9.0.1391: "clear" macros are not always used by Yegappan Lakshmanan · 2 years, 5 months ago
- 5284b23 patch 9.0.1379: functions for handling options are not ordered by Yegappan Lakshmanan · 2 years, 5 months ago
- c727b19 patch 9.0.1374: function for setting options not used consistently by Yegappan Lakshmanan · 2 years, 5 months ago
- c6ff21e patch 9.0.1369: still some "else if" constructs for setting options by Yegappan Lakshmanan · 2 years, 5 months ago
- ad60898 patch 9.0.1366: functions for setting options are in random order by Yegappan Lakshmanan · 2 years, 5 months ago
- 5da901b patch 9.0.1359: too many "else if" statements in handling options by Yegappan Lakshmanan · 2 years, 5 months ago
- 6d611de patch 9.0.1353: too many "else if" statements to handle option values by Yegappan Lakshmanan · 2 years, 5 months ago
- 8ad862a patch 9.0.1345: too many "else if" statements for handling options by Yegappan Lakshmanan · 2 years, 6 months ago
- a23a11b patch 9.0.1336: functions without arguments are not always declared properly by Yegappan Lakshmanan · 2 years, 6 months ago
- af93691 patch 9.0.1330: handling new value of an option has a long "else if" chain by Yegappan Lakshmanan · 2 years, 6 months ago
- ce3189d patch 9.0.1313: some settings use the current codepage instead of 'encoding' by K.Takata · 2 years, 6 months ago
- 32ff96e patch 9.0.1307: setting 'formatoptions' with :let doesn't check for errors by Yegappan Lakshmanan · 2 years, 6 months ago
- 3ec78f9 patch 9.0.1300: 'statusline' only supports one "%=" item by Yegappan Lakshmanan · 2 years, 6 months ago
- 78012f5 patch 9.0.1275: the code for setting options is too complicated by Yegappan Lakshmanan · 2 years, 6 months ago
- d6e4c75 patch 9.0.1267: the did_set_string_option function is too long by Yegappan Lakshmanan · 2 years, 6 months ago
- eb45ad2 patch 9.0.1264: Motif: compiler warning for unused argument by Bram Moolenaar · 2 years, 6 months ago
- f2e30d0 patch 9.0.1262: the did_set_string_option function is too long by Yegappan Lakshmanan · 2 years, 6 months ago
- 8fe5b9c patch 9.0.1255: changing 'virtualedit' does not have immediate effect by Bram Moolenaar · 2 years, 6 months ago
- 01d4efe patch 9.0.1243: :setglobal cannot use script-local function for "expr" option by zeertzjq · 2 years, 7 months ago
- a41e221 patch 9.0.1208: code is indented more than necessary by Yegappan Lakshmanan · 2 years, 7 months ago
- 9aee8ec patch 9.0.1064: code for making 'shortmess' temporarily empty is repeated by Christian Brabandt · 2 years, 8 months ago
- ba936f6 patch 9.0.1061: cannot display 'showcmd' somewhere else by Luuk van Baal · 2 years, 8 months ago
- 269aa2b patch 9.0.0963: function name does not match autocmd event name by zeertzjq · 2 years, 8 months ago
- 63a2e36 patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebug by Bram Moolenaar · 2 years, 9 months ago
- 49846fb patch 9.0.0761: cannot use 'indentexpr' for Lisp indenting by Bram Moolenaar · 2 years, 10 months ago
- 7904fa4 patch 9.0.0657: too many #ifdefs by Martin Tournoij · 2 years, 10 months ago
- 13ece2a patch 9.0.0647: the 'splitscroll' option is not a good name by Luuk van Baal · 2 years, 10 months ago
- f80f40a patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version by Bram Moolenaar · 3 years ago
- 8877487 patch 9.0.0222: no good reason why text objects are only in larger builds by Bram Moolenaar · 3 years ago
- a4d158b patch 9.0.0206: redraw flags are not named specifically by Bram Moolenaar · 3 years ago
- 8ca29b6 patch 9.0.0176: checking character options is duplicated and incomplete by zeertzjq · 3 years ago
- f678273 patch 9.0.0096: flag "new_value_alloced" is always true by zeertzjq · 3 years ago
- b67f0c8 patch 9.0.0040: use of set_chars_option() is confusing by Bram Moolenaar · 3 years, 1 month ago
- 5ed26fa patch 9.0.0038: 'listchars' test fails by Bram Moolenaar · 3 years, 1 month ago
- 96ba25a patch 9.0.0036: 'fillchars' cannot have window-local values by Bram Moolenaar · 3 years, 1 month ago
- 1d97db3 patch 8.2.5056: the channel log only contains some of the raw terminal output by Bram Moolenaar · 3 years, 2 months ago
- 8e145b8 patch 8.2.4993: smart/C/lisp indenting is optional by Bram Moolenaar · 3 years, 3 months ago
- 39c46b4 patch 8.2.4943: changing 'switchbuf' may have no effect by Sean Dewar · 3 years, 3 months ago
- 7714231 patch 8.2.4754: using cached values after unsetting some environment variables by LemonBoy · 3 years, 4 months ago
- 31e5c60 patch 8.2.4753: error from setting an option is silently ignored by Bram Moolenaar · 3 years, 4 months ago
- 5dc294a patch 8.2.4752: wrong 'statusline' value can cause illegal memory access by zeertzjq · 3 years, 4 months ago
- b836658 patch 8.2.4750: small pieces of dead code by =?UTF-8?q?Dundar=20G=C3=B6c?= · 3 years, 4 months ago
- 77771d3 patch 8.2.4744: a terminal window can't use the bell by LemonBoy · 3 years, 4 months ago
- 3506cf3 patch 8.2.4702: C++ scope labels are hard-coded by Tom Praschan · 3 years, 4 months ago
- 0256042 patch 8.2.4694: avoidance of #elif causes more preproc nesting by ichizok · 3 years, 4 months ago
- 38b85cb patch 8.2.4463: completion only uses strict matching by Yegappan Lakshmanan · 3 years, 6 months ago
- 3908ef5 patch 8.2.4325: 'wildmenu' only shows few matches by Yegappan Lakshmanan · 3 years, 6 months ago
- 420fabc patch 8.2.4241: some type casts are redundant by =?UTF-8?q?Dundar=20G=C3=B6c?= · 3 years, 6 months ago
- f4e88f2 patch 8.2.4193: cannot use an import in 'charconvert' by Bram Moolenaar · 3 years, 7 months ago
- 748b308 patch 8.2.4038: various code not used when features are disabled by Dominique Pelle · 3 years, 7 months ago
- b2d85e3 patch 8.2.4029: debugging NFA regexp my crash, cached indent may be wrong 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
- d88be5b patch 8.2.4003: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
- 1d423ef patch 8.2.3987: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
- 74409f6 patch 8.2.3970: 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
- 27708e6 patch 8.2.3908: cannot use a script-local function for 'foldtext' by Yegappan Lakshmanan · 3 years, 8 months ago
- 8bb65f2 patch 8.2.3900: it is not easy to use a script-local function for an option by Yegappan Lakshmanan · 3 years, 8 months ago
- 7645da5 patch 8.2.3735: cannot use a lambda for 'imactivatefunc' by Yegappan Lakshmanan · 3 years, 8 months ago
- 8658c75 patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc' by Yegappan Lakshmanan · 3 years, 8 months ago
- 651fca8 patch 8.2.3699: the +title feature adds a lot of #ifdef but little code by Bram Moolenaar · 3 years, 8 months ago
- 19916a8 patch 8.2.3665: cannot use a lambda for 'tagfunc' by Yegappan Lakshmanan · 3 years, 9 months ago
- 87fd092 patch 8.2.3628: looking terminal colors is a bit slow by Bram Moolenaar · 3 years, 9 months ago
- 777175b patch 8.2.3619: cannot use a lambda for 'operatorfunc' by Yegappan Lakshmanan · 3 years, 9 months ago
- 606efc7 patch 8.2.3588: break statement is never reached by Bram Moolenaar · 3 years, 9 months ago
- 94358a1 patch 8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalid by zeertzjq · 3 years, 10 months ago