summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0606: 'cryptmethod' defaults to a very old methodv8.1.0606Bram Moolenaar2018-12-162-1/+3
* patch 8.1.0605: running make in the top directory echoes a commentv8.1.0605Bram Moolenaar2018-12-161-0/+2
* patch 8.1.0604: autocommand test fails on MS-Windowsv8.1.0604Bram Moolenaar2018-12-163-2/+4
* patch 8.1.0603: the :stop command is not testedv8.1.0603Bram Moolenaar2018-12-163-0/+43
* patch 8.1.0602: DirChanged is also triggered when directory didn't changev8.1.0602Bram Moolenaar2018-12-165-27/+61
* patch 8.1.0601: a few compiler warningsv8.1.0601Bram Moolenaar2018-12-164-9/+10
* patch 8.1.0600: channel test is flakyv8.1.0600Bram Moolenaar2018-12-152-0/+3
* patch 8.1.0599: without the +eval feature the indent tests don't workv8.1.0599Bram Moolenaar2018-12-151-0/+2
* patch 8.1.0598: indent tests may use the wrong Vim binaryv8.1.0598Bram Moolenaar2018-12-151-0/+2
* patch 8.1.0597: cannot run test_libvterm from the top directoryv8.1.0597Bram Moolenaar2018-12-151-0/+2
* patch 8.1.0596: not all parts of printf() are testedv8.1.0596Bram Moolenaar2018-12-152-0/+33
* patch 8.1.0595: libvterm tests are not run with coveragev8.1.0595Bram Moolenaar2018-12-152-12/+8
* patch 8.1.0594: libvterm tests fail to run on Macv8.1.0594Bram Moolenaar2018-12-152-1/+7
* patch 8.1.0593: illegal memory access in libvterm testv8.1.0593Bram Moolenaar2018-12-154-3/+8
* patch 8.1.0592: the libvterm tests are not run as part of Vim testsv8.1.0592Bram Moolenaar2018-12-153-3/+8
* patch 8.1.0591: channel sort test is flakyv8.1.0591Bram Moolenaar2018-12-142-1/+3
* patch 8.1.0590: when a job ends the closed channels are not handledv8.1.0590Bram Moolenaar2018-12-144-19/+36
* patch 8.1.0589: compilation error in gvimext.cppv8.1.0589Bram Moolenaar2018-12-143-3/+8
* patch 8.1.0588: cannot define a sign with space in the textv8.1.0588Bram Moolenaar2018-12-143-0/+37
* patch 8.1.0587: GvimExt: realloc() failing is not handled properlyv8.1.0587Bram Moolenaar2018-12-142-2/+9
* patch 8.1.0586: :digraph output is not easy to readv8.1.0586Bram Moolenaar2018-12-145-72/+167
* patch 8.1.0585: undo test may fail on MS-Windowsv8.1.0585Bram Moolenaar2018-12-142-1/+3
* patch 8.1.0584: with search CTRL-L does not pick up composing charactersv8.1.0584Bram Moolenaar2018-12-142-0/+24
* patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()v8.1.0583Bram Moolenaar2018-12-1410-66/+68
* patch 8.1.0582: text properties are not enabledv8.1.0582Bram Moolenaar2018-12-143-11/+17
* patch 8.1.0581: double free without the text properties featurev8.1.0581Bram Moolenaar2018-12-132-1/+3
* patch 8.1.0580: invalid memory access when using text propertiesv8.1.0580Bram Moolenaar2018-12-132-1/+3
* patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar2018-12-1322-42/+1422
* patch 8.1.0578: cannot disable arabic, rightleft and farsi in configurev8.1.0578Bram Moolenaar2018-12-126-3/+120
* 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-101-0/+2
* patch 8.1.0575: Termdebug: clearing multi-breakpoint does not workv8.1.0575Bram Moolenaar2018-12-091-0/+2
* 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-083-2/+36
* 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-021-0/+2
* patch 8.1.0557: Termdebug: gdb may use X.Y for breakpoint numberv8.1.0557Bram Moolenaar2018-12-021-0/+2