summaryrefslogtreecommitdiff
path: root/src/testdir/test_source.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.2684: not enough folding code is testedv8.2.2684Bram Moolenaar2021-04-011-0/+17
| | | | | Problem: Not enough folding code is tested. Solution: Add more test cases. (Yegappan Lakshmanan, closes #8046)
* patch 8.2.0531: various errors not testedv8.2.0531Bram Moolenaar2020-04-081-0/+6
| | | | | Problem: Various errors not tested. Solution: Add tests. (Yegappan Lakshmanan, closes #5895)
* patch 8.2.0270: some code not covered by testsv8.2.0270Bram Moolenaar2020-02-171-0/+21
| | | | | Problem: Some code not covered by tests. Solution: Add test cases. (Yegappan Lakshmanan, closes #5649)
* patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar2020-02-111-0/+10
| | | | | Problem: Insufficient code coverage for ex_docmd.c functions. Solution: Add more tests. (Yegappan Lakshmanan, closes #5618)
* patch 8.2.0136: stray ch_logfile() callv8.2.0136Bram Moolenaar2020-01-201-1/+0
| | | | | Problem: Stray ch_logfile() call. Solution: Remove it. (closes #5503)
* patch 8.2.0132: script may be re-used when deleting and creating a new onev8.2.0132Bram Moolenaar2020-01-191-0/+12
| | | | | Problem: Script may be re-used when deleting and creating a new one. Solution: When the inode matches, also check the file name.
* patch 8.1.1461: tests do not run or are not reliable on some systemsv8.1.1461Bram Moolenaar2019-06-031-0/+1
| | | | | | | | Problem: Tests do not run or are not reliable on some systems. Solution: Use "findstr" instead of "grep" on MS-Windows. Clear PROMPT_COMMAND in the terminal test. Delete temp file. Wait for output after executing a debug command. (Yegappan Lakshmanan, closes #4479)
* patch 8.1.1365: source command doesn't check for the sandboxv8.1.1365Bram Moolenaar2019-05-221-0/+9
| | | | | Problem: Source command doesn't check for the sandbox. (Armin Razmjou) Solution: Check for the sandbox when sourcing a file.
* patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePostv8.1.0729Bram Moolenaar2019-01-121-0/+38
Problem: There is a SourcePre autocommand event but not a SourcePost. Solution: Add the SourcePost autocommand event. (closes #3739)