summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-0311-15/+82
* 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-031-0/+2
* 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-033-4/+31
* 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-315-6/+48
* 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-3118-155/+220
* 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-315-0/+21
* 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
* patch 8.0.1436: not enough information about what Python version may workv8.0.1436Bram Moolenaar2018-01-282-2/+14
* 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-261-0/+2
* 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
* patch 8.0.1424: the timer_pause test is flaky on Travisv8.0.1424Bram Moolenaar2017-12-232-1/+8
* patch 8.0.1423: error in return not caught by try/catchv8.0.1423Bram Moolenaar2017-12-236-2/+24
* patch 8.0.1422: no fallback to underline when undercurl is not setv8.0.1422Bram Moolenaar2017-12-222-10/+12
* patch 8.0.1421: accessing invalid memory with overlong byte sequencev8.0.1421Bram Moolenaar2017-12-223-2/+26
* patch 8.0.1420: accessing freed memory in vimgrepv8.0.1420Bram Moolenaar2017-12-214-23/+133
* patch 8.0.1419: cursor column is not updated after ]sv8.0.1419Bram Moolenaar2017-12-214-0/+38
* patch 8.0.1418: no test for expanding backticksv8.0.1418Bram Moolenaar2017-12-202-8/+19
* patch 8.0.1417: test doesn't search for a sentencev8.0.1417Bram Moolenaar2017-12-193-4/+25
* patch 8.0.1416: crash when searching for a sentencev8.0.1416Bram Moolenaar2017-12-195-14/+33
* patch 8.0.1415: warning for unused function without timers featurev8.0.1415Bram Moolenaar2017-12-192-0/+4
* patch 8.0.1414: accessing freed memory in :lfile.v8.0.1414Bram Moolenaar2017-12-193-4/+14