log src/version.c @ 17813:8ca20b0a3dc3 v8.1.1903

age author description
Wed, 21 Aug 2019 15:45:04 +0200 Bram Moolenaar patch 8.1.1903: cannot build without the +eval feature v8.1.1903
Wed, 21 Aug 2019 15:15:03 +0200 Bram Moolenaar patch 8.1.1902: cannot have an info popup without a border v8.1.1902
Wed, 21 Aug 2019 14:45:04 +0200 Bram Moolenaar patch 8.1.1901: the +insert_expand feature is not always available v8.1.1901
Wed, 21 Aug 2019 14:00:04 +0200 Bram Moolenaar patch 8.1.1900: sign test fails in the GUI v8.1.1900
Wed, 21 Aug 2019 13:30:03 +0200 Bram Moolenaar patch 8.1.1899: sign_place() does not work as documented v8.1.1899
Wed, 21 Aug 2019 13:15:03 +0200 Bram Moolenaar patch 8.1.1898: crash when out of memory during startup v8.1.1898
Wed, 21 Aug 2019 13:00:03 +0200 Bram Moolenaar patch 8.1.1897: may free memory twice when out of memory v8.1.1897
Tue, 20 Aug 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.1896: compiler warning for unused variable v8.1.1896
Tue, 20 Aug 2019 23:00:04 +0200 Bram Moolenaar patch 8.1.1895: using NULL pointer when out of memory v8.1.1895
Tue, 20 Aug 2019 22:00:03 +0200 Bram Moolenaar patch 8.1.1894: not checking for out-of-memory of autoload_name() v8.1.1894
Tue, 20 Aug 2019 21:30:03 +0200 Bram Moolenaar patch 8.1.1893: script to summarize test results can be improved v8.1.1893
Tue, 20 Aug 2019 21:15:04 +0200 Bram Moolenaar patch 8.1.1892: missing index entry and option menu for 'completepopup' v8.1.1892
Tue, 20 Aug 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1891: functions used in one file are global v8.1.1891
Mon, 19 Aug 2019 23:00:05 +0200 Bram Moolenaar patch 8.1.1890: ml_get error when deleting fold marker v8.1.1890
Mon, 19 Aug 2019 20:15:04 +0200 Bram Moolenaar patch 8.1.1889: Coverity warns for using a NULL pointer v8.1.1889
Sun, 18 Aug 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.1888: more functions can be used as methods v8.1.1888
Sun, 18 Aug 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.1887: the +cmdline_compl feature is not in the tiny version v8.1.1887
Sun, 18 Aug 2019 21:45:03 +0200 Bram Moolenaar patch 8.1.1886: command line expansion code is spread out v8.1.1886
Sun, 18 Aug 2019 20:45:04 +0200 Bram Moolenaar patch 8.1.1885: comments in libvterm are inconsistent v8.1.1885
Sun, 18 Aug 2019 19:30:03 +0200 Bram Moolenaar patch 8.1.1884: cannot use mouse scroll wheel in popup in Insert mode v8.1.1884
Sun, 18 Aug 2019 18:00:04 +0200 Bram Moolenaar patch 8.1.1883: options test fails v8.1.1883
Sun, 18 Aug 2019 16:45:03 +0200 Bram Moolenaar patch 8.1.1882: cannot specify properties of the info popup window v8.1.1882
Sun, 18 Aug 2019 15:45:03 +0200 Bram Moolenaar patch 8.1.1881: popup window test fails in some configurations v8.1.1881
Sun, 18 Aug 2019 15:30:06 +0200 Bram Moolenaar patch 8.1.1880: cannot show extra info for completion in a popup window v8.1.1880
Sat, 17 Aug 2019 21:45:03 +0200 Bram Moolenaar patch 8.1.1879: more functions can be used as methods v8.1.1879
Sat, 17 Aug 2019 21:15:03 +0200 Bram Moolenaar patch 8.1.1878: negative float before method not parsed correctly v8.1.1878
Sat, 17 Aug 2019 20:30:03 +0200 Bram Moolenaar patch 8.1.1877: graduated features scattered v8.1.1877
Sat, 17 Aug 2019 20:15:04 +0200 Bram Moolenaar patch 8.1.1876: proto file missing from distribution v8.1.1876
Sat, 17 Aug 2019 19:45:03 +0200 Bram Moolenaar patch 8.1.1875: cannot get size and position of the popup menu v8.1.1875
Sat, 17 Aug 2019 19:15:06 +0200 Bram Moolenaar patch 8.1.1874: modeless selection in popup window overlaps scrollbar v8.1.1874
Sat, 17 Aug 2019 18:00:03 +0200 Bram Moolenaar patch 8.1.1873: cannot build tiny version v8.1.1873
Sat, 17 Aug 2019 16:45:03 +0200 Bram Moolenaar patch 8.1.1872: when Vim exits because of a signal, VimLeave is not triggered v8.1.1872
Sat, 17 Aug 2019 16:30:02 +0200 Bram Moolenaar patch 8.1.1871: modeless selection in GUI still not correct v8.1.1871
Sat, 17 Aug 2019 15:15:03 +0200 Bram Moolenaar patch 8.1.1870: using :pedit from a help file sets help filetype v8.1.1870
Sat, 17 Aug 2019 14:45:04 +0200 Bram Moolenaar patch 8.1.1869: code for the argument list is spread out v8.1.1869
Sat, 17 Aug 2019 14:15:03 +0200 Bram Moolenaar patch 8.1.1868: multi-byte chars in 'listchars' fail with 'linebreak' set v8.1.1868
Sat, 17 Aug 2019 13:30:04 +0200 Bram Moolenaar patch 8.1.1867: still a timer test that is flaky on Mac v8.1.1867
Fri, 16 Aug 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.1866: modeless selection in GUI does not work properly v8.1.1866
Fri, 16 Aug 2019 22:45:03 +0200 Bram Moolenaar patch 8.1.1865: spellrare and spellrepall in the wrong order v8.1.1865
Fri, 16 Aug 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.1864: still a timer test that is flaky on Mac v8.1.1864
Fri, 16 Aug 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.1863: confusing error when using a builtin function as method v8.1.1863
Fri, 16 Aug 2019 22:00:05 +0200 Bram Moolenaar patch 8.1.1862: Coverity warns for not using return value v8.1.1862
Fri, 16 Aug 2019 22:00:04 +0200 Bram Moolenaar patch 8.1.1861: only some assert functions can be used as a method v8.1.1861
Fri, 16 Aug 2019 22:00:03 +0200 Bram Moolenaar patch 8.1.1860: map timeout test is flaky v8.1.1860
Fri, 16 Aug 2019 21:30:03 +0200 Bram Moolenaar patch 8.1.1859: timer test sometimes fails on Mac v8.1.1859
Fri, 16 Aug 2019 21:00:03 +0200 Bram Moolenaar patch 8.1.1858: test for multi-byte mapping fails on some systems v8.1.1858
Fri, 16 Aug 2019 20:45:04 +0200 Bram Moolenaar patch 8.1.1857: cannot use modifier with multi-byte character v8.1.1857
Fri, 16 Aug 2019 17:45:03 +0200 Bram Moolenaar patch 8.1.1856: popup preview test fails sometimes v8.1.1856
Fri, 16 Aug 2019 11:30:03 +0200 Bram Moolenaar patch 8.1.1855: another failing timer test v8.1.1855
Fri, 16 Aug 2019 11:00:07 +0200 Bram Moolenaar patch 8.1.1854: now another timer test is flaky v8.1.1854
Fri, 16 Aug 2019 10:30:03 +0200 Bram Moolenaar patch 8.1.1853: timers test is still flaky v8.1.1853
Thu, 15 Aug 2019 23:45:03 +0200 Bram Moolenaar patch 8.1.1852: timers test is flaky v8.1.1852
Thu, 15 Aug 2019 23:15:04 +0200 Bram Moolenaar patch 8.1.1851: crash when sound_playfile() callback plays sound v8.1.1851
Thu, 15 Aug 2019 21:45:04 +0200 Bram Moolenaar patch 8.1.1850: focus may remain in popup window v8.1.1850
Thu, 15 Aug 2019 21:45:04 +0200 Bram Moolenaar patch 8.1.1849 v8.1.1849
Thu, 15 Aug 2019 21:00:04 +0200 Bram Moolenaar patch 8.1.1848: 'langmap' is not used for CTRL-W command in terminal v8.1.1848
Thu, 15 Aug 2019 11:30:04 +0200 Bram Moolenaar patch 8.1.1847: suspend test is failing v8.1.1847
Wed, 14 Aug 2019 21:15:06 +0200 Bram Moolenaar patch 8.1.1846: inconsistently using GetVimCommand() and v:progpath v8.1.1846
Tue, 13 Aug 2019 23:15:05 +0200 Bram Moolenaar patch 8.1.1845: may use NULL pointer when running out of memory v8.1.1845
Tue, 13 Aug 2019 22:30:06 +0200 Bram Moolenaar patch 8.1.1844: buffer no longer unloaded when adding text properties v8.1.1844