summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4665: popup with "minwidth" and scrollbar not updated properlyv8.2.4665Bram Moolenaar2022-04-0212-41/+145
* patch 8.2.4664: Elvish files are not recognizedv8.2.4664Bruno Roque2022-04-023-0/+6
* patch 8.2.4663: occasional crash when running the GUI testsv8.2.4663Bram Moolenaar2022-04-012-8/+13
* patch 8.2.4662: no error for using out of range list indexv8.2.4662Bram Moolenaar2022-04-018-11/+26
* patch 8.2.4661: Coverity warning for using uninitialized variablev8.2.4661Bram Moolenaar2022-04-012-1/+3
* patch 8.2.4660: cursorcolumn is sometimes not correctv8.2.4660Bram Moolenaar2022-04-015-5/+48
* patch 8.2.4659: invalid memory access when using printable function namev8.2.4659Bram Moolenaar2022-03-312-1/+3
* patch 8.2.4658: org-mode files are not recognizedv8.2.4658ranjithshegde2022-03-313-1/+7
* patch 8.2.4657: errors for functions are sometimes hard to readv8.2.4657Bram Moolenaar2022-03-319-36/+68
* patch 8.2.4656: Vim9: can't use item from "import autoload" with autoload dirv8.2.4656Bram Moolenaar2022-03-316-25/+64
* patch 8.2.4655: cmdline completion popup menu positioned wrongv8.2.4655Yegappan Lakshmanan2022-03-315-27/+76
* patch 8.2.4654: missing changes for import checkv8.2.4654Bram Moolenaar2022-03-312-1/+10
* patch 8.2.4653: "import autoload" does not check the file namev8.2.4653Bram Moolenaar2022-03-318-23/+35
* patch 8.2.4652: leaking memory if assignment failsv8.2.4652Bram Moolenaar2022-03-312-0/+4
* patch 8.2.4651: test fails because path differsv8.2.4651Bram Moolenaar2022-03-302-1/+3
* patch 8.2.4650: "import autoload" only works with using 'runtimepath'v8.2.4650Bram Moolenaar2022-03-3015-82/+442
* patch 8.2.4649: various formatting problemsv8.2.4649Bram Moolenaar2022-03-309-32/+33
* Update runtime filesBram Moolenaar2022-03-3022-176/+261
* patch 8.2.4648: handling LSP messages is a bit slowv8.2.4648Yegappan Lakshmanan2022-03-309-49/+884
* patch 8.2.4647: "source" can read past end of copied linev8.2.4647Bram Moolenaar2022-03-293-0/+14
* patch 8.2.4646: using buffer line after it has been freedv8.2.4646Bram Moolenaar2022-03-293-0/+18
* patch 8.2.4645: 'shortmess' changed when session does not store optionsv8.2.4645James Cherti2022-03-293-3/+66
* patch 8.2.4644: redrawing too often when 'relativenumber' is setv8.2.4644Lewis Russell2022-03-294-4/+10
* patch 8.2.4643: Vim9: variable may be locked unintentionallyv8.2.4643Bram Moolenaar2022-03-283-0/+10
* patch 8.2.4642: Vim9: in :def function script var cannot be nullv8.2.4642Bram Moolenaar2022-03-288-7/+119
* patch 8.2.4641: may mark the wrong window for redrawingv8.2.4641Bram Moolenaar2022-03-282-2/+4
* patch 8.2.4640: some boolean options use "long" instead of "int"v8.2.4640James McCoy2022-03-282-3/+5
* patch 8.2.4639: not sufficient parenthesis in preprocessor macroskylo2522022-03-2711-57/+59
* patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline'v8.2.4639v8.2.4638zeertzjq2022-03-2711-41/+94
* patch 8.2.4637: warning for using uninitialized variablev8.2.4637Bram Moolenaar2022-03-272-1/+3
* patch 8.2.4636: not using Visual rangev8.2.4636Bram Moolenaar2022-03-272-9/+17
* patch 8.2.4635: tests using null list or dict failv8.2.4635Bram Moolenaar2022-03-272-2/+6
* patch 8.2.4634: Vim9: cannot initialize a variable to null_listv8.2.4634Bram Moolenaar2022-03-2712-84/+179
* patch 8.2.4633: Visual range does not work before command modifiersv8.2.4633Bram Moolenaar2022-03-273-4/+35
* patch 8.2.4632: using freed memory in flatten()v8.2.4632Bram Moolenaar2022-03-262-1/+3
* patch 8.2.4631: crash when switching window in BufWipeout autocommandv8.2.4631Bram Moolenaar2022-03-264-35/+68
* patch 8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline"v8.2.4630Bram Moolenaar2022-03-266-0/+47
* patch 8.2.4629: flattennew() makes a deep copy unnecessarilyv8.2.4629Bram Moolenaar2022-03-262-4/+4
* patch 8.2.4628: not enough testing for 2/3 letter substitute commandsv8.2.4628Yegappan Lakshmanan2022-03-253-1/+298
* patch 8.2.4627: flatten() does not use maxdepth correctlyv8.2.4627Bram Moolenaar2022-03-253-24/+39
* patch 8.2.4626: Visual area not updated when removing sign in Visual modev8.2.4626Bram Moolenaar2022-03-254-1/+32
* patch 8.2.4625: old Coverity warning for resource leakv8.2.4625Bram Moolenaar2022-03-252-3/+8
* patch 8.2.4624: old Coverity warning for resource leakv8.2.4624Bram Moolenaar2022-03-252-0/+6
* patch 8.2.4623: Coverity warns for using uninitialized fieldv8.2.4623Bram Moolenaar2022-03-252-0/+3
* patch 8.2.4622: Vim9: crash with :execute and :finishv8.2.4622Bram Moolenaar2022-03-253-1/+25
* patch 8.2.4621: crash when using the tabline right-click menuv8.2.4621Bram Moolenaar2022-03-242-6/+8
* patch 8.2.4620: two letter substitute commands don't workv8.2.4620Bram Moolenaar2022-03-242-1/+3
* patch 8.2.4619: mapping is cancelled when mouse moves and popup is visiblev8.2.4619Bram Moolenaar2022-03-244-2/+32
* patch 8.2.4618: cmdline completion does not recognize single letter commandsv8.2.4618Bram Moolenaar2022-03-242-25/+42
* patch 8.2.4617: no completion for :scriptnamesv8.2.4617Yegappan Lakshmanan2022-03-249-20/+139