summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.1.0577: tabpage right-click menu never shows "Close tab"v8.1.0577Bram Moolenaar2018-12-115-19/+19
* patch 8.1.0576: indent script tests pick up installed scriptsv8.1.0576Bram Moolenaar2018-12-102-2/+5
* Update runtime files.Bram Moolenaar2018-12-0927-142/+403
* patch 8.1.0575: Termdebug: clearing multi-breakpoint does not workv8.1.0575Bram Moolenaar2018-12-092-48/+94
* patch 8.1.0574: 'commentstring' not used when adding fold marker in Cv8.1.0574Bram Moolenaar2018-12-093-7/+37
* patch 8.1.0573: cannot redefine user command without ! in same scriptv8.1.0573Bram Moolenaar2018-12-084-13/+59
* patch 8.1.0572: stopping a job does not work properly on OpenBSDv8.1.0572Bram Moolenaar2018-12-082-11/+9
* patch 8.1.0571: non-silent execute() resets display column to zerov8.1.0571Bram Moolenaar2018-12-083-3/+32
* patch 8.1.0570: 'commentstring' not used when adding fold markerv8.1.0570Bram Moolenaar2018-12-073-2/+33
* patch 8.1.0569: execute() always resets display column to zerov8.1.0569Bram Moolenaar2018-12-073-3/+19
* patch 8.1.0568: error message for NUL byte in ScreenLines breaks Travis CIv8.1.0568Bram Moolenaar2018-12-072-2/+9
* patch 8.1.0567: error for NUL byte in ScreenLines goes unnoticedv8.1.0567Bram Moolenaar2018-12-072-3/+11
* patch 8.1.0566: SGR not enabled for mintty because $TERM is "xterm"v8.1.0566Bram Moolenaar2018-12-072-2/+11
* patch 8.1.0565: asan complains about reading before allocated blockv8.1.0565Bram Moolenaar2018-12-052-1/+4
* patch 8.1.0564: setting v:errors to wrong type still possiblev8.1.0564Bram Moolenaar2018-12-053-0/+15
* patch 8.1.0563: setting v:errors to a string give confusing errorv8.1.0563Bram Moolenaar2018-12-042-1/+3
* patch 8.1.0562: parsing of 'diffopt' is slightly wrongv8.1.0562Bram Moolenaar2018-12-046-7/+21
* patch 8.1.0561: MSCV error format has changedv8.1.0561Bram Moolenaar2018-12-032-1/+3
* patch 8.1.0560: cannot use address type "other" with with user commandv8.1.0560Bram Moolenaar2018-12-023-1/+63
* patch 8.1.0559: command line completion not sufficiently testedv8.1.0559Bram Moolenaar2018-12-026-0/+37
* patch 8.1.0558: some MS-Windows instructions are outdatedv8.1.0558Bram Moolenaar2018-12-023-19/+20
* patch 8.1.0557: Termdebug: gdb may use X.Y for breakpoint numberv8.1.0557Bram Moolenaar2018-12-022-80/+104
* patch 8.1.0556: saving/restoring search patterns share saved last_idxv8.1.0556Bram Moolenaar2018-12-012-11/+16
* patch 8.1.0555: crash when last search pat is set but not last substitute patv8.1.0555Bram Moolenaar2018-12-013-1/+15
* patch 8.1.0554: popup menu overlaps with preview windowv8.1.0554Bram Moolenaar2018-12-014-13/+48
* 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