summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0553: it is not easy to edit a script that was sourcedv8.1.0553Bram Moolenaar2018-11-307-12/+58
* patch 8.1.0552: saved last search pattern may not be restoredv8.1.0552Bram Moolenaar2018-11-303-0/+20
* patch 8.1.0551: expression evaluation may repeat an error messagev8.1.0551Bram Moolenaar2018-11-282-2/+4
* patch 8.1.0550: expression evaluation may repeat an error messagev8.1.0550Bram Moolenaar2018-11-284-5/+6
* patch 8.1.0549: netbeans test depends on README.txt contentsv8.1.0549Bram Moolenaar2018-11-263-4/+8
* patch 8.1.0548: crash when job callback unloads a bufferv8.1.0548Bram Moolenaar2018-11-262-2/+3
* patch 8.1.0547: modeline test with keymap still failsv8.1.0547Bram Moolenaar2018-11-252-0/+5
* patch 8.1.0546: modeline test with keymap failsv8.1.0546Bram Moolenaar2018-11-252-0/+5
* patch 8.1.0545: when executing indent tests user preferences interferev8.1.0545Bram Moolenaar2018-11-253-3/+7
* Update runtime filesBram Moolenaar2018-11-259-65/+158
* patch 8.1.0544: setting 'filetype' in a modeline causes an errorv8.1.0544Bram Moolenaar2018-11-253-22/+140
* patch 8.1.0543: Coverity warns for leaking memory and using wrong structv8.1.0543Bram Moolenaar2018-11-243-1/+4
* patch 8.1.0542: shiftwidth() does not take 'vartabstop' into accountv8.1.0542Bram Moolenaar2018-11-2211-18/+155
* 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-204-6/+11
* 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-1623-694/+800
* 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-1115-1/+494
* 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-1010-11/+55
* patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no namev8.1.0514Bram Moolenaar2018-11-106-75/+180
* 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