summaryrefslogtreecommitdiff
path: root/src/Make_all.mak
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0630: "make tags" does not cover Haiku GUI filev8.2.0630Bram Moolenaar2020-04-241-0/+1
| | | | | Problem: "make tags" does not cover Haiku GUI file. Solution: Add *.cc files.
* patch 8.1.0723: cannot easily run specific test when in src/testdirv8.1.0723Bram Moolenaar2019-01-111-210/+0
| | | | | | Problem: Cannot run specific test when in src/testdir the same was as in the src directory. Solution: Move build rule to src/testdir/Makefile.
* patch 8.1.0721: conceal mode is not sufficiently testedv8.1.0721Bram Moolenaar2019-01-111-0/+1
| | | | | Problem: Conceal mode is not sufficiently tested. Solution: Add screendump tests. Check all 'concealcursor' values.
* patch 8.1.0610: MS-Windows ctags file list differs from Unixv8.1.0610Bram Moolenaar2018-12-191-1/+13
| | | | | Problem: MS-Windows ctags file list differs from Unix. Solution: Define TAGS_FILES in the common makefile. (partly by Ken Takata)
* patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar2018-12-131-0/+1
| | | | | Problem: Cannot attach properties to text. Solution: First part of adding text properties.
* patch 8.1.0553: it is not easy to edit a script that was sourcedv8.1.0553Bram Moolenaar2018-11-301-0/+1
| | | | | | Problem: It is not easy to edit a script that was sourced. Solution: Add a count to ":scriptnames", so that ":script 40" edits the script with script ID 40.
* patch 8.1.0516: :move command marks buffer modified when nothing changedv8.1.0516Bram Moolenaar2018-11-101-0/+1
| | | | | Problem: :move command marks buffer modified when nothing changed. Solution: Do not set 'modified'. Add a test. (Jason Franklin)
* patch 8.1.0428: the :suspend command is not testedv8.1.0428Bram Moolenaar2018-09-221-0/+1
| | | | | Problem: The :suspend command is not tested. Solution: Add a test. (Dominique Pelle, closes #3472)
* patch 8.1.0389: :behave command is not testedv8.1.0389Bram Moolenaar2018-09-141-0/+1
| | | | | Problem: :behave command is not tested. Solution: Add a test. (Dominique Pelle, closes #3429)
* patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar2018-09-101-1/+3
| | | | | | 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".
* patch 8.1.0251: using full path is not supported for 'backupdir'v8.1.0251Bram Moolenaar2018-08-071-0/+1
| | | | | | Problem: Using a full path is supported for 'directory' but not for 'backupdir'. (Mikolaj Machowski) Solution: Support 'backupdir' as well. (Christian Brabandt, closes #179)
* patch 8.1.0205: invalid memory access with invalid modelinev8.1.0205Bram Moolenaar2018-07-231-0/+1
| | | | | Problem: Invalid memory access with invalid modeline. Solution: Pass pointer limit. Add a test. (closes #3241)
* patch 8.1.0152: cannot easily run individual tests on MS-Windowsv8.1.0152Bram Moolenaar2018-07-041-0/+203
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.