summaryrefslogtreecommitdiff
path: root/src/testdir/test_assign.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.0736: code for Blob not sufficiently testedv8.1.0736Bram Moolenaar2019-01-131-2/+10
| | | | | Problem: Code for Blob not sufficiently tested. Solution: Add more tests. Fix uncovered crash. Add test_null_blob().
* patch 8.0.1172: when E734 is given option is still setv8.0.1172Bram Moolenaar2017-10-021-0/+14
| | | | | Problem: When E734 is given option is still set. Solution: Assign NULL to "s". (Christian Brabandt)
* patch 8.0.0354: test to check that setting termcap key fails sometimesv8.0.0354Bram Moolenaar2017-02-231-1/+1
| | | | | Problem: Test to check that setting termcap key fails sometimes. Solution: Check for "t_k1" to exist. (Christian Brabandt, closes #1459)
* patch 8.0.0304: assign test fails in the GUIv8.0.0304Bram Moolenaar2017-02-041-5/+7
| | | | | Problem: Assign test fails in the GUI. Solution: Skip the test for setting t_k1.
* patch 8.0.0302: cannot set terminal key codes with :letv8.0.0302Bram Moolenaar2017-02-041-0/+20
| | | | | Problem: Cannot set terminal key codes with :let. Solution: Make it work.
* patch 7.4.1546v7.4.1546Bram Moolenaar2016-03-121-0/+9
Problem: Sticky type checking is more annoying than useful. Solution: Remove the error for changing a variable type.