summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0315: :help :[range] does not workv8.0.0315Bram Moolenaar2017-02-092-2/+6
* patch 8.0.0314: getcmd*() functions are not testedv8.0.0314Bram Moolenaar2017-02-062-0/+34
* patch 8.0.0313: not enough testing for GUI functionalityv8.0.0313Bram Moolenaar2017-02-062-2/+41
* patch 8.0.0312: failure when a channel receives a split json messagev8.0.0312Bram Moolenaar2017-02-065-23/+50
* patch 8.0.0311: linebreak tests are old stylev8.0.0311Bram Moolenaar2017-02-0511-473/+605
* patch 8.0.0310: not enough testing for GUI functionalityv8.0.0310Bram Moolenaar2017-02-052-1/+19
* patch 8.0.0309: cannot use an empty key in jsonv8.0.0309Bram Moolenaar2017-02-053-1/+8
* patch 8.0.0308: 'runtimepath' not update correctly when using symbolic linkv8.0.0308Bram Moolenaar2017-02-053-13/+55
* patch 8.0.0307: asan detects a memory error when EXITFREE is definedv8.0.0307Bram Moolenaar2017-02-056-2/+16
* patch 8.0.0306: mode() not sufficiently testedv8.0.0306Bram Moolenaar2017-02-052-0/+36
* patch 8.0.0305: invalid memory access when option has duplicate flagv8.0.0305Bram Moolenaar2017-02-053-3/+12
* patch 8.0.0304: assign test fails in the GUIv8.0.0304Bram Moolenaar2017-02-042-5/+9
* patch 8.0.0303: bracketed paste does not work in Visual modev8.0.0303Bram Moolenaar2017-02-045-8/+78
* patch 8.0.0302: cannot set terminal key codes with :letv8.0.0302Bram Moolenaar2017-02-043-0/+76
* patch 8.0.0301: not enough testing for setting optionsv8.0.0301Bram Moolenaar2017-02-042-0/+93
* patch 8.0.0300: cannot stop diffing hidden buffersv8.0.0300Bram Moolenaar2017-02-033-0/+60
* patch 8.0.0299: a window resize is sometimes not taking effectv8.0.0299Bram Moolenaar2017-02-033-19/+24
* patch 8.0.0298: Ex command range with repeated search does not workv8.0.0298Bram Moolenaar2017-02-033-2/+36
* patch 8.0.0297: double free on exit when using a closurev8.0.0297Bram Moolenaar2017-02-023-12/+69
* patch 8.0.0296: bracketed paste can only append, not insertv8.0.0296Bram Moolenaar2017-02-024-7/+37
* patch 8.0.0295: test_viml hangsv8.0.0295Bram Moolenaar2017-02-012-1/+5
* patch 8.0.0294: argument list is not stored correctly in a session filev8.0.0294Bram Moolenaar2017-02-013-1/+15
* patch 8.0.0293: some tests have a one or three second waitv8.0.0293Bram Moolenaar2017-02-014-4/+18
* patch 8.0.0292: the stat test is a bit slowv8.0.0292Bram Moolenaar2017-02-012-14/+23
* patch 8.0.0291: Visual block insertion does not insert in all linesv8.0.0291Bram Moolenaar2017-02-013-2/+16
* patch 8.0.0290: cursor positioning wrong if wide character wrapsv8.0.0290Bram Moolenaar2017-02-012-2/+8
* patch 8.0.0289: no test for "ga" and :asciiv8.0.0289Bram Moolenaar2017-02-014-1/+42
* patch 8.0.0288: errors reported while running testsv8.0.0288Bram Moolenaar2017-02-012-1/+3
* patch 8.0.0287: debug mode: cannot access function argumentsv8.0.0287Bram Moolenaar2017-02-012-1/+3
* patch 8.0.0286: not always redrawing after screen resizev8.0.0286Bram Moolenaar2017-02-012-67/+57
* patch 8.0.0285: tests fail with tiny build on Unixv8.0.0285Bram Moolenaar2017-02-012-4/+9
* patch 8.0.0284: collapse buffers test failed oncev8.0.0284Bram Moolenaar2017-02-012-3/+6
* patch 8.0.0283: mode() does not indicate Insert mode completionv8.0.0283Bram Moolenaar2017-02-015-13/+111
* patch 8.0.0282: need to use CTRL-O twice when in Visual-Insert modev8.0.0282Bram Moolenaar2017-02-013-1/+6
* patch 8.0.0281: some files are still using ARGSUSED instead of UNUSEDv8.0.0281Bram Moolenaar2017-02-016-132/+89
* patch 8.0.0280: problem setting multi-byte environment var on MS-Windowsv8.0.0280Bram Moolenaar2017-02-016-5/+63
* patch 8.0.0279: MSVC 2015 uses a different dll namev8.0.0279Bram Moolenaar2017-02-012-1/+5
* patch 8.0.0278: GUI test fails on MS-Windowsv8.0.0278Bram Moolenaar2017-02-012-3/+6
* patch 8.0.0277: the GUI test may trigger fontconfig and take a long timev8.0.0277Bram Moolenaar2017-02-013-1/+12
* patch 8.0.0276: unnecessary #ifdefsv8.0.0276Bram Moolenaar2017-02-012-8/+2
* patch 8.0.0275: the screen may be updated at the wrong timev8.0.0275Bram Moolenaar2017-01-312-0/+9
* patch 8.0.0274: possible recursive screen updating causes troublev8.0.0274Bram Moolenaar2017-01-312-4/+5
* patch 8.0.0273: dead code detected by Coverityv8.0.0273Bram Moolenaar2017-01-302-1/+14
* patch 8.0.0272: crash on exit is not detected when running testsv8.0.0272Bram Moolenaar2017-01-302-2/+4
* patch 8.0.0271: may get ml_get error when :tcldo deletes linesv8.0.0271Bram Moolenaar2017-01-295-1/+31
* patch 8.0.0270: may get ml_get error when :rubydo deletes linesv8.0.0270Bram Moolenaar2017-01-293-0/+24
* patch 8.0.0269: may get ml_get error when :perldo deletes linesv8.0.0269Bram Moolenaar2017-01-293-1/+22
* patch 8.0.0268: may get ml_get error when :luado deletes linesv8.0.0268Bram Moolenaar2017-01-295-1/+36
* patch 8.0.0267: channel test sometimes fails on Macv8.0.0267Bram Moolenaar2017-01-292-0/+3
* patch 8.0.0266: compiler warning for using uninitialized variablev8.0.0266Bram Moolenaar2017-01-292-0/+5