summaryrefslogtreecommitdiffstats
path: root/src/testdir/test34.ok
AgeCommit message (Collapse)Author
2013-11-11updated for version 7.4.086v7.4.086Bram Moolenaar
Problem: Skipping over an expression when not evaluating it does not work properly for dict members. Solution: Skip over unrecognized expression. (ZyX)
2012-07-16updated for version 7.3.603v7.3.603Bram Moolenaar
Problem: It is possible to add replace builtin functions by calling extend() on g:. Solution: Add a flag to a dict to indicate it is a scope. Check for existing functions. (ZyX)
2011-10-12updated for version 7.3.338v7.3.338Bram Moolenaar
Problem: Using getchar() in an expression mapping doesn't work well. Solution: Don't save and restore the typeahead. (James Vega)
2010-05-28updated for version 7.2.440Bram Moolenaar
Problem: Calling a function through a funcref, where the function deletes the funcref, leads to an invalid memory access. Solution: Make a copy of the function name. (Lech Lorens)
2006-04-30updated for version 7.0gv7.0gBram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar