summaryrefslogtreecommitdiff
path: root/src/testdir/test_escaped_glob.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1377: cannot call a dict function in autoloaded dictv8.0.1377Bram Moolenaar2017-12-071-4/+4
| | | | | Problem: Cannot call a dict function in autoloaded dict. Solution: Call get_lval() passing the read-only flag.
* patch 8.0.1326: largefile test fails on CI, glob test on MS-Windowsv8.0.1326Bram Moolenaar2017-11-211-0/+7
| | | | | | | Problem: Largefile test fails on CI, glob test on MS-Windows. Solution: Remove largefile test from list of all tests. Don't run Test_glob() on non-unix systems. More cleanup. (Yegappan Lakshmanan, closes #2354)
* patch 8.0.0708: some tests are old stylev8.0.0708Bram Moolenaar2017-07-111-0/+25
Problem: Some tests are old style. Solution: Change a few tests from old style to new style. (pschuh, closes #1813)