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
Tue, 13 Aug 2019 00:30:05 +0200 Bram Moolenaar patch 8.1.1843: might be freeing memory that was not allocated v8.1.1843
Tue, 13 Aug 2019 00:00:05 +0200 Bram Moolenaar patch 8.1.1842: test listed as flaky should no longer be flaky v8.1.1842
Mon, 12 Aug 2019 14:45:05 +0200 Bram Moolenaar patch 8.1.1841: no test for Ex shift commands v8.1.1841
Mon, 12 Aug 2019 14:30:06 +0200 Bram Moolenaar patch 8.1.1840: Testing: WorkingClipboard() is not accurate v8.1.1840
Sun, 11 Aug 2019 23:00:09 +0200 Bram Moolenaar patch 8.1.1839: insufficient info when test fails because of screen size v8.1.1839
Sun, 11 Aug 2019 23:00:07 +0200 Bram Moolenaar patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrare v8.1.1838
Sat, 10 Aug 2019 22:30:05 +0200 Bram Moolenaar patch 8.1.1837: popup test fails if clipboard is supported but not working v8.1.1837
Sat, 10 Aug 2019 15:00:06 +0200 Bram Moolenaar patch 8.1.1836: inaccurate memory estimate for Amiga-like OS v8.1.1836
Sat, 10 Aug 2019 00:15:05 +0200 Bram Moolenaar patch 8.1.1835: cannot use printf() as a method v8.1.1835
Fri, 09 Aug 2019 23:30:05 +0200 Bram Moolenaar patch 8.1.1834: cannot use a lambda as a method v8.1.1834
Fri, 09 Aug 2019 17:15:07 +0200 Bram Moolenaar patch 8.1.1833: allocating a bit too much when there is no bad word. v8.1.1833
Fri, 09 Aug 2019 15:00:05 +0200 Bram Moolenaar patch 8.1.1832: win_execute() does not work in other tab v8.1.1832
Fri, 09 Aug 2019 14:15:05 +0200 Bram Moolenaar patch 8.1.1831: confusing skipped message v8.1.1831
Thu, 08 Aug 2019 22:15:05 +0200 Bram Moolenaar patch 8.1.1830: Travis does not report error when tests fail v8.1.1830
Thu, 08 Aug 2019 22:00:05 +0200 Bram Moolenaar patch 8.1.1829: difference in screenshots v8.1.1829
Thu, 08 Aug 2019 21:15:05 +0200 Bram Moolenaar patch 8.1.1828: not strict enough checking syntax of method invocation v8.1.1828
Thu, 08 Aug 2019 21:00:07 +0200 Bram Moolenaar patch 8.1.1827: allocating more memory than needed for extended structs v8.1.1827
Wed, 07 Aug 2019 23:15:07 +0200 Bram Moolenaar patch 8.1.1826: tests use hand coded feature and option checks v8.1.1826
Wed, 07 Aug 2019 21:45:06 +0200 Bram Moolenaar patch 8.1.1825: allocating more memory than needed for extended structs v8.1.1825
Tue, 06 Aug 2019 23:00:05 +0200 Bram Moolenaar patch 8.1.1824: crash when correctly spelled word is very long v8.1.1824
Tue, 06 Aug 2019 22:00:08 +0200 Bram Moolenaar patch 8.1.1823: command line history code is spread out
Tue, 06 Aug 2019 21:30:06 +0200 Bram Moolenaar patch 8.1.1822: confusing error message when range is not allowed v8.1.1822
Tue, 06 Aug 2019 20:45:06 +0200 Bram Moolenaar patch 8.1.1821: no test for wrong number of method arguments v8.1.1821
Mon, 05 Aug 2019 23:15:05 +0200 Bram Moolenaar patch 8.1.1820: using expr->FuncRef() does not work v8.1.1820
Mon, 05 Aug 2019 22:00:06 +0200 Bram Moolenaar patch 8.1.1819: :pedit does not work with a popup preview window v8.1.1819
Mon, 05 Aug 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1818: unused variable v8.1.1818
Sun, 04 Aug 2019 23:30:05 +0200 Bram Moolenaar patch 8.1.1817: github contribution text is incomplete v8.1.1817
Sun, 04 Aug 2019 23:15:05 +0200 Bram Moolenaar patch 8.1.1816: cannot use a user defined function as a method v8.1.1816
Sun, 04 Aug 2019 21:45:04 +0200 Bram Moolenaar patch 8.1.1815: duplicating info for internal functions v8.1.1815
Sun, 04 Aug 2019 21:15:04 +0200 Bram Moolenaar patch 8.1.1814: a long title in a popup window overflows v8.1.1814
Sun, 04 Aug 2019 20:45:05 +0200 Bram Moolenaar patch 8.1.1813: ATTENTION prompt for a preview popup window v8.1.1813
Sun, 04 Aug 2019 19:00:04 +0200 Bram Moolenaar patch 8.1.1812: reading a truncted undo file hangs Vim v8.1.1812
Sun, 04 Aug 2019 18:15:05 +0200 Bram Moolenaar patch 8.1.1811: popup window color cannot be set to "Normal" v8.1.1811
Sun, 04 Aug 2019 18:00:05 +0200 Bram Moolenaar patch 8.1.1810: popup_getoptions() is missing an entry for "mapping" v8.1.1810
Sun, 04 Aug 2019 17:45:05 +0200 Bram Moolenaar patch 8.1.1809: more functions can be used as a method v8.1.1809
Sun, 04 Aug 2019 15:45:05 +0200 Bram Moolenaar patch 8.1.1808: build failure for tiny version v8.1.1808
Sun, 04 Aug 2019 15:15:06 +0200 Bram Moolenaar patch 8.1.1807: more functions can be used as a method v8.1.1807
Sat, 03 Aug 2019 23:45:05 +0200 Bram Moolenaar patch 8.1.1806: test for display updating doesn't check without statusline v8.1.1806
Sat, 03 Aug 2019 23:15:06 +0200 Bram Moolenaar patch 8.1.1805: au_did_filetype is declared twice v8.1.1805
Sat, 03 Aug 2019 23:00:06 +0200 Bram Moolenaar patch 8.1.1804: no test for display updating without a scroll region v8.1.1804
Sat, 03 Aug 2019 22:00:07 +0200 Bram Moolenaar patch 8.1.1803: all builtin functions are global v8.1.1803
Sat, 03 Aug 2019 18:45:05 +0200 Bram Moolenaar patch 8.1.1802: missing change to call_callback() v8.1.1802
Sat, 03 Aug 2019 18:30:08 +0200 Bram Moolenaar patch 8.1.1801: cannot build without the +eval feature v8.1.1801
Sat, 03 Aug 2019 18:30:07 +0200 Bram Moolenaar patch 8.1.1800: function call functions have too many arguments v8.1.1800
Sat, 03 Aug 2019 16:30:06 +0200 Bram Moolenaar patch 8.1.1799: cannot avoid mapping for a popup window v8.1.1799
Sat, 03 Aug 2019 15:00:05 +0200 Bram Moolenaar patch 8.1.1798: warning for unused variable in tiny version v8.1.1798
Sat, 03 Aug 2019 14:30:05 +0200 Bram Moolenaar patch 8.1.1797: the vgetorpeek() function is too long v8.1.1797
Sat, 03 Aug 2019 14:00:06 +0200 Bram Moolenaar patch 8.1.1796: :argdo is not tested v8.1.1796
Sat, 03 Aug 2019 13:30:07 +0200 Bram Moolenaar patch 8.1.1795: no syntax HL after splitting windows with :bufdo v8.1.1795
Fri, 02 Aug 2019 23:00:07 +0200 Bram Moolenaar patch 8.1.1794: tests are flaky v8.1.1794
Fri, 02 Aug 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.1793: mixed comment style in globals v8.1.1793
Fri, 02 Aug 2019 21:45:04 +0200 Bram Moolenaar patch 8.1.1792: the vgetorpeek() function is too long v8.1.1792
Fri, 02 Aug 2019 20:00:07 +0200 Bram Moolenaar patch 8.1.1791: 'completeslash' also applies to globpath() v8.1.1791
Thu, 01 Aug 2019 23:15:04 +0200 Bram Moolenaar patch 8.1.1790: :mkvimrc is not tested v8.1.1790
Thu, 01 Aug 2019 22:45:05 +0200 Bram Moolenaar patch 8.1.1789: cannot see file name of preview popup window v8.1.1789
Thu, 01 Aug 2019 21:30:06 +0200 Bram Moolenaar patch 8.1.1788: missing changes in proto file v8.1.1788
Thu, 01 Aug 2019 21:15:07 +0200 Bram Moolenaar patch 8.1.1787: cannot resize a popup window v8.1.1787
Thu, 01 Aug 2019 16:00:07 +0200 Bram Moolenaar patch 8.1.1786: double click in popup scrollbar starts selection v8.1.1786
Thu, 01 Aug 2019 14:30:07 +0200 Bram Moolenaar patch 8.1.1785: map functionality mixed with character input v8.1.1785
Thu, 01 Aug 2019 14:00:08 +0200 Bram Moolenaar patch 8.1.1784: MS-Windows: resolve() does not work if serial nr duplicated v8.1.1784