summaryrefslogtreecommitdiffstats
path: root/src/Make_all.mak
AgeCommit message (Collapse)Author
2018-09-14patch 8.1.0389: :behave command is not testedv8.1.0389Bram Moolenaar
Problem: :behave command is not tested. Solution: Add a test. (Dominique Pelle, closes #3429)
2018-09-10patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar
Problem: Cannot get the script line number when executing a function. Solution: Store the line number besides the script ID. (Ozaki Kiichi, closes #3362) Also display the line number with ":verbose set".
2018-08-07patch 8.1.0251: using full path is not supported for 'backupdir'v8.1.0251Bram Moolenaar
Problem: Using a full path is supported for 'directory' but not for 'backupdir'. (Mikolaj Machowski) Solution: Support 'backupdir' as well. (Christian Brabandt, closes #179)
2018-07-23patch 8.1.0205: invalid memory access with invalid modelinev8.1.0205Bram Moolenaar
Problem: Invalid memory access with invalid modeline. Solution: Pass pointer limit. Add a test. (closes #3241)
2018-07-04patch 8.1.0152: cannot easily run individual tests on MS-Windowsv8.1.0152Bram Moolenaar
Problem: Cannot easily run individual tests on MS-Windows. Solution: Move the list of tests to a separate file. Add a build rule in the MSVC makefile.