summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0709: libvterm cannot use vsnprintf()v8.0.0709Bram Moolenaar2017-07-111-1/+1
* patch 8.0.0708: some tests are old stylev8.0.0708Bram Moolenaar2017-07-111-6/+12
* patch 8.0.0695: missing dependencies breaks parallel makev8.0.0695Bram Moolenaar2017-07-071-3/+7
* patch 8.0.0694: building in shadow directory does not workv8.0.0694Bram Moolenaar2017-07-071-1/+1
* patch 8.0.0693: no terminal emulator supportv8.0.0693Bram Moolenaar2017-07-071-3/+54
* patch 8.0.0684: old style tests are not nicev8.0.0684Bram Moolenaar2017-06-271-2/+4
* patch 8.0.0658: spell test is old stylev8.0.0658Bram Moolenaar2017-06-221-1/+1
* patch 8.0.0614: float2nr() is not exactly rightv8.0.0614Bram Moolenaar2017-06-041-1/+1
* patch 8.0.0613: the conf filetype is used before ftdetect from packagesv8.0.0613Bram Moolenaar2017-06-041-0/+1
* patch 8.0.0576: can't build when configure choses "install-sh"v8.0.0576Bram Moolenaar2017-04-211-0/+5
* patch 8.0.0573: running parallel make after distclean failsv8.0.0573Bram Moolenaar2017-04-201-6/+2
* patch 8.0.0572: building the command table requires Perlv8.0.0572Bram Moolenaar2017-04-201-8/+5
* patch 8.0.0570: can't run make with several jobsv8.0.0570Bram Moolenaar2017-04-201-25/+25
* patch 8.0.0537: illegal memory access with :z and large countv8.0.0537Bram Moolenaar2017-04-021-1/+2
* patch 8.0.0522: Win32: when 'clipboard' is "unnamed" yyp does not workv8.0.0522Bram Moolenaar2017-03-291-0/+1
* patch 8.0.0504: looking up an Ex command is a bit slowv8.0.0504Bram Moolenaar2017-03-251-0/+10
* patch 8.0.0499: taglist() does not prioritize tags for a bufferv8.0.0499Bram Moolenaar2017-03-211-0/+1
* patch 8.0.0493: crash with cd command with very long argumentv8.0.0493Bram Moolenaar2017-03-191-0/+1
* patch 8.0.0489: clipboard and "* register is not testedv8.0.0489Bram Moolenaar2017-03-191-0/+1
* patch 8.0.0474: the client-server feature is not testedv8.0.0474Bram Moolenaar2017-03-181-1/+2
* patch 8.0.0446: the ";" command does not work after some charactersv8.0.0446Bram Moolenaar2017-03-121-0/+1
* patch 8.0.0440: not enough test coverage in Insert modev8.0.0440Bram Moolenaar2017-03-091-0/+1
* patch 8.0.0432: "make shadow" creates an invalid linkv8.0.0432Bram Moolenaar2017-03-081-1/+1
* patch 8.0.0428: git and hg see new files after running testsv8.0.0428Bram Moolenaar2017-03-071-4/+0
* patch 8.0.0423: changing 'cinoptions' does not always workv8.0.0423Bram Moolenaar2017-03-051-0/+1
* patch 8.0.0420: text garbled when the system encoding differs from 'encoding'v8.0.0420Bram Moolenaar2017-03-051-0/+1
* patch 8.0.0385: no tests for arabicv8.0.0385Bram Moolenaar2017-02-271-0/+1
* patch 8.0.0368: not all options are tested with a range of valuesv8.0.0368Bram Moolenaar2017-02-251-1/+5
* patch 8.0.0364: ]s does not move cursor with two spell errors in one linev8.0.0364Bram Moolenaar2017-02-251-0/+1
* patch 8.0.0361: GUI initialisation is not sufficiently testedv8.0.0361Bram Moolenaar2017-02-231-0/+1
* patch 8.0.0360: sometimes VimL is used instead of "Vim script"v8.0.0360Bram Moolenaar2017-02-231-1/+1
* patch 8.0.0359: 'number' and 'relativenumber' are not properly testedv8.0.0359Bram Moolenaar2017-02-231-1/+3
* patch 8.0.0348: using shadow dir on Mac lack +clipboardv8.0.0348Bram Moolenaar2017-02-221-1/+1
* patch 8.0.0337: invalid memory access in :recover commandv8.0.0337Bram Moolenaar2017-02-181-0/+1
* patch 8.0.0334: can't access b:changedtick from a dict referencev8.0.0334Bram Moolenaar2017-02-171-0/+1
* patch 8.0.0331: restoring help snapshot accesses freed memoryv8.0.0331Bram Moolenaar2017-02-171-0/+1
* patch 8.0.0311: linebreak tests are old stylev8.0.0311Bram Moolenaar2017-02-051-2/+2
* patch 8.0.0289: no test for "ga" and :asciiv8.0.0289Bram Moolenaar2017-02-011-1/+2
* patch 8.0.0271: may get ml_get error when :tcldo deletes linesv8.0.0271Bram Moolenaar2017-01-291-0/+1
* patch 8.0.0268: may get ml_get error when :luado deletes linesv8.0.0268Bram Moolenaar2017-01-291-0/+1
* patch 8.0.0265: may get ml_get error when :pydo deletes linesv8.0.0265Bram Moolenaar2017-01-291-0/+2
* patch 8.0.0252: not properly recognizing word characters between 128 and 255v8.0.0252Bram Moolenaar2017-01-281-4/+35
* patch 8.0.0251: not easy to select Python 2 or 3v8.0.0251Bram Moolenaar2017-01-281-0/+3
* patch 8.0.0250: virtcol() does not work well for multi-byte charactersv8.0.0250Bram Moolenaar2017-01-281-1/+1
* patch 8.0.0231: bracketed paste mode is not testedv8.0.0231Bram Moolenaar2017-01-241-1/+2
* patch 8.0.0222: blockwise put on multi-byte character misplacedv8.0.0222Bram Moolenaar2017-01-221-0/+1
* patch 8.0.0206: test coverage for :retab insufficientv8.0.0206Bram Moolenaar2017-01-171-0/+1
* patch 8.0.0203: order of complication flags is sometimes wrongv8.0.0203Bram Moolenaar2017-01-171-11/+14
* patch 8.0.0189: profile commands are not testedv8.0.0189Bram Moolenaar2017-01-151-0/+1
* patch 8.0.0167: str2nr()/str2float() fail with negative valuesv8.0.0167Bram Moolenaar2017-01-101-0/+1