summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1822: confusing error message when range is not allowedv8.1.1822Bram Moolenaar2019-08-064-9/+30
* patch 8.1.1821: no test for wrong number of method argumentsv8.1.1821Bram Moolenaar2019-08-062-0/+12
* patch 8.1.1820: using expr->FuncRef() does not workv8.1.1820Bram Moolenaar2019-08-054-88/+113
* patch 8.1.1819: :pedit does not work with a popup preview windowv8.1.1819Bram Moolenaar2019-08-058-2/+86
* patch 8.1.1818: unused variablev8.1.1818Bram Moolenaar2019-08-052-1/+2
* patch 8.1.1817: github contribution text is incompletev8.1.1817Bram Moolenaar2019-08-041-0/+2
* patch 8.1.1816: cannot use a user defined function as a methodv8.1.1816Bram Moolenaar2019-08-046-10/+45
* patch 8.1.1815: duplicating info for internal functionsv8.1.1815Bram Moolenaar2019-08-042-563/+514
* patch 8.1.1814: a long title in a popup window overflowsv8.1.1814Bram Moolenaar2019-08-045-2/+38
* patch 8.1.1813: ATTENTION prompt for a preview popup windowv8.1.1813Bram Moolenaar2019-08-045-5/+30
* patch 8.1.1812: reading a truncted undo file hangs Vimv8.1.1812Bram Moolenaar2019-08-043-0/+26
* patch 8.1.1811: popup window color cannot be set to "Normal"v8.1.1811Bram Moolenaar2019-08-045-15/+17
* patch 8.1.1810: popup_getoptions() is missing an entry for "mapping"v8.1.1810Bram Moolenaar2019-08-043-0/+4
* patch 8.1.1809: more functions can be used as a methodv8.1.1809Bram Moolenaar2019-08-046-11/+36
* patch 8.1.1808: build failure for tiny versionv8.1.1808Bram Moolenaar2019-08-042-38/+32
* patch 8.1.1807: more functions can be used as a methodv8.1.1807Bram Moolenaar2019-08-047-550/+615
* patch 8.1.1806: test for display updating doesn't check without statuslinev8.1.1806Bram Moolenaar2019-08-035-0/+43
* patch 8.1.1805: au_did_filetype is declared twicev8.1.1805Bram Moolenaar2019-08-033-11/+10
* patch 8.1.1804: no test for display updating without a scroll regionv8.1.1804Bram Moolenaar2019-08-037-20/+89
* patch 8.1.1803: all builtin functions are globalv8.1.1803Bram Moolenaar2019-08-039-34/+263
* patch 8.1.1802: missing change to call_callback()v8.1.1802Bram Moolenaar2019-08-032-5/+4
* patch 8.1.1801: cannot build without the +eval featurev8.1.1801Bram Moolenaar2019-08-032-16/+18
* patch 8.1.1800: function call functions have too many argumentsv8.1.1800Bram Moolenaar2019-08-0312-112/+134
* patch 8.1.1799: cannot avoid mapping for a popup windowv8.1.1799Bram Moolenaar2019-08-036-1/+44
* patch 8.1.1798: warning for unused variable in tiny versionv8.1.1798Bram Moolenaar2019-08-032-143/+111
* patch 8.1.1797: the vgetorpeek() function is too longv8.1.1797Bram Moolenaar2019-08-032-507/+555
* patch 8.1.1796: :argdo is not testedv8.1.1796Bram Moolenaar2019-08-032-0/+11
* patch 8.1.1795: no syntax HL after splitting windows with :bufdov8.1.1795Bram Moolenaar2019-08-035-15/+89
* patch 8.1.1794: tests are flakyv8.1.1794Bram Moolenaar2019-08-022-553/+509
* patch 8.1.1793: mixed comment style in globalsv8.1.1793Bram Moolenaar2019-08-022-414/+417
* patch 8.1.1792: the vgetorpeek() function is too longv8.1.1792Bram Moolenaar2019-08-022-507/+555
* patch 8.1.1791: 'completeslash' also applies to globpath()v8.1.1791Bram Moolenaar2019-08-025-20/+25
* patch 8.1.1790: :mkvimrc is not testedv8.1.1790Bram Moolenaar2019-08-012-0/+44
* patch 8.1.1789: cannot see file name of preview popup windowv8.1.1789Bram Moolenaar2019-08-0110-4/+66
* patch 8.1.1788: missing changes in proto filev8.1.1788Bram Moolenaar2019-08-012-1/+3
* patch 8.1.1787: cannot resize a popup windowv8.1.1787Bram Moolenaar2019-08-0113-23/+116
* patch 8.1.1786: double click in popup scrollbar starts selectionv8.1.1786Bram Moolenaar2019-08-014-28/+44
* patch 8.1.1785: map functionality mixed with character inputv8.1.1785Bram Moolenaar2019-08-0117-2427/+2341
* patch 8.1.1784: MS-Windows: resolve() does not work if serial nr duplicatedv8.1.1784Bram Moolenaar2019-08-012-106/+30
* patch 8.1.1783: MS-Windows: compiler test may fail when using %:Sv8.1.1783Bram Moolenaar2019-07-312-0/+7
* Update runtime files.Bram Moolenaar2019-07-3125-897/+0
* patch 8.1.1782: MS-Windows: system() has temp file error with 'noshelltemp'v8.1.1782Bram Moolenaar2019-07-312-1/+3
* patch 8.1.1781: Amiga: no builtin OS readable version infov8.1.1781Bram Moolenaar2019-07-312-0/+14
* patch 8.1.1780: warning for file no longer available is repeatedv8.1.1780Bram Moolenaar2019-07-312-1/+9
* patch 8.1.1779: not showing the popup window right border is confusingv8.1.1779Bram Moolenaar2019-07-304-3/+7
* patch 8.1.1778: not showing the popup window right border is confusingv8.1.1778Bram Moolenaar2019-07-304-11/+8
* patch 8.1.1777: useless checks for job feature in channel testv8.1.1777Bram Moolenaar2019-07-292-232/+90
* patch 8.1.1776: text added with a job isn't displayedv8.1.1776Bram Moolenaar2019-07-295-36/+90
* patch 8.1.1775: error message may be empty in filetype testv8.1.1775Bram Moolenaar2019-07-292-1/+3
* patch 8.1.1774: test is silently skippedv8.1.1774Bram Moolenaar2019-07-292-1/+3