summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0485: term_start() does not check if directory is accessiblev8.1.0485Bram Moolenaar2018-10-193-1/+26
* patch 8.1.0484: some file types are not recognizedv8.1.0484Bram Moolenaar2018-10-193-8/+11
* Update runtime filesBram Moolenaar2018-10-1916-97/+199
* patch 8.1.0483: MinGW does not build tee.exev8.1.0483Bram Moolenaar2018-10-173-2/+8
* patch 8.1.0482: MinGW "make clean" deletes all .exe filesv8.1.0482Bram Moolenaar2018-10-172-2/+8
* patch 8.1.0481: when "Terminal" highlight is reverted cursor doesn't showv8.1.0481Bram Moolenaar2018-10-162-2/+21
* patch 8.1.0480: MinGW build file uses different -I flags than MVCv8.1.0480Bram Moolenaar2018-10-162-2/+4
* patch 8.1.0479: failure when setting 'varsofttabstop' to end in a commav8.1.0479Bram Moolenaar2018-10-153-12/+26
* patch 8.1.0478: cannot build with perl using MinGWv8.1.0478Bram Moolenaar2018-10-152-1/+3
* patch 8.1.0477: tiny build failsv8.1.0477Bram Moolenaar2018-10-142-0/+6
* patch 8.1.0476: memory leaks in test_escaped_globv8.1.0476Bram Moolenaar2018-10-142-8/+11
* patch 8.1.0475: memory not freed on exit when quit in autocmdv8.1.0475Bram Moolenaar2018-10-148-67/+68
* patch 8.1.0474: directory where if_perl.c is written is inconsistentv8.1.0474Bram Moolenaar2018-10-144-9/+19
* patch 8.1.0473: user doesn't notice file does not exist when swap file doesv8.1.0473Bram Moolenaar2018-10-132-2/+8
* patch 8.1.0472: dosinst command has a few flawsv8.1.0472Bram Moolenaar2018-10-132-6/+63
* patch 8.1.0471: some tests are flaky or fail on some systemsv8.1.0471Bram Moolenaar2018-10-123-3/+11
* patch 8.1.0470: pointer ownership around fname_expand() is unclearv8.1.0470Bram Moolenaar2018-10-115-28/+55
* patch 8.1.0469: too often indexing in qf_lists[]v8.1.0469Bram Moolenaar2018-10-113-52/+72
* patch 8.1.0468: MS-Windows: filter command with pipe character failsv8.1.0468Bram Moolenaar2018-10-093-2/+37
* patch 8.1.0467: cannot build with Mac OS X 10.5v8.1.0467Bram Moolenaar2018-10-082-4/+6
* patch 8.1.0466: autocmd test failsv8.1.0466Bram Moolenaar2018-10-077-22/+34
* patch 8.1.0465: client-server test failsv8.1.0465Bram Moolenaar2018-10-072-2/+4
* patch 8.1.0464: MS-Windows: job_info() has cmd without backslashesv8.1.0464Bram Moolenaar2018-10-073-4/+22
* patch 8.1.0463: "simalt ~x" in .vimrc blocks swap file promptv8.1.0463Bram Moolenaar2018-10-072-7/+13
* patch 8.1.0462: when using ConPTY Vim can be a child processv8.1.0462Bram Moolenaar2018-10-072-2/+39
* patch 8.1.0461: quickfix code uses too many /* */ commentsv8.1.0461Bram Moolenaar2018-10-072-585/+503
* patch 8.1.0460: assert_fails() does not take a message argumentv8.1.0460Bram Moolenaar2018-10-074-3/+22
* patch 8.1.0459: Test_executable fails when there is a dog in the systemv8.1.0459Bram Moolenaar2018-10-072-1/+3
* patch 8.1.0458: ml_get error and crash when using "do"v8.1.0458Bram Moolenaar2018-10-073-9/+34
* patch 8.1.0457: win32 console: key mappings don't workv8.1.0457Bram Moolenaar2018-10-072-46/+62
* patch 8.1.0456: running test hangs when the input file is being editedv8.1.0456Bram Moolenaar2018-10-073-2/+20
* patch 8.1.0455: checking for empty quickfix stack is not consistentv8.1.0455Bram Moolenaar2018-10-072-16/+24
* patch 8.1.0454: resolve() was not tested with a symlink cyclev8.1.0454Bram Moolenaar2018-10-062-0/+48
* patch 8.1.0453: MS-Windows: executable() is not reliablev8.1.0453Bram Moolenaar2018-10-063-5/+43
* patch 8.1.0452: MS-Windows: not finding intl.dllv8.1.0452Bram Moolenaar2018-10-063-8/+17
* patch 8.1.0451: Win32 console: keypad keys don't workv8.1.0451Bram Moolenaar2018-10-032-33/+33
* patch 8.1.0450: build failure without the +fold featurev8.1.0450Bram Moolenaar2018-10-022-3/+4
* patch 8.1.0449: when 'rnu' is set folded lines are not displayed correctlyv8.1.0449Bram Moolenaar2018-10-025-5/+75
* patch 8.1.0448: cursorline not removed when using 'cursorbind'v8.1.0448Bram Moolenaar2018-10-027-9/+99
* patch 8.1.0447: GUI scrollbar test fails with Athena and Motifv8.1.0447Bram Moolenaar2018-10-024-6/+15
* patch 8.1.0446: options test fails in the GUIv8.1.0446Bram Moolenaar2018-10-022-0/+5
* patch 8.1.0445: setting 'term' does not store location for termcap optionsv8.1.0445Bram Moolenaar2018-10-025-15/+98
* patch 8.1.0444: unnecessary check for NULL pointerv8.1.0444Bram Moolenaar2018-10-022-2/+3
* Update runtime files.Bram Moolenaar2018-10-0216-101/+206
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-3061-770/+21
* patch 8.1.0442: GUI: cursor not drawn after ":redraw | sleep"v8.1.0442Bram Moolenaar2018-09-302-1/+3
* patch 8.1.0441: build failure without command line historyv8.1.0441Bram Moolenaar2018-09-302-6/+8
* patch 8.1.0440: remove() with a range not sufficiently testedv8.1.0440Bram Moolenaar2018-09-302-0/+50
* patch 8.1.0439: recursive use of getcmdline() still not protectedv8.1.0439Bram Moolenaar2018-09-305-97/+63
* patch 8.1.0438: the ex_make() function is too longv8.1.0438Bram Moolenaar2018-09-282-93/+118