summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1789: cannot see file name of preview popup windowv8.1.1789Bram Moolenaar2019-08-011-0/+2
* patch 8.1.1788: missing changes in proto filev8.1.1788Bram Moolenaar2019-08-011-0/+2
* patch 8.1.1787: cannot resize a popup windowv8.1.1787Bram Moolenaar2019-08-011-0/+2
* patch 8.1.1786: double click in popup scrollbar starts selectionv8.1.1786Bram Moolenaar2019-08-011-0/+2
* patch 8.1.1785: map functionality mixed with character inputv8.1.1785Bram Moolenaar2019-08-011-4/+2
* patch 8.1.1784: MS-Windows: resolve() does not work if serial nr duplicatedv8.1.1784Bram Moolenaar2019-08-011-0/+2
* patch 8.1.1783: MS-Windows: compiler test may fail when using %:Sv8.1.1783Bram Moolenaar2019-07-311-0/+2
* patch 8.1.1782: MS-Windows: system() has temp file error with 'noshelltemp'v8.1.1782Bram Moolenaar2019-07-311-0/+2
* patch 8.1.1781: Amiga: no builtin OS readable version infov8.1.1781Bram Moolenaar2019-07-311-0/+2
* patch 8.1.1780: warning for file no longer available is repeatedv8.1.1780Bram Moolenaar2019-07-311-0/+2
* patch 8.1.1779: not showing the popup window right border is confusingv8.1.1779Bram Moolenaar2019-07-301-0/+2
* patch 8.1.1778: not showing the popup window right border is confusingv8.1.1778Bram Moolenaar2019-07-301-0/+2
* patch 8.1.1777: useless checks for job feature in channel testv8.1.1777Bram Moolenaar2019-07-291-0/+2
* patch 8.1.1776: text added with a job isn't displayedv8.1.1776Bram Moolenaar2019-07-291-0/+2
* patch 8.1.1775: error message may be empty in filetype testv8.1.1775Bram Moolenaar2019-07-291-0/+2
* patch 8.1.1774: test is silently skippedv8.1.1774Bram Moolenaar2019-07-291-0/+2
* patch 8.1.1773: the preview popup window may be too far to the rightv8.1.1773Bram Moolenaar2019-07-281-0/+2
* patch 8.1.1772: options test still fails on MS-Windowsv8.1.1772Bram Moolenaar2019-07-281-0/+2
* patch 8.1.1771: options test fails on MS-Windowsv8.1.1771Bram Moolenaar2019-07-281-0/+2
* patch 8.1.1770: cannot get the window ID of the popup preview windowv8.1.1770Bram Moolenaar2019-07-281-0/+2
* patch 8.1.1769: 'shellslash' is also used for completionv8.1.1769Bram Moolenaar2019-07-281-0/+2
* patch 8.1.1768: man plugin changes setting in current windowv8.1.1768Bram Moolenaar2019-07-281-0/+2
* patch 8.1.1767: FEAT_SESSION defined separatelyv8.1.1767Bram Moolenaar2019-07-281-0/+2
* patch 8.1.1766: code for writing session file is spread outv8.1.1766Bram Moolenaar2019-07-281-0/+2
* patch 8.1.1765: get(func, dict, def) does not work properlyv8.1.1765Bram Moolenaar2019-07-281-0/+2
* patch 8.1.1764: ":browse oldfiles" is not testedv8.1.1764Bram Moolenaar2019-07-271-0/+2
* patch 8.1.1763: evalfunc.c is still too bigv8.1.1763Bram Moolenaar2019-07-271-0/+2
* patch 8.1.1762: some filetype rules are in the wrong placev8.1.1762Bram Moolenaar2019-07-271-0/+2
* patch 8.1.1761: filetype "vuejs" causes problems for some usersv8.1.1761Bram Moolenaar2019-07-271-0/+2
* patch 8.1.1760: extra line break for wrapping output of :argsv8.1.1760Bram Moolenaar2019-07-271-6/+11
* patch 8.1.1759: no mode char for terminal mapping from maparg()v8.1.1759Bram Moolenaar2019-07-271-0/+2
* patch 8.1.1758: count of g$ not used correctly when text is not wrappedv8.1.1758Bram Moolenaar2019-07-271-0/+2
* patch 8.1.1757: text added with appendbufline() isn't displayedv8.1.1757Bram Moolenaar2019-07-271-0/+2
* patch 8.1.1756: autocommand that splits window messes up window layoutv8.1.1756Bram Moolenaar2019-07-271-0/+2
* patch 8.1.1755: leaking memory when using a popup window maskv8.1.1755Bram Moolenaar2019-07-261-0/+2
* patch 8.1.1754: build failurev8.1.1754Bram Moolenaar2019-07-261-0/+2
* patch 8.1.1753: use of popup window mask is inefficientv8.1.1753Bram Moolenaar2019-07-261-0/+2
* patch 8.1.1752: resizing hashtable is inefficientv8.1.1752Bram Moolenaar2019-07-261-0/+2
* patch 8.1.1751: when redrawing popups plines_win() may be called oftenv8.1.1751Bram Moolenaar2019-07-261-0/+2
* patch 8.1.1750: depending on the terminal width :version may miss a line breakv8.1.1750Bram Moolenaar2019-07-261-0/+4
* patch 8.1.1749: Coverity warns for using negative indexv8.1.1749Bram Moolenaar2019-07-251-0/+2
* patch 8.1.1748: :args output is not alignedv8.1.1748Bram Moolenaar2019-07-251-0/+9
* patch 8.1.1747: compiler warning for unused variablesv8.1.1747Bram Moolenaar2019-07-251-0/+2
* patch 8.1.1746: ":dl" is seen as ":dlist" instead of ":delete"v8.1.1746Bram Moolenaar2019-07-241-0/+2
* patch 8.1.1745: compiler warning for unused argumentv8.1.1745Bram Moolenaar2019-07-241-0/+2
* patch 8.1.1744: build error without the conceal featurev8.1.1744Bram Moolenaar2019-07-241-0/+2
* patch 8.1.1743: 'hlsearch' and match highlighting in the wrong placev8.1.1743Bram Moolenaar2019-07-241-0/+2
* patch 8.1.1742: still some match functions in evalfunc.cv8.1.1742Bram Moolenaar2019-07-241-0/+2
* patch 8.1.1741: cleared/added match highlighting not updated in other windowv8.1.1741Bram Moolenaar2019-07-241-0/+2
* patch 8.1.1740: exepath() doesn't work for "bin/cat"v8.1.1740Bram Moolenaar2019-07-241-0/+2