summaryrefslogtreecommitdiffstats
path: root/src/Makefile
AgeCommit message (Expand)Author
2017-07-23patch 8.0.0762: ml_get error with :psearch in buffer without a namev8.0.0762Bram Moolenaar
2017-07-22patch 8.0.0750: OpenPTY missing in non-GUI buildv8.0.0750Bram Moolenaar
2017-07-19patch 8.0.0736: OptionSet not triggered when entering diff modev8.0.0736Bram Moolenaar
2017-07-16patch 8.0.0724: the message for yanking doesn't indicate the registerv8.0.0724Bram Moolenaar
2017-07-11patch 8.0.0709: libvterm cannot use vsnprintf()v8.0.0709Bram Moolenaar
2017-07-11patch 8.0.0708: some tests are old stylev8.0.0708Bram Moolenaar
2017-07-07patch 8.0.0695: missing dependencies breaks parallel makev8.0.0695Bram Moolenaar
2017-07-07patch 8.0.0694: building in shadow directory does not workv8.0.0694Bram Moolenaar
2017-07-07patch 8.0.0693: no terminal emulator supportv8.0.0693Bram Moolenaar
2017-06-27patch 8.0.0684: old style tests are not nicev8.0.0684Bram Moolenaar
2017-06-22patch 8.0.0658: spell test is old stylev8.0.0658Bram Moolenaar
2017-06-04patch 8.0.0614: float2nr() is not exactly rightv8.0.0614Bram Moolenaar
2017-06-04patch 8.0.0613: the conf filetype is used before ftdetect from packagesv8.0.0613Bram Moolenaar
2017-04-21patch 8.0.0576: can't build when configure choses "install-sh"v8.0.0576Bram Moolenaar
2017-04-20patch 8.0.0573: running parallel make after distclean failsv8.0.0573Bram Moolenaar
2017-04-20patch 8.0.0572: building the command table requires Perlv8.0.0572Bram Moolenaar
2017-04-20patch 8.0.0570: can't run make with several jobsv8.0.0570Bram Moolenaar
2017-04-02patch 8.0.0537: illegal memory access with :z and large countv8.0.0537Bram Moolenaar
2017-03-29patch 8.0.0522: Win32: when 'clipboard' is "unnamed" yyp does not workv8.0.0522Bram Moolenaar
2017-03-25patch 8.0.0504: looking up an Ex command is a bit slowv8.0.0504Bram Moolenaar
2017-03-21patch 8.0.0499: taglist() does not prioritize tags for a bufferv8.0.0499Bram Moolenaar
2017-03-19patch 8.0.0493: crash with cd command with very long argumentv8.0.0493Bram Moolenaar
2017-03-19patch 8.0.0489: clipboard and "* register is not testedv8.0.0489Bram Moolenaar
2017-03-18patch 8.0.0474: the client-server feature is not testedv8.0.0474Bram Moolenaar
2017-03-12patch 8.0.0446: the ";" command does not work after some charactersv8.0.0446Bram Moolenaar
2017-03-09patch 8.0.0440: not enough test coverage in Insert modev8.0.0440Bram Moolenaar
2017-03-08patch 8.0.0432: "make shadow" creates an invalid linkv8.0.0432Bram Moolenaar
2017-03-07patch 8.0.0428: git and hg see new files after running testsv8.0.0428Bram Moolenaar
2017-03-05patch 8.0.0423: changing 'cinoptions' does not always workv8.0.0423Bram Moolenaar
2017-03-05patch 8.0.0420: text garbled when the system encoding differs from 'encoding'v8.0.0420Bram Moolenaar
2017-02-27patch 8.0.0385: no tests for arabicv8.0.0385Bram Moolenaar
2017-02-25patch 8.0.0368: not all options are tested with a range of valuesv8.0.0368Bram Moolenaar
2017-02-25patch 8.0.0364: ]s does not move cursor with two spell errors in one linev8.0.0364Bram Moolenaar
2017-02-23patch 8.0.0361: GUI initialisation is not sufficiently testedv8.0.0361Bram Moolenaar
2017-02-23patch 8.0.0360: sometimes VimL is used instead of "Vim script"v8.0.0360Bram Moolenaar
2017-02-23patch 8.0.0359: 'number' and 'relativenumber' are not properly testedv8.0.0359Bram Moolenaar
2017-02-22patch 8.0.0348: using shadow dir on Mac lack +clipboardv8.0.0348Bram Moolenaar
2017-02-18patch 8.0.0337: invalid memory access in :recover commandv8.0.0337Bram Moolenaar
2017-02-17patch 8.0.0334: can't access b:changedtick from a dict referencev8.0.0334Bram Moolenaar
2017-02-17patch 8.0.0331: restoring help snapshot accesses freed memoryv8.0.0331Bram Moolenaar
2017-02-05patch 8.0.0311: linebreak tests are old stylev8.0.0311Bram Moolenaar
2017-02-01patch 8.0.0289: no test for "ga" and :asciiv8.0.0289Bram Moolenaar
2017-01-29patch 8.0.0271: may get ml_get error when :tcldo deletes linesv8.0.0271Bram Moolenaar
2017-01-29patch 8.0.0268: may get ml_get error when :luado deletes linesv8.0.0268Bram Moolenaar
2017-01-29patch 8.0.0265: may get ml_get error when :pydo deletes linesv8.0.0265Bram Moolenaar
2017-01-28patch 8.0.0252: not properly recognizing word characters between 128 and 255v8.0.0252Bram Moolenaar
2017-01-28patch 8.0.0251: not easy to select Python 2 or 3v8.0.0251Bram Moolenaar
2017-01-28patch 8.0.0250: virtcol() does not work well for multi-byte charactersv8.0.0250Bram Moolenaar
2017-01-24patch 8.0.0231: bracketed paste mode is not testedv8.0.0231Bram Moolenaar
2017-01-22patch 8.0.0222: blockwise put on multi-byte character misplacedv8.0.0222Bram Moolenaar