summaryrefslogtreecommitdiffstats
path: root/src/testdir/test49.vim
AgeCommit message (Collapse)Author
2019-12-06patch 8.1.2402: typos and other small thingsv8.1.2402Bram Moolenaar
Problem: Typos and other small things. Solution: Small fixes.
2019-11-03patch 8.1.2246: some tests are still in old stylev8.1.2246Bram Moolenaar
Problem: Some tests are still in old style. Solution: Change a few tests to new style. (Yegappan Lakshmanan)
2019-10-10patch 8.1.2129: using hard coded executable path in testv8.1.2129Bram Moolenaar
Problem: Using hard coded executable path in test. Solution: Use v:progpath. Use $VIMRUNTIME instead of "runtime". (James McCoy, closes #5025)
2019-09-01patch 8.1.1955: tests contain typosv8.1.1955Bram Moolenaar
Problem: Tests contain typos. Solution: Correct the typos. (Dominique Pelle)
2019-05-24patch 8.1.1382: error when editing test filev8.1.1382Bram Moolenaar
Problem: Error when editing test file. Solution: Remove part of modeline.
2019-01-13patch 8.1.0736: code for Blob not sufficiently testedv8.1.0736Bram Moolenaar
Problem: Code for Blob not sufficiently tested. Solution: Add more tests. Fix uncovered crash. Add test_null_blob().
2019-01-09patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar
Problem: Test files still use function!. Solution: Remove the exclamation mark. Fix overwriting a function.
2017-02-23patch 8.0.0360: sometimes VimL is used instead of "Vim script"v8.0.0360Bram Moolenaar
Problem: Sometimes VimL is used, which is confusing. Solution: Consistently use "Vim script". (Hirohito Higashi)
2016-02-07patch 7.4.1284v7.4.1284Bram Moolenaar
Problem: Test 49 fails. Solution: Check for a different error message.
2016-01-02patch 7.4.1030v7.4.1030Bram Moolenaar
Problem: test49 is still slow. Solution: Move more tests from old to new style.
2015-12-30patch 7.4.1000v7.4.1000Bram Moolenaar
Problem: Test 49 is slow and doesn't work on MS-Windows. Solution: Start moving parts of test 49 to test_viml.
2015-09-25patch 7.4.881v7.4.881Bram Moolenaar
Problem: Test 49 fails. Solution: Add line number to check of call stack.
2013-06-06updated for version 7.3.1134v7.3.1134Bram Moolenaar
Problem: Running test 49 takes a long time. Solution: Don't have it grep all files.
2013-02-26updated for version 7.3.843v7.3.843Bram Moolenaar
Problem: Missing test file changes. Solution: Change the tests.
2012-12-05updated for version 7.3.752v7.3.752Bram Moolenaar
Problem: Test 49 script file doesn't fold properly. Solution: Add a colon.
2012-11-14updated for version 7.3.715v7.3.715Bram Moolenaar
Problem: Crash when calling setloclist() in BufUnload autocmd. (Marcin Szamotulski) Solution: Set w_llist to NULL when it was freed. Also add a test. (Christian Brabandt)
2010-09-29updated for version 7.3.015v7.3.015Bram Moolenaar
Problem: Test is using error message that no longer exists. Solution: Change E106 to E121. (Dominique Pelle)
2006-04-28updated for version 7.0f04Bram Moolenaar
2006-03-01updated for version 7.0210v7.0210Bram Moolenaar
2005-06-19updated for version 7.0088Bram Moolenaar
2005-06-17updated for version 7.0087Bram Moolenaar
2005-06-05updated for version 7.0080Bram Moolenaar
2005-05-18updated for version 7.0072Bram Moolenaar
2005-02-05updated for version 7.0048Bram Moolenaar
2005-01-19updated for version 7.0042Bram Moolenaar
2005-01-16updated for version 7.0040Bram Moolenaar
2005-01-15updated for version 7.0039Bram Moolenaar
2005-01-11updated for version 7.0037Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar