Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test/let_spec: self-referencing List. (#6228) | Justin M. Keyes | 2017-03-08 |
| | | | Regression test coverage for #6070. | ||
* | *: Partial string handling refactoring | ZyX | 2017-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`. |