log src/version.c @ 22693:6fe386286ea8 v8.2.1895

age author description
Fri, 23 Oct 2020 19:00:03 +0200 Bram Moolenaar patch 8.2.1895: Vim9: silent command modifier test fails v8.2.1895
Fri, 23 Oct 2020 18:15:03 +0200 Bram Moolenaar patch 8.2.1894: Vim9: command modifiers are not supported v8.2.1894
Fri, 23 Oct 2020 17:00:04 +0200 Bram Moolenaar patch 8.2.1893: fuzzy matching does not support multiple words v8.2.1893
Fri, 23 Oct 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.1892: valgrind warns for using uninitialized access in tests v8.2.1892
Thu, 22 Oct 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1891: Vim9: skipping over expression doesn't handle line breaks v8.2.1891
Thu, 22 Oct 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.1890: Vim9: strange error for subtracting from a list v8.2.1890
Thu, 22 Oct 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.1889: Vim9: errornous error for missing white space after {} v8.2.1889
Thu, 22 Oct 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.1888: Vim9: getbufline(-1, 1, '$') gives an error v8.2.1888
Thu, 22 Oct 2020 17:45:05 +0200 Bram Moolenaar patch 8.2.1887: Github actions not optimally configured v8.2.1887
Thu, 22 Oct 2020 14:00:04 +0200 Bram Moolenaar patch 8.2.1886: using ":silent!" in a popup filter has unexpected effect v8.2.1886
Thu, 22 Oct 2020 12:45:05 +0200 Bram Moolenaar patch 8.2.1885: filetype tests unnessarily creates swap files v8.2.1885
Thu, 22 Oct 2020 12:45:04 +0200 Bram Moolenaar patch 8.2.1884: compiler warning for uninitialized variable v8.2.1884
Wed, 21 Oct 2020 21:15:03 +0200 Bram Moolenaar patch 8.2.1883: compiler warnings when using Python v8.2.1883
Wed, 21 Oct 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.1882: Vim9: v:disallow_let is no longer needed v8.2.1882
Wed, 21 Oct 2020 17:30:04 +0200 Bram Moolenaar patch 8.2.1881: cannot build with GTK3 v8.2.1881
Wed, 21 Oct 2020 17:00:03 +0200 Bram Moolenaar patch 8.2.1880: Vim9: asan complains about adding zero to NULL v8.2.1880
Wed, 21 Oct 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1879: Vim9: argument types of insert() not checked when compiling v8.2.1879
Wed, 21 Oct 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.1878: GTK: error for redefining function v8.2.1878
Wed, 21 Oct 2020 15:00:05 +0200 Bram Moolenaar patch 8.2.1877: test for function list fails v8.2.1877
Wed, 21 Oct 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.1876: Vim9: argument types are not checked at compile time v8.2.1876
Wed, 21 Oct 2020 12:45:04 +0200 Bram Moolenaar patch 8.2.1875: warning when building GTK gui v8.2.1875
Wed, 21 Oct 2020 12:30:06 +0200 Bram Moolenaar patch 8.2.1874: can't do something just before leaving Insert mode v8.2.1874
Tue, 20 Oct 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1873: Vim9: missing white space when using <f-args> v8.2.1873
Tue, 20 Oct 2020 19:15:04 +0200 Bram Moolenaar patch 8.2.1872: matchfuzzy() does not prefer sequential matches v8.2.1872
Tue, 20 Oct 2020 15:00:04 +0200 Bram Moolenaar patch 8.2.1871: using %v in 'errorformat' may fail before %Z v8.2.1871
Tue, 20 Oct 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.1870: Vim9: no need to keep all script variables v8.2.1870
Mon, 19 Oct 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1869: Vim9: memory leak when using add() v8.2.1869
Mon, 19 Oct 2020 22:00:03 +0200 Bram Moolenaar patch 8.2.1868: Vim9: no error for missing space after comma in dict v8.2.1868
Mon, 19 Oct 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.1867: Vim9: argument to add() not checked for blob v8.2.1867
Mon, 19 Oct 2020 20:30:06 +0200 Bram Moolenaar patch 8.2.1866: Vim9: appending to pushed blob gives wrong result v8.2.1866
Mon, 19 Oct 2020 19:15:04 +0200 Bram Moolenaar patch 8.2.1865: Vim9: add() does not check type of argument v8.2.1865
Mon, 19 Oct 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.1864: Vim9: no error for wrong list type v8.2.1864
Mon, 19 Oct 2020 13:15:05 +0200 Bram Moolenaar patch 8.2.1863: json code not sufficiently tested v8.2.1863
Sun, 18 Oct 2020 23:45:03 +0200 Bram Moolenaar patch 8.2.1862: vim9: memory leak when compiling lambda fails v8.2.1862
Sun, 18 Oct 2020 18:15:03 +0200 Bram Moolenaar patch 8.2.1861: Vim9: no specific error when parsing lambda fails v8.2.1861
Sat, 17 Oct 2020 23:00:03 +0200 Bram Moolenaar patch 8.2.1860: Vim9: memory leak when throwing empty string v8.2.1860
Sat, 17 Oct 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1859: Vim9: crash in unpack assignment v8.2.1859
Sat, 17 Oct 2020 19:30:05 +0200 Bram Moolenaar patch 8.2.1858: Vim9: filter functions return number instead of bool
Sat, 17 Oct 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.1857: Vim9: using job_status() on an unused var gives an error v8.2.1857
Sat, 17 Oct 2020 17:45:04 +0200 Bram Moolenaar patch 8.2.1856: "2resize" uses size of current window v8.2.1856
Fri, 16 Oct 2020 23:30:03 +0200 Bram Moolenaar patch 8.2.1855: Vim9: get error message when nothing is wrong v8.2.1855
Fri, 16 Oct 2020 20:30:04 +0200 Bram Moolenaar patch 8.2.1854: Vim9: crash when throwing exception for NULL string v8.2.1854
Fri, 16 Oct 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.1853: "to_f" is recognized at "topleft" modifier v8.2.1853
Thu, 15 Oct 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1852: map() returing zero for NULL list is unexpected v8.2.1852
Thu, 15 Oct 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1851: Vim9: "!" followed by space incorrectly used v8.2.1851
Thu, 15 Oct 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1850: "vat" does not select tags correctly over line break v8.2.1850
Thu, 15 Oct 2020 20:45:05 +0200 Bram Moolenaar patch 8.2.1849: Vim9: garbage collection frees block-local variables v8.2.1849
Thu, 15 Oct 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.1848: crash when passing a NULL string or list to popup_settext() v8.2.1848
Thu, 15 Oct 2020 14:00:03 +0200 Bram Moolenaar patch 8.2.1847: Vim9: using negative value for unsigned type v8.2.1847
Thu, 15 Oct 2020 13:00:05 +0200 Bram Moolenaar patch 8.2.1846: Vim9: block variables are not found in compiled function v8.2.1846
Wed, 14 Oct 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.1845: Vim9: function defined in a block can't use block variables v8.2.1845
Tue, 13 Oct 2020 22:30:06 +0200 Bram Moolenaar patch 8.2.1844: using "q" at the more prompt doesn't stop a long message v8.2.1844
Tue, 13 Oct 2020 21:15:05 +0200 Bram Moolenaar patch 8.2.1843: Netbeans: with huge buffer number memory allocation may fail v8.2.1843
Tue, 13 Oct 2020 19:15:04 +0200 Bram Moolenaar patch 8.2.1842: crash when USE_FNAME_CASE is defined and using :browse v8.2.1842
Tue, 13 Oct 2020 18:45:05 +0200 Bram Moolenaar patch 8.2.1841: Vim9: test for compilation error fails in normal build v8.2.1841
Mon, 12 Oct 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1840: Vim9: error message is not clear about compilation error v8.2.1840
Mon, 12 Oct 2020 20:45:05 +0200 Bram Moolenaar patch 8.2.1839: Vim9: memory leaks reported in assign test v8.2.1839
Sun, 11 Oct 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1838: Vim9: cannot insert a comment line in an expression v8.2.1838
Sun, 11 Oct 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.1837: using "gn" after "gN" does not work v8.2.1837
Sun, 11 Oct 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.1836: autocmd test fails on pacifist systems v8.2.1836