summaryrefslogtreecommitdiff
path: root/src/testdir/test_smartindent.vim
Commit message (Collapse)AuthorAgeFilesLines
* 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)