summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1473: MS-Windows: D&D fails between 32 and 64 bit appsv8.0.1473Bram Moolenaar2018-02-042-0/+9
* patch 8.0.1472: MS-Windows: nsis installer is a bit slowv8.0.1472Bram Moolenaar2018-02-042-6/+11
* patch 8.0.1471: on MS-Windows CursorIM highlighting no longer worksv8.0.1471Bram Moolenaar2018-02-042-2/+4
* patch 8.0.1470: integer overflow when using regexp patternv8.0.1470Bram Moolenaar2018-02-042-10/+19
* patch 8.0.1469: when package path is a symlink 'runtimepath' is wrongv8.0.1469Bram Moolenaar2018-02-043-112/+178
* patch 8.0.1468: illegal memory access in del_bytes()v8.0.1468Bram Moolenaar2018-02-043-7/+18
* patch 8.0.1467: libvterm doesn't handle illegal byte sequence correctlyv8.0.1467Bram Moolenaar2018-02-043-5/+10
* patch 8.0.1466: older GTK versions don't have gtk_entry_get_text_length()v8.0.1466Bram Moolenaar2018-02-042-2/+34
* patch 8.0.1465: python2 and python3 detection not testedv8.0.1465Bram Moolenaar2018-02-033-2/+7
* patch 8.0.1464: completing directory after :find does not add slashv8.0.1464Bram Moolenaar2018-02-033-1/+14
* patch 8.0.1463: test fails without 'autochdir' optionv8.0.1463Bram Moolenaar2018-02-032-0/+5
* patch 8.0.1462: missing yet another file in patchv8.0.1462Bram Moolenaar2018-02-032-1/+3
* patch 8.0.1461: missing another file in patchv8.0.1461Bram Moolenaar2018-02-032-2/+18
* patch 8.0.1460: missing file in patchv8.0.1460Bram Moolenaar2018-02-032-2/+11
* patch 8.0.1459: cannot handle change of directoryv8.0.1459Bram Moolenaar2018-02-0312-15/+94
* patch 8.0.1458: filetype detection test does not check all scriptsv8.0.1458Bram Moolenaar2018-02-032-0/+36
* patch 8.0.1457: clojure now supports a shebang linev8.0.1457Bram Moolenaar2018-02-032-1/+11
* patch 8.0.1456: timer test on travis Mac is still flakyv8.0.1456Bram Moolenaar2018-02-032-1/+3
* patch 8.0.1455: if $SHELL contains a space then 'shell' is incorrectv8.0.1455Bram Moolenaar2018-02-034-6/+40
* patch 8.0.1454: when in silent mode too much output is bufferedv8.0.1454Bram Moolenaar2018-02-032-1/+10
* patch 8.0.1453: terminal test fails on some slow terminalsv8.0.1453Bram Moolenaar2018-02-022-1/+3
* patch 8.0.1452: terminal test fails on some systemsv8.0.1452Bram Moolenaar2018-02-022-4/+14
* patch 8.0.1451: difficult to set the python home directories properlyv8.0.1451Bram Moolenaar2018-01-318-6/+86
* patch 8.0.1450: GUI: endless loop when stopping cursor blinkingv8.0.1450Bram Moolenaar2018-01-3112-26/+29
* patch 8.0.1449: slow redrawing with DirectXv8.0.1449Bram Moolenaar2018-01-3119-173/+224
* patch 8.0.1448: segfault with exception inside :rubyfile commandv8.0.1448Bram Moolenaar2018-01-313-4/+21
* patch 8.0.1447: still too many old style testsv8.0.1447Bram Moolenaar2018-01-3114-581/+608
* patch 8.0.1446: acessing freed memory after window command in auto commandv8.0.1446Bram Moolenaar2018-01-313-1/+22
* patch 8.0.1445: cannot act on edits in the command linev8.0.1445Bram Moolenaar2018-01-316-1/+29
* patch 8.0.1444: missing -D_FILE_OFFSET_BITS=64 may cause problemsv8.0.1444Bram Moolenaar2018-01-313-0/+28
* patch 8.0.1443: compiler complains about uninitialized variablev8.0.1443Bram Moolenaar2018-01-312-2/+7
* patch 8.0.1442: using pointer before it is setv8.0.1442Bram Moolenaar2018-01-302-1/+3
* patch 8.0.1441: using ":undo 0" leaves undo in wrong statev8.0.1441Bram Moolenaar2018-01-303-72/+122
* patch 8.0.1440: terminal window: some vterm responses are delayedv8.0.1440Bram Moolenaar2018-01-304-23/+62
* patch 8.0.1439: if cscope fails a search Vim may hangv8.0.1439Bram Moolenaar2018-01-302-1/+6
* patch 8.0.1438: filetype detection test not updated for changev8.0.1438Bram Moolenaar2018-01-292-1/+5
* patch 8.0.1437: pkg-config doesn't work with cross compilingv8.0.1437Bram Moolenaar2018-01-283-27/+143
* Update runtime files.Bram Moolenaar2018-01-2826-337/+1547
* patch 8.0.1436: not enough information about what Python version may workv8.0.1436Bram Moolenaar2018-01-283-4/+20
* patch 8.0.1435: memory leak in test_arabicv8.0.1435Bram Moolenaar2018-01-284-2/+17
* patch 8.0.1434: GTK: :promtfind does not put focus on text inputv8.0.1434Bram Moolenaar2018-01-282-0/+11
* patch 8.0.1433: illegal memory access after undov8.0.1433Bram Moolenaar2018-01-273-1/+16
* patch 8.0.1432: after ":copen" can't get the window-ID of the quickfix windowv8.0.1432Bram Moolenaar2018-01-273-14/+31
* patch 8.0.1431: MS-Windows: vimtutor fails if %TMP% has special charsv8.0.1431Bram Moolenaar2018-01-262-1/+3
* patch 8.0.1430: crash when term_start() failsv8.0.1430Bram Moolenaar2018-01-262-1/+3
* patch 8.0.1429: crash when calling term_start() with empty argumentv8.0.1429Bram Moolenaar2018-01-263-10/+32
* patch 8.0.1428: compiler warning on 64 bit MS-Windows systemv8.0.1428Bram Moolenaar2018-01-022-1/+3
* patch 8.0.1427: the :leftabove modifier doesn't work for :copenv8.0.1427Bram Moolenaar2017-12-263-2/+37
* patch 8.0.1426: "gf" and <cfile> don't accept ? and & in URLv8.0.1426Bram Moolenaar2017-12-253-3/+22
* patch 8.0.1425: execute() does not work in completion of user commandv8.0.1425Bram Moolenaar2017-12-253-0/+17