summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1614: "make tags" doesn't include libvtermv8.0.1614Bram Moolenaar2018-03-171-1/+3
* patch 8.0.1595: no autocommand triggered before exitingv8.0.1595Bram Moolenaar2018-03-111-0/+1
* patch 8.0.1550: various small problems in source filesv8.0.1550Bram Moolenaar2018-02-271-2/+6
* patch 8.0.1530: dump test fails when using a shadow directoryv8.0.1530Bram Moolenaar2018-02-221-0/+1
* patch 8.0.1514: getting the list of changes is not easyv8.0.1514Bram Moolenaar2018-02-131-0/+1
* patch 8.0.1497: getting the jump list requires parsing the output of :jumpsv8.0.1497Bram Moolenaar2018-02-101-0/+1
* patch 8.0.1447: still too many old style testsv8.0.1447Bram Moolenaar2018-01-311-3/+3
* patch 8.0.1423: error in return not caught by try/catchv8.0.1423Bram Moolenaar2017-12-231-0/+1
* patch 8.0.1387: wordcount test is old stylev8.0.1387Bram Moolenaar2017-12-111-1/+1
* patch 8.0.1377: cannot call a dict function in autoloaded dictv8.0.1377Bram Moolenaar2017-12-071-0/+1
* patch 8.0.1336: cannot use imactivatefunc() unless compiled with +ximv8.0.1336Bram Moolenaar2017-11-251-0/+1
* patch 8.0.1313: missing dependencies cause parallel make to failv8.0.1313Bram Moolenaar2017-11-181-198/+208
* patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar2017-11-181-89/+95
* patch 8.0.1302: still too many old style testsv8.0.1302Bram Moolenaar2017-11-161-6/+8
* patch 8.0.1295: cannot automatically get a server name in a terminalv8.0.1295Bram Moolenaar2017-11-121-1/+4
* patch 8.0.1285: occasional crash when using a channelv8.0.1285Bram Moolenaar2017-11-111-5/+9
* patch 8.0.1271: still too many old style testsv8.0.1271Bram Moolenaar2017-11-051-4/+2
* patch 8.0.1263: others can read the swap file if a user is carelessv8.0.1263Bram Moolenaar2017-11-041-0/+1
* patch 8.0.1253: still too many old style testsv8.0.1253Bram Moolenaar2017-11-021-4/+4
* patch 8.0.1242: function argument with only dash is seen as number zerov8.0.1242Bram Moolenaar2017-11-021-0/+1
* patch 8.0.1237: ":set scroll&" often gives an errorv8.0.1237Bram Moolenaar2017-10-291-0/+1
* patch 8.0.1235: cannot disable the terminal feature in a huge buildv8.0.1235Bram Moolenaar2017-10-281-3/+6
* patch 8.0.1221: still too many old style testsv8.0.1221Bram Moolenaar2017-10-261-5/+4
* patch 8.0.1209: still too many old style testsv8.0.1209Bram Moolenaar2017-10-221-9/+8
* patch 8.0.1186: still quite a few old style testsv8.0.1186Bram Moolenaar2017-10-121-4/+6
* patch 8.0.1158: still old style testsv8.0.1158Bram Moolenaar2017-09-281-3/+3
* patch 8.0.1140: still old style testsv8.0.1140Bram Moolenaar2017-09-231-1/+1
* patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar2017-09-171-0/+1
* patch 8.0.1098: build failure if libvterm installedv8.0.1098Bram Moolenaar2017-09-121-1/+1
* patch 8.0.1083: leaking memory in input part of channelv8.0.1083Bram Moolenaar2017-09-091-0/+1
* patch 8.0.1039: cannot change a line in not current bufferv8.0.1039Bram Moolenaar2017-09-021-0/+1
* patch 8.0.1022: test 80 is old stylev8.0.1022Bram Moolenaar2017-08-301-8/+8
* patch 8.0.1012: MS-Windows: problem with $HOME when is was set internallyv8.0.1012Bram Moolenaar2017-08-291-0/+1
* patch 8.0.0985: libvterm has its own idea of character widthv8.0.0985Bram Moolenaar2017-08-221-1/+5
* patch 8.0.0962: crash with virtualedit and joining linesv8.0.0962Bram Moolenaar2017-08-191-0/+1
* patch 8.0.0890: still many old style testsv8.0.0890Bram Moolenaar2017-08-071-0/+2
* patch 8.0.0861: still many old style testsv8.0.0861Bram Moolenaar2017-08-041-0/+5
* patch 8.0.0804: terminal window functions not yet implementedv8.0.0803Bram Moolenaar2017-07-291-0/+1
* patch 8.0.0762: ml_get error with :psearch in buffer without a namev8.0.0762Bram Moolenaar2017-07-231-0/+1
* patch 8.0.0750: OpenPTY missing in non-GUI buildv8.0.0750Bram Moolenaar2017-07-221-17/+19
* patch 8.0.0736: OptionSet not triggered when entering diff modev8.0.0736Bram Moolenaar2017-07-191-1/+0
* patch 8.0.0724: the message for yanking doesn't indicate the registerv8.0.0724Bram Moolenaar2017-07-161-0/+1
* 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