- f79d9dd patch 8.2.4989: cannot specify a function name for :defcompile by Bram Moolenaar · 3 years, 11 months ago
- b2b3acb patch 8.2.4982: colors in terminal window are not 100% correct by LemonBoy · 3 years, 11 months ago
- 1755a91 patch 8.2.4981: it is not possible to manipulate autocommands by Yegappan Lakshmanan · 3 years, 11 months ago
- bd3a9d2 patch 8.2.4973: Vim9: type error for list unpack mentions argument by Bram Moolenaar · 3 years, 11 months ago
- 7ce5b2b patch 8.2.4969: changing text in Visual mode may cause invalid memory access by Bram Moolenaar · 3 years, 11 months ago
- de5cf28 patch 8.2.4951: smart indenting done when not enabled by Bram Moolenaar · 4 years ago
- d0132f4 patch 8.2.4940: some code is never used by Bram Moolenaar · 4 years ago
- 70c4124 patch 8.2.4934: string interpolation fails when not evaluating by Bram Moolenaar · 4 years ago
- 0abc287 patch 8.2.4930: interpolated string expression requires escaping by Bram Moolenaar · 4 years ago
- cb74789 patch 8.2.4917: fuzzy expansion of option names is not right by Christian Brabandt · 4 years ago
- a7583c4 patch 8.2.4912: using execute() to define a lambda doesn't work by Bram Moolenaar · 4 years ago
- 79d599b patch 8.2.4903: cannot get the current cmdline completion type and position by Shougo Matsushita · 4 years ago
- c27747e patch 8.2.4902: mouse wheel scrolling is inconsistent by LemonBoy · 4 years ago
- 2eaef10 patch 8.2.4883: string interpolation only works in heredoc by LemonBoy · 4 years ago
- 40fd7e6 patch 8.2.4875: MS-Windows: some .exe files are not recognized by LemonBoy · 4 years ago
- e442d59 patch 8.2.4869: expression in command block does not look after NL by Bram Moolenaar · 4 years ago
- 51d04d1 patch 8.2.4861: it is not easy to restore saved mappings by Ernie Rael · 4 years ago
- db08887 patch 8.2.4858: K_SPECIAL may be escaped twice by zeertzjq · 4 years ago
- a96edb7 patch 8.2.4841: empty string considered an error for expand() by Bram Moolenaar · 4 years ago
- dca1d40 patch 8.2.4838: checking for absolute path is not trivial by LemonBoy · 4 years ago
- 0966120 patch 8.2.4825: can only get a list of mappings by Ernie Rael · 4 years ago
- 372bcce patch 8.2.4823: concat more than 2 strings in :def function is inefficient by LemonBoy · 4 years ago
- 659c240 patch 8.2.4820: not simple programmatic way to find a specific mapping by Ernie Rael · 4 years ago
- 1fc6ea9 patch 8.2.4804: expression in heredoc doesn't work for compiled function by Yegappan Lakshmanan · 4 years ago
- 7714231 patch 8.2.4754: using cached values after unsetting some environment variables by LemonBoy · 4 years ago
- 31e5c60 patch 8.2.4753: error from setting an option is silently ignored by Bram Moolenaar · 4 years ago
- eca7c60 patch 8.2.4749: <script> is not expanded in autocmd context by LemonBoy · 4 years ago
- 8944551 patch 8.2.4748: cannot use an imported function in a mapping by Bram Moolenaar · 4 years ago
- d58862d patch 8.2.4739: accessing freed memory after WinScrolled autocmd event by zeertzjq · 4 years ago
- c6e0a5e patch 8.2.4732: duplicate code to free fuzzy matches by Bram Moolenaar · 4 years ago
- 7765f5c patch 8.2.4727: unused code by Dominique Pelle · 4 years ago
- 2bf52dd patch 8.2.4723: the ModeChanged autocmd event is inefficient by LemonBoy · 4 years ago
- 7c7e19c patch 8.2.4716: memory allocation failure not tested when defining a function by Yegappan Lakshmanan · 4 years ago
- 0937182 patch 8.2.4713: plugins cannot track text scrolling by LemonBoy · 4 years ago
- 4829c1c patch 8.2.4683: verbose check with dict_find() to see if a key is present by Yegappan Lakshmanan · 4 years ago
- 7a411a3 patch 8.2.4682: Vim9: can use :unlockvar for const variable by Bram Moolenaar · 4 years ago
- 0b962e5 patch 8.2.4677: the Athena GUI support is outdated by Bram Moolenaar · 4 years ago
- 58f331a patch 8.2.4669: in compiled code len('string') is not inlined by LemonBoy · 4 years ago
- 97f8c10 patch 8.2.4666: Vim9: assignment not recognized in skipped block by Bram Moolenaar · 4 years ago
- 22ebd17 patch 8.2.4662: no error for using out of range list index by Bram Moolenaar · 4 years ago
- a6c18d3 patch 8.2.4657: errors for functions are sometimes hard to read by Bram Moolenaar · 4 years ago
- 4dea2d9 patch 8.2.4653: "import autoload" does not check the file name by Bram Moolenaar · 4 years ago
- c0ceeeb patch 8.2.4650: "import autoload" only works with using 'runtimepath' by Bram Moolenaar · 4 years ago
- 9247a22 patch 8.2.4648: handling LSP messages is a bit slow by Yegappan Lakshmanan · 4 years ago
- 3e559cd patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline' by zeertzjq · 4 years ago
- ec15b1c patch 8.2.4634: Vim9: cannot initialize a variable to null_list by Bram Moolenaar · 4 years ago
- ac48506 patch 8.2.4615: mapping with escaped bar does not work in :def function by Bram Moolenaar · 4 years, 1 month ago
- c20e46a patch 8.2.4614: redrawing too much when 'cursorline' is set by zeertzjq · 4 years, 1 month ago
- a915fa0 patch 8.2.4612: Vim9: cannot use a recursive call in a nested function by Bram Moolenaar · 4 years, 1 month ago
- 6f2465d patch 8.2.4609: :unhide does not check for failing to close a window by Bram Moolenaar · 4 years, 1 month ago
- 35dc176 patch 8.2.4607: sourcing buffer lines may lead to errors for conflicts by Yegappan Lakshmanan · 4 years, 1 month ago
- 85b43c6 patch 8.2.4603: sourcing buffer lines is too complicated by Yegappan Lakshmanan · 4 years, 1 month ago
- 397a87a patch 8.2.4602: Vim9: not enough test coverage for executing :def function by Bram Moolenaar · 4 years, 1 month ago
- 6b8c7ba patch 8.2.4600: Vim9: not enough test coverage for executing :def function by Bram Moolenaar · 4 years, 1 month ago
- 36a5b68 patch 8.2.4594: need to write script to a file to be able to source them by Yegappan Lakshmanan · 4 years, 1 month ago
- e7a74d5 patch 8.2.4591: cursor line not updated when a callback moves the cursor by Bram Moolenaar · 4 years, 1 month ago
- 139575d patch 8.2.4575: Vim9: test for profiling still fails by Bram Moolenaar · 4 years, 1 month ago
- 96923b7 patch 8.2.4573: a nested function is compiled for debugging without context by Bram Moolenaar · 4 years, 1 month ago
- 8acb9cc patch 8.2.4526: Vim9: cannot set variables to a null value by Bram Moolenaar · 4 years, 1 month ago
- 7a22224 patch 8.2.4487: Vim9: cannot compare with v:null by Bram Moolenaar · 4 years, 1 month ago
- 6caeda2 patch 8.2.4479: no fuzzy completieon for maps and abbreviations by Yegappan Lakshmanan · 4 years, 1 month ago
- 38b85cb patch 8.2.4463: completion only uses strict matching by Yegappan Lakshmanan · 4 years, 1 month ago
- 33fc4a6 patch 8.2.4457: the GPM library can only be linked statically by Bram Moolenaar · 4 years, 2 months ago
- 4791fcd patch 8.2.4453: :helpgrep may free an option that was not allocated by Bram Moolenaar · 4 years, 2 months ago
- c2f17f7 patch 8.2.4429: using script-local function from the wrong script by Bram Moolenaar · 4 years, 2 months ago
- 0f6e28f patch 8.2.4428: crash when switching tabpage while in the cmdline window by Bram Moolenaar · 4 years, 2 months ago
- 5921aeb patch 8.2.4418: crash when using special multi-byte character by Bram Moolenaar · 4 years, 2 months ago
- b8fb5bb patch 8.2.4415: function argument name conflicts with C++ keyword by Bram Moolenaar · 4 years, 2 months ago
- b31aec3 patch 8.2.4398: some command completion functions are too long by Yegappan Lakshmanan · 4 years, 2 months ago
- 4b1d963 patch 8.2.4375: ctx_imports is not used by Bram Moolenaar · 4 years, 2 months ago
- a749a42 patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistencies by Bram Moolenaar · 4 years, 2 months ago
- d68b2fc patch 8.2.4354: dynamic loading of libsodium not handled properly by K.Takata · 4 years, 2 months ago
- 8196e94 patch 8.2.4343: when reloading not all properties are detected by Rob Pilling · 4 years, 2 months ago
- 28e8f73 patch 8.2.4335: no autocommand event triggered before changing directory by Bram Moolenaar · 4 years, 2 months ago
- b6a138e patch 8.2.4333: cstack not always passed to where it is needed by Bram Moolenaar · 4 years, 2 months ago
- dce2441 patch 8.2.4332: Vim9: incomplete test for existing script variable in block by Bram Moolenaar · 4 years, 2 months ago
- 3908ef5 patch 8.2.4325: 'wildmenu' only shows few matches by Yegappan Lakshmanan · 4 years, 2 months ago
- 63ff72a patch 8.2.4317: MS-Windows: Vim exits when Python 3 initialisation fails by Bram Moolenaar · 4 years, 2 months ago
- 2626d6a patch 8.2.4310: Vim9: constant list and dict get a declaration type by Bram Moolenaar · 4 years, 2 months ago
- 381692b patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy() by Bram Moolenaar · 4 years, 2 months ago
- a1c5195 patch 8.2.4285: Vim9: type of item in for loop not checked properly by Bram Moolenaar · 4 years, 2 months ago
- 8133018 patch 8.2.4279: Vim9: cannot change item type with map() after range() by Bram Moolenaar · 4 years, 2 months ago
- 9e0208f patch 8.2.4276: separate test function for the GUI scrollbar by Yegappan Lakshmanan · 4 years, 2 months ago
- 424bcae patch 8.2.4273: the EBCDIC support is outdated by Bram Moolenaar · 4 years, 2 months ago
- 672776d patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twice by ichizok · 4 years, 2 months ago
- 848fadd patch 8.2.4260: Vim9: can still use a global function without g: by Bram Moolenaar · 4 years, 2 months ago
- 06011e1 patch 8.2.4259: number of test functions for GUI events is growing by Yegappan Lakshmanan · 4 years, 2 months ago
- 4dc0dd8 patch 8.2.4252: generating the normal command table at runtime is inefficient by Yegappan Lakshmanan · 4 years, 2 months ago
- b0ad2d9 patch 8.2.4228: no tests for clicking in the GUI tabline by Yegappan Lakshmanan · 4 years, 2 months ago
- 06b7722 patch 8.2.4216: Vim9: cannot use a function from an autoload import directly by Bram Moolenaar · 4 years, 2 months ago
- acc4b56 patch 8.2.4202: Vim9: cannot export function that exists globally by Bram Moolenaar · 4 years, 3 months ago
- c351dc1 patch 8.2.4199: MS-Windows: Support for MSVC 2003 is not useful by K.Takata · 4 years, 3 months ago
- 5600a70 patch 8.2.4180: 'balloonexpr' is evaluated in the current script context by Bram Moolenaar · 4 years, 3 months ago
- 9530b58 patch 8.2.4179: 'foldtext' is evaluated in the current script context by Bram Moolenaar · 4 years, 3 months ago
- 0bd663a patch 8.2.4175: MS-Windows: runtime check for multi-line balloon is obsolete by Bram Moolenaar · 4 years, 3 months ago
- e70dd11 patch 8.2.4173: cannot use an import in 'foldexpr' by Bram Moolenaar · 4 years, 3 months ago
- f0e7e63 patch 8.2.4171: cannot invoke option function using autoload import by Bram Moolenaar · 4 years, 3 months ago
- f61c89d patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to fail by Bram Moolenaar · 4 years, 3 months ago
- 937610b patch 8.2.4145: confusing error when using name of import for a function by Bram Moolenaar · 4 years, 3 months ago
- 1a8825d patch 8.2.4144: cannot load libsodium dynamically by K.Takata · 4 years, 3 months ago