aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval/let_spec.lua
Commit message (Collapse)AuthorAge
* test/let_spec: self-referencing List. (#6228)Justin M. Keyes2017-03-08
| | | Regression test coverage for #6070.
* *: Partial string handling refactoringZyX2017-02-15
Main points: - Replace `char_u` with `char` in some cases. - Remove `str[len] = NUL` hack in some cases when `str` may be considered `const`.