summaryrefslogtreecommitdiff
path: root/src/testdir/test83.in
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.819v7.4.819Bram Moolenaar2015-08-111-8/+8
| | | | | Problem: Beeping when running the tests. Solution: Fix 41 beeps. (Roland Eggner)
* updated for version 7.3.387v7.3.387Bram Moolenaar2011-12-301-1/+1
| | | | | Problem: Test 83 may fail for some encodings. Solution: Set 'encoding' to utf-8 earlier.
* updated for version 7.3.386v7.3.386Bram Moolenaar2011-12-231-1/+1
| | | | | Problem: Test 83 fails when iconv does not support cp932. (raf) Solution: Test if conversion works. (Yukihiro Nakadaira)
* updated for version 7.3.336v7.3.336Bram Moolenaar2011-10-121-0/+76
Problem: When a tags file specifies an encoding different from 'enc' it may hang and using a pattern doesn't work. Solution: Convert the whole line. Continue reading the header after the SORT tag. Add test83. (Yukihiro Nakadaira)