summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-03-27patch 8.2.4635: tests using null list or dict failv8.2.4635Bram Moolenaar
2022-03-27patch 8.2.4634: Vim9: cannot initialize a variable to null_listv8.2.4634Bram Moolenaar
2022-03-27patch 8.2.4633: Visual range does not work before command modifiersv8.2.4633Bram Moolenaar
2022-03-26patch 8.2.4632: using freed memory in flatten()v8.2.4632Bram Moolenaar
2022-03-26patch 8.2.4631: crash when switching window in BufWipeout autocommandv8.2.4631Bram Moolenaar
2022-03-26patch 8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline"v8.2.4630Bram Moolenaar
2022-03-26patch 8.2.4629: flattennew() makes a deep copy unnecessarilyv8.2.4629Bram Moolenaar
2022-03-25patch 8.2.4628: not enough testing for 2/3 letter substitute commandsv8.2.4628Yegappan Lakshmanan
2022-03-25patch 8.2.4627: flatten() does not use maxdepth correctlyv8.2.4627Bram Moolenaar
2022-03-25patch 8.2.4626: Visual area not updated when removing sign in Visual modev8.2.4626Bram Moolenaar
2022-03-25patch 8.2.4625: old Coverity warning for resource leakv8.2.4625Bram Moolenaar
2022-03-25patch 8.2.4624: old Coverity warning for resource leakv8.2.4624Bram Moolenaar
2022-03-25patch 8.2.4623: Coverity warns for using uninitialized fieldv8.2.4623Bram Moolenaar
2022-03-25patch 8.2.4622: Vim9: crash with :execute and :finishv8.2.4622Bram Moolenaar
2022-03-24patch 8.2.4621: crash when using the tabline right-click menuv8.2.4621Bram Moolenaar
2022-03-24patch 8.2.4620: two letter substitute commands don't workv8.2.4620Bram Moolenaar
2022-03-24patch 8.2.4619: mapping is cancelled when mouse moves and popup is visiblev8.2.4619Bram Moolenaar
2022-03-24patch 8.2.4618: cmdline completion does not recognize single letter commandsv8.2.4618Bram Moolenaar
2022-03-24patch 8.2.4617: no completion for :scriptnamesv8.2.4617Yegappan Lakshmanan
2022-03-23patch 8.2.4616: Vim9: Declarations in a {} block of a user command remainv8.2.4616Bram Moolenaar
2022-03-23patch 8.2.4615: mapping with escaped bar does not work in :def functionv8.2.4615Bram Moolenaar
2022-03-23patch 8.2.4614: redrawing too much when 'cursorline' is setv8.2.4614zeertzjq
2022-03-23patch 8.2.4613: return type of swapfile_unchanged() is wrongv8.2.4613zeertzjq
2022-03-23patch 8.2.4612: Vim9: cannot use a recursive call in a nested functionv8.2.4612Bram Moolenaar
2022-03-22patch 8.2.4611: typos in tests; one lua line not covered by testv8.2.4611Dominique Pelle
2022-03-22patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar
2022-03-22patch 8.2.4609: :unhide does not check for failing to close a windowv8.2.4609Bram Moolenaar
2022-03-22patch 8.2.4608: getcompletion() does not work when 'wildoptions' has "fuzzy"v8.2.4608Yegappan Lakshmanan
2022-03-22patch 8.2.4607: sourcing buffer lines may lead to errors for conflictsv8.2.4607Yegappan Lakshmanan
2022-03-21patch 8.2.4606: test fails because of changed error messagev8.2.4606Bram Moolenaar
2022-03-21patch 8.2.4604: error for redefining a script item may be confusingv8.2.4604Bram Moolenaar
2022-03-21patch 8.2.4603: sourcing buffer lines is too complicatedv8.2.4603Yegappan Lakshmanan
2022-03-20patch 8.2.4602: Vim9: not enough test coverage for executing :def functionv8.2.4602Bram Moolenaar
2022-03-20patch 8.2.4601: Vim9: not enough test coverage for executing :def functionv8.2.4601Bram Moolenaar
2022-03-20patch 8.2.4600: Vim9: not enough test coverage for executing :def functionv8.2.4600Bram Moolenaar
2022-03-20patch 8.2.4599: GTK: get assertion errors when scrolling a split windowv8.2.4599Bram Moolenaar
2022-03-20patch 8.2.4598: profile completion test sometimes failsv8.2.4598Bram Moolenaar
2022-03-20patch 8.2.4597: LuaV_debug() not covered by testsv8.2.4597Dominique Pelle
2022-03-20patch 8.2.4596: installing tutor binary may failv8.2.4596Sergei Trofimovich
2022-03-20patch 8.2.4595: X11: using --remote-wait may keep the CPU busyv8.2.4595jsecchiero
2022-03-19Update runtime filesBram Moolenaar
2022-03-19patch 8.2.4594: need to write script to a file to be able to source themv8.2.4594Yegappan Lakshmanan
2022-03-19patch 8.2.4593: unnecessary call to redraw_later()v8.2.4593zeertzjq
2022-03-19patch 8.2.4592: search continues after giving E1204v8.2.4592Bram Moolenaar
2022-03-19patch 8.2.4591: cursor line not updated when a callback moves the cursorv8.2.4591Bram Moolenaar
2022-03-18patch 8.2.4590: Vim9: range type check has wrong offsetv8.2.4590Bram Moolenaar
2022-03-18patch 8.2.4589: cannot index the g: dictionaryv8.2.4589Bram Moolenaar
2022-03-18patch 8.2.4588: mapping with key after other matching mapping does not workv8.2.4588Bram Moolenaar
2022-03-18patch 8.2.4587: Vim9: double free after unpacking a listv8.2.4587Bram Moolenaar
2022-03-17patch 8.2.4586: Vim9: no error for using lower case name for "func" argumentv8.2.4586Bram Moolenaar