summaryrefslogtreecommitdiff
path: root/src/testdir/test89.in
AgeCommit message (Collapse)Author
2013-07-13updated for version 7.4a.014Bram Moolenaar
Problem: Test 86 and 89 have a problem with using a shadow dir. Solution: Adjust for the different directory structure. (James McCoy)
2013-07-04updated for version 7.3.1304Bram Moolenaar
Problem: Test 89 still fails on MS-Windows. Solution: Set 'shellslash'. (Taro Muraoka)
2013-07-03updated for version 7.3.1297Bram Moolenaar
Problem: findfile() directory matching does not work when a star follows text. (Markus Braun) Solution: Make a wildcard work properly. (Christian Brabandt)
2013-06-04updated for version 7.3.1115Bram Moolenaar
Problem: Many users don't like the cursor line number when 'relativenumber' is set. Solution: Have four combinations with 'number' and 'relativenumber'. (Christian Brabandt)
2013-04-24updated for version 7.3.914Bram Moolenaar
Problem: ~/.viminfo is messed up when running tests. Solution: Set the viminfo filename.
2013-03-13updated for version 7.3.861Bram Moolenaar
Problem: ":setlocal number" clears global value of 'relativenumber'. Solution: Do it properly. (Markus Heidelberg)
2013-02-14updated for version 7.3.817Bram Moolenaar
Problem: Test 89 fails with tiny and small features. Solution: Add sourcing small.vim.
2013-02-13Update runtime files.Bram Moolenaar
Add missing test files.