summaryrefslogtreecommitdiff
path: root/src/testdir/test55.ok
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1581v7.4.1581Bram Moolenaar2016-03-161-1/+1
| | | | | | | Problem: Using ":call dict.func()" where the function is a partial does not work. Using "dict.func()" where the function does not take a Dictionary does not work. Solution: Handle partial properly in ":call". (Yasuhiro Matsumoto)
* patch 7.4.1548v7.4.1548Bram Moolenaar2016-03-121-2/+0
| | | | | Problem: Two tests fail. Solution: Adjust the expected error number. Remove check for type.
* patch 7.4.717v7.4.717Bram Moolenaar2015-05-041-0/+3
| | | | | Problem: ":let list += list" can change a locked list. Solution: Check for the lock earlier. (Olaf Dabrunz)
* patch 7.4.698v7.4.698Bram Moolenaar2015-04-131-0/+58
| | | | | | Problem: Various problems with locked and fixed lists and dictionaries. Solution: Disallow changing locked items, fix a crash, add tests. (Olaf Dabrunz)
* updated for version 7.4.541v7.4.541Bram Moolenaar2014-12-071-0/+1
| | | | | Problem: Crash when doing a range assign. Solution: Check for NULL poiter. (Yukihiro Nakadaira)
* updated for version 7.4.419v7.4.419Bram Moolenaar2014-08-291-0/+5
| | | | | | Problem: Whan part of a list is locked it's possible to make changes. Solution: Check if any of the list items is locked before make a change. (ZyX)
* updated for version 7.4.351v7.4.351Bram Moolenaar2014-07-021-4/+4
| | | | | Problem: sort() is not stable. Solution: When the items are identical, compare the pointers.
* updated for version 7.4.347v7.4.347Bram Moolenaar2014-06-261-1/+1
| | | | | | Problem: test55 fails on some systems. Solution: Remove the elements that all result in zero and can end up in an arbitrary position.
* updated for version 7.4.341v7.4.341Bram Moolenaar2014-06-251-0/+4
| | | | | Problem: sort() doesn't handle numbers well. Solution: Add an argument to specify sorting on numbers. (Christian Brabandt)
* updated for version 7.4.218v7.4.218Bram Moolenaar2014-03-251-5/+7
| | | | | Problem: It's not easy to remove duplicates from a list. Solution: Add the uniq() function. (LCD)
* updated for version 7.4.149v7.4.149Bram Moolenaar2014-01-141-0/+3
| | | | | | | Problem: Get E685 error when assigning a function to an autoload variable. (Yukihiro Nakadaira) Solution: Instead of having a global no_autoload variable, pass an autoload flag down to where it is used. (ZyX)
* updated for version 7.3.645v7.3.645Bram Moolenaar2012-08-291-0/+6
| | | | | | Problem: No tests for patch 7.3.625 and 7.3.637. Solution: Add more tests for the "gn" command and try/catch. (Christian Brabandt)
* updated for version 7.3.516v7.3.516Bram Moolenaar2012-05-181-0/+4
| | | | | Problem: extend(o, o) may crash Vim. Solution: Fix crash and add test. (Thinca and Hirohito Higashi)
* updated for version 7.3.055v7.3.055Bram Moolenaar2010-11-101-0/+2
| | | | | | | | Problem: Recursively nested lists and dictionaries cause a near-endless loop when comparing them with a copy. (ZyX) Solution: Limit recursiveness in a way that non-recursive structures can still be nested very deep. Files: src/eval.c, src/testdir/test55.in, src/testdir/test55.ok
* updated for version 7.1aBram Moolenaar2007-05-051-0/+4
|
* updated for version 7.0fv7.0fBram Moolenaar2006-04-241-0/+20
|
* updated for version 7.0077Bram Moolenaar2005-05-311-0/+2
|
* updated for version 7.0075Bram Moolenaar2005-05-221-0/+7
|
* updated for version 7.0050Bram Moolenaar2005-02-121-0/+6
|
* updated for version 7.0046Bram Moolenaar2005-01-311-0/+40
|
* updated for version 7.0043Bram Moolenaar2005-01-211-4/+5
|
* updated for version 7.0042Bram Moolenaar2005-01-191-0/+31