summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1561: crash with rust syntax highligtingv8.0.1561Bram Moolenaar2018-03-032-1/+4
* patch 8.0.1560: build failure without GUI on MS-Windowsv8.0.1560Bram Moolenaar2018-03-032-1/+4
* patch 8.0.1559: build failure without GUIv8.0.1559Bram Moolenaar2018-03-032-1/+4
* patch 8.0.1558: no right-click menu in a terminalv8.0.1558Bram Moolenaar2018-03-037-152/+344
* patch 8.0.1557: printf() does not work with only one argumentv8.0.1557Bram Moolenaar2018-03-033-1/+6
* patch 8.0.1556: may not parse the t_RS response correctlyv8.0.1556Bram Moolenaar2018-03-022-24/+37
* patch 8.0.1555: build error for some combination of featuresv8.0.1555Bram Moolenaar2018-03-012-1/+3
* patch 8.0.1554: custom plugins loaded with --cleanv8.0.1554Bram Moolenaar2018-03-0110-7/+48
* patch 8.0.1553: cannot see what digraph is used to insert a characterv8.0.1553Bram Moolenaar2018-02-2710-53/+132
* patch 8.0.1552: may leak file descriptors when executing jobv8.0.1552Bram Moolenaar2018-02-273-3/+35
* patch 8.0.1551: on Mac 'maxmemtot' is set to a weird valuev8.0.1551Bram Moolenaar2018-02-272-8/+69
* patch 8.0.1550: various small problems in source filesv8.0.1550Bram Moolenaar2018-02-2717-87/+102
* patch 8.0.1549: various small problems in test filesv8.0.1549Bram Moolenaar2018-02-276-36/+39
* Include Serbian spell input filesBram Moolenaar2018-02-273-0/+276
* patch 8.0.1548: screen dump test script not included in distributionv8.0.1548Bram Moolenaar2018-02-272-0/+3
* patch 8.0.1547: undo in the options window makes it emptyv8.0.1547Bram Moolenaar2018-02-272-4/+9
* patch 8.0.1546: using feedkeys() in a terminal may trigger mappingsv8.0.1546Bram Moolenaar2018-02-273-4/+5
* patch 8.0.1545: screen dumps not included in distributionv8.0.1545Bram Moolenaar2018-02-272-0/+3
* Updated runtime files.Bram Moolenaar2018-02-2725-423/+7721
* patch 8.0.1544: when using 'termguicolors' SpellBad doesn't showv8.0.1544Bram Moolenaar2018-02-275-34/+82
* patch 8.0.1543: with 'termguicolors' Normal color doesn't work correctlyv8.0.1543Bram Moolenaar2018-02-272-26/+26
* patch 8.0.1542: terminal screen dump does not include cursor positionv8.0.1542Bram Moolenaar2018-02-257-13/+56
* patch 8.0.1541: synpat_T is taking too much memoryv8.0.1541Bram Moolenaar2018-02-242-9/+13
* patch 8.0.1540: popup menu positioning fails with longer stringv8.0.1540Bram Moolenaar2018-02-245-16/+43
* patch 8.0.1539: no test for the popup menu positioningv8.0.1539Bram Moolenaar2018-02-249-33/+121
* patch 8.0.1538: popupmenu is too far left when completion is longv8.0.1538Bram Moolenaar2018-02-242-2/+4
* patch 8.0.1537: xxd does not skip NUL lines when using ebcdicv8.0.1537Bram Moolenaar2018-02-242-2/+4
* patch 8.0.1536: quotestar test is flaky when using the GUIv8.0.1536Bram Moolenaar2018-02-242-9/+10
* patch 8.0.1535: C syntax test still fails when using gvimv8.0.1535Bram Moolenaar2018-02-244-18/+22
* patch 8.0.1534: C syntax test fails when using gvimv8.0.1534Bram Moolenaar2018-02-243-1/+12
* patch 8.0.1533: libterm doesn't support requesting fg and bg colorv8.0.1533Bram Moolenaar2018-02-244-2/+21
* patch 8.0.1532: compiler warnings without termguicolors featurev8.0.1532Bram Moolenaar2018-02-232-27/+30
* patch 8.0.1531: cannot use 24 bit colors in MS-Windows consolev8.0.1531Bram Moolenaar2018-02-2213-114/+701
* patch 8.0.1530: dump test fails when using a shadow directoryv8.0.1530Bram Moolenaar2018-02-222-0/+3
* patch 8.0.1529: assert_equalfile() does not close file descriptorsv8.0.1529Bram Moolenaar2018-02-202-0/+4
* patch 8.0.1528: dead code foundv8.0.1528Bram Moolenaar2018-02-205-6/+3
* patch 8.0.1527: screen dump test fails on MS-Windowsv8.0.1527Bram Moolenaar2018-02-202-1/+4
* patch 8.0.1526: no test using a screen dump yetv8.0.1526Bram Moolenaar2018-02-208-30/+266
* patch 8.0.1525: using :wqa exits even if a job runs in a terminal windowv8.0.1525Bram Moolenaar2018-02-196-4/+23
* patch 8.0.1524: compiler warnings for uninitialized variablesv8.0.1524Bram Moolenaar2018-02-192-3/+5
* patch 8.0.1523: cannot write and read terminal screendumpsv8.0.1523Bram Moolenaar2018-02-189-37/+1017
* patch 8.0.1522: popup menu is positioned in the wrong placev8.0.1522Bram Moolenaar2018-02-172-7/+13
* patch 8.0.1521: Shift-Tab does not work in a terminal windowv8.0.1521Bram Moolenaar2018-02-162-1/+4
* patch 8.0.1520: cursor in wrong line when using a WinBar in Terminal windowv8.0.1520Bram Moolenaar2018-02-133-2/+9
* patch 8.0.1519: getchangelist() does not use argument as bufname()v8.0.1519Bram Moolenaar2018-02-133-4/+9
* patch 8.0.1518: error messages suppressed after ":silent! try"v8.0.1518Bram Moolenaar2018-02-133-1/+27
* patch 8.0.1517: invalid memory acces with pattern using look-behind matchv8.0.1517Bram Moolenaar2018-02-132-1/+8
* patch 8.0.1516: errors for job options are not very specificv8.0.1516Bram Moolenaar2018-02-133-17/+21
* patch 8.0.1515: BufWinEnter event fired when opening hidden terminalv8.0.1515Bram Moolenaar2018-02-132-3/+8
* patch 8.0.1514: getting the list of changes is not easyv8.0.1514Bram Moolenaar2018-02-137-0/+124