summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0513: no error for set diffopt+=algorithm:v8.1.0513Bram Moolenaar2018-11-053-1/+5
* patch 8.1.0512: 'helplang' default is inconsistent for C and C.UTF-8v8.1.0512Bram Moolenaar2018-11-052-3/+15
* patch 8.1.0511: ml_get error when calling a function with a rangev8.1.0511Bram Moolenaar2018-11-043-0/+28
* Update runtime filesBram Moolenaar2018-11-0428-215/+429
* patch 8.1.0510: filter test fails when $LANG is C.UTF-8v8.1.0510Bram Moolenaar2018-11-042-1/+9
* patch 8.1.0509: checking cwd not accessible fails for rootv8.1.0509Bram Moolenaar2018-11-032-7/+12
* patch 8.1.0508: suspend test fails when run by rootv8.1.0508Bram Moolenaar2018-11-032-3/+5
* patch 8.1.0507: .raml files not properly detectedv8.1.0507Bram Moolenaar2018-11-033-4/+10
* patch 8.1.0506: modeline test fails when run by rootv8.1.0506Bram Moolenaar2018-11-032-1/+6
* patch 8.1.0505: filter command test may fail if helplang is not setv8.1.0505Bram Moolenaar2018-11-032-0/+5
* patch 8.1.0504: when CTRL-C is mapped it triggers InsertLeavev8.1.0504Bram Moolenaar2018-11-023-2/+37
* patch 8.1.0503: missing change to diff testv8.1.0503Bram Moolenaar2018-11-012-0/+22
* patch 8.1.0502: internal diff fails when diffing a context diffv8.1.0502Bram Moolenaar2018-10-313-13/+37
* patch 8.1.0501: cppcheck warns for using array index before bounds checkv8.1.0501Bram Moolenaar2018-10-302-2/+4
* patch 8.1.0500: cleaning up in src/tee may not always workv8.1.0500Bram Moolenaar2018-10-282-2/+10
* patch 8.1.0499: :2vimgrep causes an ml_get errorv8.1.0499Bram Moolenaar2018-10-284-4/+27
* patch 8.1.0498: /etc/gitconfig not recognized at a gitconfig filev8.1.0498Bram Moolenaar2018-10-273-6/+8
* patch 8.1.0497: :%diffput changes order of linesv8.1.0497Bram Moolenaar2018-10-253-2/+24
* patch 8.1.0496: no tests for indent filesv8.1.0496Bram Moolenaar2018-10-259-0/+329
* patch 8.1.0495: :filter only supports some commandsv8.1.0495Bram Moolenaar2018-10-258-4/+76
* patch 8.1.0494: functions do not check for a window ID in other tabsv8.1.0494Bram Moolenaar2018-10-252-7/+9
* patch 8.1.0493: argv() and argc() only work on the current argument listv8.1.0493Bram Moolenaar2018-10-256-34/+147
* patch 8.1.0492: "Edit with existing Vim" list can get longv8.1.0492Bram Moolenaar2018-10-252-3/+35
* patch 8.1.0491: if a terminal dump has CR it is considered corruptv8.1.0491Bram Moolenaar2018-10-232-1/+8
* patch 8.1.0490: MS-Windows: doesn't handle missing glibwinpthread-1.dllv8.1.0490Bram Moolenaar2018-10-212-5/+14
* patch 8.1.0489: crash when autocmd clears vimpgrep location listv8.1.0489Bram Moolenaar2018-10-213-34/+74
* patch 8.1.0488: using freed memory in quickfix codev8.1.0488Bram Moolenaar2018-10-205-22/+196
* patch 8.1.0487: no menus specifically for the terminal windowv8.1.0487Bram Moolenaar2018-10-1919-120/+269
* patch 8.1.0486: can't build in MS-Windowsv8.1.0486Bram Moolenaar2018-10-192-1/+6
* 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