summaryrefslogtreecommitdiff
path: root/src/testdir/test_smartindent.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0482: channel and sandbox code not sufficiently testedv8.2.0482Bram Moolenaar2020-03-301-8/+58
| | | | | Problem: Channel and sandbox code not sufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5855)
* patch 8.2.0358: insufficient testing for indent.cv8.2.0358Bram Moolenaar2020-03-061-0/+23
| | | | | Problem: Insufficient testing for indent.c. Solution: Add indent tests. (Yegappan Lakshmanan, closes #5736)
* patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar2019-01-091-9/+9
| | | | | Problem: Test files still use function!. Solution: Remove the exclamation mark. Fix overwriting a function.
* patch 8.0.0851: 'smartindent' is used even when 'indentexpr' is setv8.0.0851Bram Moolenaar2017-08-031-0/+27
| | | | | Problem: 'smartindent' is used even when 'indentexpr' is set. Solution: Ignore 'smartindent' when 'indentexpr' is set. (Hirohito Higashi)
* patch 7.4.2343v7.4.2343Bram Moolenaar2016-09-071-0/+14
Problem: Too many old file tests. Solution: Turn several into new style tests. (Yegappan Lakshmanan)