summaryrefslogtreecommitdiff
path: root/src/testdir/test_const.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2881: various pieces of code not covered by testsv8.2.2881Yegappan Lakshmanan2021-05-241-1/+21
* patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9v8.2.1698Bram Moolenaar2020-09-161-0/+8
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-2/+2
* patch 8.2.1473: items in a list given to :const can still be modifiedv8.2.1473Bram Moolenaar2020-08-171-9/+24
* patch 8.2.1471: :const only locks the variable, not the valuev8.2.1471Bram Moolenaar2020-08-161-4/+8
* patch 8.2.0401: not enough test coverage for evalvars.cv8.2.0401Bram Moolenaar2020-03-181-0/+10
* patch 8.1.2349: :lockvar and :unlockvar cannot be followed by "| endif"v8.1.2349Bram Moolenaar2019-11-261-0/+14
* patch 8.1.2348: :const cannot be followed by "| endif"v8.1.2348Bram Moolenaar2019-11-261-0/+6
* patch 8.1.1955: tests contain typosv8.1.1955Bram Moolenaar2019-09-011-1/+1
* patch 8.1.1585: :let-heredoc does not trim enoughv8.1.1585Bram Moolenaar2019-06-241-2/+2
* patch 8.1.1554: docs and tests for :const can be improvedv8.1.1554Bram Moolenaar2019-06-161-0/+26
* patch 8.1.1543: const test fails with small featuresv8.1.1543Bram Moolenaar2019-06-151-4/+8
* patch 8.1.1539: not easy to define a variable and lock itv8.1.1539Bram Moolenaar2019-06-151-0/+228