summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0542: shiftwidth() does not take 'vartabstop' into accountv8.1.0542Bram Moolenaar2018-11-229-6/+138
* patch 8.1.0541: help message in dosinst.c is outdatedv8.1.0541Bram Moolenaar2018-11-212-5/+8
* patch 8.1.0540: may evaluate insecure value when appending to optionv8.1.0540Bram Moolenaar2018-11-202-9/+36
* patch 8.1.0539: cannot build without the sandboxv8.1.0539Bram Moolenaar2018-11-203-5/+10
* patch 8.1.0538: evaluating a modeline might invoke using a shell commandv8.1.0538Bram Moolenaar2018-11-202-0/+7
* patch 8.1.0537: ui_breakcheck() may be called recursivelyv8.1.0537Bram Moolenaar2018-11-202-2/+14
* patch 8.1.0536: file time test fails when using NFSv8.1.0536Bram Moolenaar2018-11-182-17/+21
* patch 8.1.0535: increment/decrement might get interrupted by updating foldsv8.1.0535Bram Moolenaar2018-11-162-0/+26
* patch 8.1.0534: MS-Windows installer uses different $HOME than Vimv8.1.0534Bram Moolenaar2018-11-163-13/+111
* patch 8.1.0533: screendump tests can be flakyv8.1.0533Bram Moolenaar2018-11-162-1/+3
* patch 8.1.0532: cannot distinguish between quickfix and location listv8.1.0532Bram Moolenaar2018-11-162-17/+39
* patch 8.1.0531: flaky tests often fail with a common error messagev8.1.0531Bram Moolenaar2018-11-162-2/+9
* patch 8.1.0530: channel and terminal tests that start a server can be flakyv8.1.0530Bram Moolenaar2018-11-162-0/+32
* patch 8.1.0529: flaky test sometimes fails in different waysv8.1.0529Bram Moolenaar2018-11-162-16/+37
* patch 8.1.0528: various typos in commentsv8.1.0528Bram Moolenaar2018-11-1622-45/+47
* Update runtime files.Bram Moolenaar2018-11-164-510/+498
* patch 8.1.0527: using 'shiftwidth' from wrong buffer for foldingv8.1.0527Bram Moolenaar2018-11-142-1/+4
* patch 8.1.0526: running out of signal stack in RealWaitForCharv8.1.0526Bram Moolenaar2018-11-122-1/+5
* patch 8.1.0525: terminal test skips part on Windowsv8.1.0525Bram Moolenaar2018-11-123-10/+11
* patch 8.1.0524: terminal test fails on Windowsv8.1.0524Bram Moolenaar2018-11-112-1/+8
* patch 8.1.0523: opening window from quickfix leaves empty buffer behindv8.1.0523Bram Moolenaar2018-11-114-31/+107
* patch 8.1.0522: :terminal does not show trailing empty linesv8.1.0522Bram Moolenaar2018-11-113-0/+33
* patch 8.1.0521: cannot build with +eval but without +quickfixv8.1.0521Bram Moolenaar2018-11-112-2/+2
* patch 8.1.0520: screen diff test sometimes failsv8.1.0520Bram Moolenaar2018-11-112-0/+3
* patch 8.1.0519: cannot save and restore the tag stackv8.1.0519Bram Moolenaar2018-11-1112-1/+427
* patch 8.1.0518: Test_window_split_edit_bufnr() fails on AppVeyorv8.1.0518Bram Moolenaar2018-11-102-13/+18
* patch 8.1.0517: Test_window_split_edit_alternate() fails on AppVeyorv8.1.0517Bram Moolenaar2018-11-102-4/+9
* patch 8.1.0516: :move command marks buffer modified when nothing changedv8.1.0516Bram Moolenaar2018-11-105-4/+62
* patch 8.1.0515: reloading a script gives errors for existing functionsv8.1.0515Bram Moolenaar2018-11-109-8/+48
* patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no namev8.1.0514Bram Moolenaar2018-11-105-72/+175
* 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-043-137/+206
* 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-032-0/+3
* 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-272-1/+3
* 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-251-0/+2
* patch 8.1.0495: :filter only supports some commandsv8.1.0495Bram Moolenaar2018-10-257-3/+64