summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1752: GTK GUI: cannot map alt-? with <A-?>v8.2.1752Bram Moolenaar2020-09-275-6/+22
* patch 8.2.1751: using 2 where bool is expected may throw an errorv8.2.1751Bram Moolenaar2020-09-265-5/+10
* patch 8.2.1750: popup_setoptions() setting firstline fails if cursorline setv8.2.1750Bram Moolenaar2020-09-268-24/+102
* patch 8.2.1749: Vim9: crash when closure fails in nested functionv8.2.1749Bram Moolenaar2020-09-263-6/+25
* patch 8.2.1748: closing split window in other tab may cause a crashv8.2.1748Bram Moolenaar2020-09-263-5/+24
* patch 8.2.1747: result of expand() unexpectedly depends on 'completeslash'v8.2.1747Bram Moolenaar2020-09-263-2/+26
* patch 8.2.1746: Vim9: cannot use "fina" for "finally"v8.2.1746Bram Moolenaar2020-09-264-5/+12
* patch 8.2.1745: tiny version doesn't buildv8.2.1745Bram Moolenaar2020-09-262-0/+3
* patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar2020-09-2615-257/+328
* patch 8.2.1743: cannot build without the eval featurev8.2.1743Bram Moolenaar2020-09-252-63/+65
* patch 8.2.1742: test still fails without the terminal featurev8.2.1742Bram Moolenaar2020-09-252-1/+8
* patch 8.2.1741: pathshorten() only supports using one characterv8.2.1741Bram Moolenaar2020-09-255-44/+95
* patch 8.2.1740: test fails without the terminal featurev8.2.1740Bram Moolenaar2020-09-252-0/+4
* patch 8.2.1739: Vim9: crash when compiling a manually defined functionv8.2.1739Bram Moolenaar2020-09-253-3/+29
* patch 8.2.1738: Mac: str2float() recognizes comma instead of decimal pointv8.2.1738Bram Moolenaar2020-09-242-0/+6
* patch 8.2.1737: cursor line highlight in popup window is not always updatedv8.2.1737Bram Moolenaar2020-09-244-4/+50
* patch 8.2.1736: failure to compile a pattern not tested muchv8.2.1736Bram Moolenaar2020-09-2318-1/+47
* patch 8.2.1735: Github actions appear to timeout too soonv8.2.1735Bram Moolenaar2020-09-231-0/+2
* patch 8.2.1734: Vim9: cannot use a funcref for a closure twicev8.2.1734Bram Moolenaar2020-09-236-64/+93
* patch 8.2.1733: Vim9: memory leaks when using nested functionv8.2.1733Bram Moolenaar2020-09-232-0/+5
* patch 8.2.1732: stuck when win_execute() for a popup causes an errorv8.2.1732Bram Moolenaar2020-09-235-4/+59
* patch 8.2.1731: Vim9: cannot use += to append to empty NULL listv8.2.1731Bram Moolenaar2020-09-233-4/+40
* patch 8.2.1730: Vim9: cannot use member of unknown typev8.2.1730Bram Moolenaar2020-09-233-1/+32
* patch 8.2.1729: endless loop when ":normal" feeds popup window filterv8.2.1729Bram Moolenaar2020-09-238-1/+53
* patch 8.2.1728: compiler warning for using uninitialized variablev8.2.1728Bram Moolenaar2020-09-222-1/+3
* patch 8.2.1727: a popup created with "cursorline" will ignore "firstline"v8.2.1727Bram Moolenaar2020-09-226-9/+76
* patch 8.2.1726: fuzzy matching only works on stringsv8.2.1726Bram Moolenaar2020-09-227-160/+580
* patch 8.2.1725: not all Pascal files are recognizedv8.2.1725Bram Moolenaar2020-09-222-2/+4
* patch 8.2.1724: Vim9: assignment tests spread outv8.2.1724Bram Moolenaar2020-09-216-680/+697
* patch 8.2.1723: Vim9: Variable argument name cannot start with underscorev8.2.1723Bram Moolenaar2020-09-213-1/+12
* patch 8.2.1722: Vim9: cannot assign a lambda to a variable of type functionv8.2.1722Bram Moolenaar2020-09-213-1/+19
* patch 8.2.1721: MS-Windows installer doesn't workv8.2.1721Bram Moolenaar2020-09-211-0/+2
* patch 8.2.1720: Vim9: memory leak with heredoc that isn't executedv8.2.1720Bram Moolenaar2020-09-213-7/+20
* patch 8.2.1719: Vim9: no error if comma is missing in between argumentsv8.2.1719Bram Moolenaar2020-09-204-0/+13
* patch 8.2.1718: Vim9: :def function disallows "firstline" for no good reasonv8.2.1718Bram Moolenaar2020-09-203-2/+14
* patch 8.2.1717v8.2.1717Bram Moolenaar2020-09-201-0/+2
* patch 8.2.1716: options window has duplicate translationsv8.2.1716Bram Moolenaar2020-09-201-0/+2
* patch 8.2.1715: Motif GUI: commented out code missed {}v8.2.1715Bram Moolenaar2020-09-202-2/+4
* patch 8.2.1714: text properties corrupted with substitute commandv8.2.1714Bram Moolenaar2020-09-203-0/+19
* patch 8.2.1713: Motif GUI: crash when setting menu colorsv8.2.1713Bram Moolenaar2020-09-202-0/+6
* patch 8.2.1712: Vim9: leaking memory when calling a lambdav8.2.1712Bram Moolenaar2020-09-194-10/+31
* patch 8.2.1711: Vim9: leaking memory when using partialv8.2.1711Bram Moolenaar2020-09-195-17/+45
* patch 8.2.1710: Vim9: list of list type can be wrongv8.2.1710Bram Moolenaar2020-09-193-1/+28
* patch 8.2.1709: Vim9: memory leak when using multiple closuresv8.2.1709Bram Moolenaar2020-09-182-0/+3
* patch 8.2.1708: Vim9: error message for function has unpritable charactersv8.2.1708Bram Moolenaar2020-09-183-2/+48
* patch 8.2.1707: small inconsitency in highlight testv8.2.1707Bram Moolenaar2020-09-182-2/+4
* patch 8.2.1706: Vim9: crash after running into the "Multiple closures" errorv8.2.1706Bram Moolenaar2020-09-183-7/+23
* patch 8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear"v8.2.1705Bram Moolenaar2020-09-183-9/+48
* patch 8.2.1704: Vim9: crash in for loop when autoload script has an errorv8.2.1704Bram Moolenaar2020-09-173-1/+50
* patch 8.2.1703: ":highlight clear" does not restore default linkv8.2.1703Bram Moolenaar2020-09-173-19/+65