summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1792: Configure does not recognize Racket 6.1+v8.2.1792Bram Moolenaar2020-10-033-0/+8
* patch 8.2.1791: Vim9: debugger test failsv8.2.1791Bram Moolenaar2020-10-032-1/+3
* patch 8.2.1790: MS-Windows with Python: crash when executed from Vifmv8.2.1790Bram Moolenaar2020-10-032-4/+6
* patch 8.2.1789: Vim9: crash with invalid list constantv8.2.1789Bram Moolenaar2020-10-034-1/+18
* patch 8.2.1788: Vim9: still allows :let for declarationsv8.2.1788Bram Moolenaar2020-10-033-5/+7
* patch 8.2.1787: crash with 'incsearch' and very long linev8.2.1787Bram Moolenaar2020-10-023-1/+31
* patch 8.2.1786: various Normal mode commands not fully testedv8.2.1786Bram Moolenaar2020-10-027-30/+208
* patch 8.2.1785: compiler warning for strcp() out of boundsv8.2.1785Bram Moolenaar2020-10-022-2/+5
* patch 8.2.1784: commits are not scanned for security problemsv8.2.1784Bram Moolenaar2020-10-022-0/+73
* patch 8.2.1783: try-catch test failsv8.2.1783Bram Moolenaar2020-10-015-4/+16
* patch 8.2.1782: Vim9: cannot pass boolean to mapset()v8.2.1782Bram Moolenaar2020-10-013-1/+11
* patch 8.2.1781: writing to prompt buffer interferes with insert modev8.2.1781Bram Moolenaar2020-10-013-1/+36
* patch 8.2.1780: statusline not updated when splitting windowsv8.2.1780Bram Moolenaar2020-10-013-5/+22
* patch 8.2.1779: some debian changelog files are not recognizedv8.2.1779Bram Moolenaar2020-10-013-1/+4
* patch 8.2.1778: Vim9: returning from a partial call clears outer contextv8.2.1778Bram Moolenaar2020-10-014-6/+31
* patch 8.2.1777: Vim9: some assignment tests in the wrong filev8.2.1777Bram Moolenaar2020-09-303-194/+197
* patch 8.2.1776: filetype.vim may be loaded twicev8.2.1776Bram Moolenaar2020-09-302-11/+13
* patch 8.2.1775: MS-Windows: adding a long quickfix list is slowv8.2.1775Bram Moolenaar2020-09-293-4/+24
* patch 8.2.1774: GTK: hang when forced to exitv8.2.1774Bram Moolenaar2020-09-292-2/+7
* patch 8.2.1773: crash when calling mapset() with a list as first argumentv8.2.1773Bram Moolenaar2020-09-293-0/+6
* patch 8.2.1772: cannot use CTRL-W <Down> to move out of a terminal windowv8.2.1772Bram Moolenaar2020-09-293-2/+22
* patch 8.2.1771: synIDattr() cannot get the value of ctermulv8.2.1771Bram Moolenaar2020-09-295-3/+15
* patch 8.2.1770: invalid memory use when using SpellFileMissing autocmdv8.2.1770Bram Moolenaar2020-09-283-1/+26
* patch 8.2.1769: popup filter interferes with using :normal to move the cursorv8.2.1769Bram Moolenaar2020-09-289-31/+27
* Update runtime files.Bram Moolenaar2020-09-2816-73/+218
* patch 8.2.1768: cannot use the help menu from a terminal windowv8.2.1768Bram Moolenaar2020-09-283-1/+21
* patch 8.2.1767: Vim9: test fails with python supportv8.2.1767Bram Moolenaar2020-09-272-1/+3
* patch 8.2.1766: Vim9: Some tests are still using :letv8.2.1766Bram Moolenaar2020-09-2711-187/+177
* patch 8.2.1765: Vim9: some tests use "var var"v8.2.1765Bram Moolenaar2020-09-273-74/+76
* patch 8.2.1764: Vim9: no error when assigning to script var with wrong typev8.2.1764Bram Moolenaar2020-09-273-1/+13
* patch 8.2.1763: Vim9: cannot use "true" for popup window scrollbar optionv8.2.1763Bram Moolenaar2020-09-273-15/+21
* patch 8.2.1762: when a timer uses :stopinsert completion isn't stoppedv8.2.1762Bram Moolenaar2020-09-274-0/+39
* patch 8.2.1761: Vim9: Some tests are still using :letv8.2.1761Bram Moolenaar2020-09-274-198/+209
* patch 8.2.1760: Vim9: crash when end marker is missingv8.2.1760Bram Moolenaar2020-09-273-1/+19
* patch 8.2.1759: Vim9: Some tests are still using :letv8.2.1759Bram Moolenaar2020-09-272-371/+375
* patch 8.2.1758: Vim9: type of unmaterialized list is wrongv8.2.1758Bram Moolenaar2020-09-273-5/+13
* patch 8.2.1757: Mac: default locale is lacking the encodingv8.2.1757Bram Moolenaar2020-09-273-2/+30
* patch 8.2.1756: Vim9: :let will soon be disallowedv8.2.1756Bram Moolenaar2020-09-277-213/+240
* patch 8.2.1755: Vim9: crash when using invalid heredoc markerv8.2.1755Bram Moolenaar2020-09-274-2/+17
* patch 8.2.1754: completion with spell checking not testedv8.2.1754Bram Moolenaar2020-09-272-0/+39
* patch 8.2.1753: Vim9: crash when using import at script levelv8.2.1753Bram Moolenaar2020-09-272-0/+7
* patch 8.2.1752: GTK GUI: cannot map alt-? with <A-?>v8.2.1752Bram Moolenaar2020-09-275-6/+22
* patch 8.2.1751: using 2 where bool is expected may throw an errorv8.2.1751Bram Moolenaar2020-09-265-5/+10
* patch 8.2.1750: popup_setoptions() setting firstline fails if cursorline setv8.2.1750Bram Moolenaar2020-09-268-24/+102
* patch 8.2.1749: Vim9: crash when closure fails in nested functionv8.2.1749Bram Moolenaar2020-09-263-6/+25
* patch 8.2.1748: closing split window in other tab may cause a crashv8.2.1748Bram Moolenaar2020-09-263-5/+24
* patch 8.2.1747: result of expand() unexpectedly depends on 'completeslash'v8.2.1747Bram Moolenaar2020-09-263-2/+26
* patch 8.2.1746: Vim9: cannot use "fina" for "finally"v8.2.1746Bram Moolenaar2020-09-264-5/+12
* patch 8.2.1745: tiny version doesn't buildv8.2.1745Bram Moolenaar2020-09-262-0/+3
* patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar2020-09-2616-385/+515