summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1814: missing change to remove "static"v8.2.1814Bram Moolenaar2020-10-082-1/+3
* patch 8.2.1813: Vim9: can assign wrong type to script dictv8.2.1813Bram Moolenaar2020-10-087-23/+75
* patch 8.2.1812: Vim9: nested closure throws an internal errorv8.2.1812Bram Moolenaar2020-10-073-2/+20
* patch 8.2.1811: mapping Ctrl-key does not work for '{', '}' and '|'v8.2.1811Bram Moolenaar2020-10-074-3/+36
* patch 8.2.1810: some code in normal.c not covered by testsv8.2.1810Bram Moolenaar2020-10-073-2/+99
* patch 8.2.1809: mapping some keys with Ctrl does not work properlyv8.2.1809Bram Moolenaar2020-10-077-10/+56
* patch 8.2.1808: no test coverage for ":spelldump!"v8.2.1808Bram Moolenaar2020-10-072-0/+40
* patch 8.2.1807: can use :help in a terminal popup windowv8.2.1807Bram Moolenaar2020-10-063-0/+11
* patch 8.2.1806: MS-Windows with Python: Vim freezes after import commandv8.2.1806Bram Moolenaar2020-10-062-6/+11
* patch 8.2.1805: Unix: terminal mode changed when using ":shell"v8.2.1805Bram Moolenaar2020-10-052-4/+10
* patch 8.2.1804: resolve('/') returns an empty stringv8.2.1804Bram Moolenaar2020-10-053-1/+5
* patch 8.2.1803: a few failures are not testedv8.2.1803Bram Moolenaar2020-10-055-2/+15
* patch 8.2.1802: Vim9: crash with unterminated dictv8.2.1802Bram Moolenaar2020-10-053-0/+7
* patch 8.2.1801: undo file not found when using ":args" or ":next"v8.2.1801Bram Moolenaar2020-10-043-2/+27
* patch 8.2.1800: Vim9: memory leak if "if" condition is invalidv8.2.1800Bram Moolenaar2020-10-042-1/+3
* patch 8.2.1799: some Normal mode commands not fully testedv8.2.1799Bram Moolenaar2020-10-048-24/+122
* patch 8.2.1798: Vim9: trinary operator condition is too permissivev8.2.1798Bram Moolenaar2020-10-0410-37/+216
* patch 8.2.1797: Vim9: some parts of the code not testedv8.2.1797Bram Moolenaar2020-10-042-0/+23
* patch 8.2.1796: Vim9: invalid memory access with weird function namev8.2.1796Bram Moolenaar2020-10-043-1/+36
* patch 8.2.1795: Vim9: operators && and || have a confusing resultv8.2.1795Bram Moolenaar2020-10-0312-217/+255
* patch 8.2.1794: no falsy Coalescing operatorv8.2.1794Bram Moolenaar2020-10-038-97/+257
* patch 8.2.1793: not consistently giving the "is a directory" warningv8.2.1793Bram Moolenaar2020-10-033-10/+45
* 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