summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-1828-193/+34
* patch 8.1.1886: command line expansion code is spread outv8.1.1886Bram Moolenaar2019-08-1814-2131/+2143
* patch 8.1.1885: comments in libvterm are inconsistentv8.1.1885Bram Moolenaar2019-08-1818-298/+526
* patch 8.1.1884: cannot use mouse scroll wheel in popup in Insert modev8.1.1884Bram Moolenaar2019-08-184-2/+48
* patch 8.1.1883: options test failsv8.1.1883Bram Moolenaar2019-08-182-0/+3
* patch 8.1.1882: cannot specify properties of the info popup windowv8.1.1882Bram Moolenaar2019-08-1810-28/+92
* patch 8.1.1881: popup window test fails in some configurationsv8.1.1881Bram Moolenaar2019-08-182-0/+4
* patch 8.1.1880: cannot show extra info for completion in a popup windowv8.1.1880Bram Moolenaar2019-08-1816-55/+302
* patch 8.1.1879: more functions can be used as methodsv8.1.1879Bram Moolenaar2019-08-173-25/+54
* patch 8.1.1878: negative float before method not parsed correctlyv8.1.1878Bram Moolenaar2019-08-175-56/+87
* patch 8.1.1877: graduated features scatteredv8.1.1877Bram Moolenaar2019-08-172-41/+15
* patch 8.1.1876: proto file missing from distributionv8.1.1876Bram Moolenaar2019-08-171-0/+2
* patch 8.1.1875: cannot get size and position of the popup menuv8.1.1875Bram Moolenaar2019-08-173-1/+60
* patch 8.1.1874: modeless selection in popup window overlaps scrollbarv8.1.1874Bram Moolenaar2019-08-174-7/+11
* patch 8.1.1873: cannot build tiny versionv8.1.1873Bram Moolenaar2019-08-172-3/+2
* patch 8.1.1872: when Vim exits because of a signal, VimLeave is not triggeredv8.1.1872Bram Moolenaar2019-08-172-2/+16
* patch 8.1.1871: modeless selection in GUI still not correctv8.1.1871Bram Moolenaar2019-08-172-13/+16
* patch 8.1.1870: using :pedit from a help file sets help filetypev8.1.1870Bram Moolenaar2019-08-173-4/+21
* patch 8.1.1869: code for the argument list is spread outv8.1.1869Bram Moolenaar2019-08-1717-1389/+1398
* patch 8.1.1868: multi-byte chars in 'listchars' fail with 'linebreak' setv8.1.1868Bram Moolenaar2019-08-173-15/+43
* patch 8.1.1867: still a timer test that is flaky on Macv8.1.1867Bram Moolenaar2019-08-172-2/+12
* patch 8.1.1866: modeless selection in GUI does not work properlyv8.1.1866Bram Moolenaar2019-08-162-4/+6
* patch 8.1.1865: spellrare and spellrepall in the wrong orderv8.1.1865Bram Moolenaar2019-08-162-3/+5
* patch 8.1.1864: still a timer test that is flaky on Macv8.1.1864Bram Moolenaar2019-08-162-2/+4
* patch 8.1.1863: confusing error when using a builtin function as methodv8.1.1863Bram Moolenaar2019-08-165-4/+21
* patch 8.1.1862: Coverity warns for not using return valuev8.1.1862Bram Moolenaar2019-08-162-1/+3
* patch 8.1.1861: only some assert functions can be used as a methodv8.1.1861Bram Moolenaar2019-08-163-7/+53
* patch 8.1.1860: map timeout test is flakyv8.1.1860Bram Moolenaar2019-08-163-1/+4
* patch 8.1.1859: timer test sometimes fails on Macv8.1.1859Bram Moolenaar2019-08-162-6/+15
* patch 8.1.1858: test for multi-byte mapping fails on some systemsv8.1.1858Bram Moolenaar2019-08-162-1/+3
* patch 8.1.1857: cannot use modifier with multi-byte characterv8.1.1857Bram Moolenaar2019-08-163-5/+13
* patch 8.1.1856: popup preview test fails sometimesv8.1.1856Bram Moolenaar2019-08-163-1/+4
* patch 8.1.1855: another failing timer testv8.1.1855Bram Moolenaar2019-08-163-24/+28
* patch 8.1.1854: now another timer test is flakyv8.1.1854Bram Moolenaar2019-08-162-0/+3
* patch 8.1.1853: timers test is still flakyv8.1.1853Bram Moolenaar2019-08-162-5/+23
* patch 8.1.1852: timers test is flakyv8.1.1852Bram Moolenaar2019-08-153-1/+4
* patch 8.1.1851: crash when sound_playfile() callback plays soundv8.1.1851Bram Moolenaar2019-08-159-21/+128
* patch 8.1.1850: focus may remain in popup windowv8.1.1850Bram Moolenaar2019-08-152-1/+8
* patch 8.1.1849v8.1.1849Bram Moolenaar2019-08-154-130/+125
* patch 8.1.1848: 'langmap' is not used for CTRL-W command in terminalv8.1.1848Bram Moolenaar2019-08-153-2/+16
* patch 8.1.1847: suspend test is failingv8.1.1847Bram Moolenaar2019-08-152-2/+4
* patch 8.1.1846: inconsistently using GetVimCommand() and v:progpathv8.1.1846Bram Moolenaar2019-08-148-39/+45
* patch 8.1.1845: may use NULL pointer when running out of memoryv8.1.1845Bram Moolenaar2019-08-132-2/+8
* patch 8.1.1844: buffer no longer unloaded when adding text propertiesv8.1.1844Bram Moolenaar2019-08-133-1/+28
* patch 8.1.1843: might be freeing memory that was not allocatedv8.1.1843Bram Moolenaar2019-08-132-8/+13
* patch 8.1.1842: test listed as flaky should no longer be flakyv8.1.1842Bram Moolenaar2019-08-122-1/+2
* patch 8.1.1841: no test for Ex shift commandsv8.1.1841Bram Moolenaar2019-08-124-0/+117
* patch 8.1.1840: Testing: WorkingClipboard() is not accuratev8.1.1840Bram Moolenaar2019-08-125-20/+7
* patch 8.1.1839: insufficient info when test fails because of screen sizev8.1.1839Bram Moolenaar2019-08-112-2/+6
* patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrarev8.1.1838Bram Moolenaar2019-08-1110-174/+209