Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | *: Fix linter errors | ZyX | 2017-02-23 |
| | |||
* | api: Make sure dict_set_var doesn’t edit read-only values | ZyX | 2017-02-23 |
| | | | Fixes #6147 | ||
* | eval: Forbid (un)locking b:changedtick | ZyX | 2017-02-23 |
| | | | Port of vim-patch:8.0.0343 | ||
* | eval: Make sure `islocked('b:.changedtick')` does not error out | ZyX | 2017-02-23 |
| | | | Port of vim-patch:8.0.0345 | ||
* | eval: Specify more precise len for var_check_ro in get_lval | ZyX | 2017-02-23 |
| | |||
* | functests: Add some more tests | ZyX | 2017-02-23 |
| | |||
* | buffer: Forbid unletting b:changedtick | ZyX | 2017-02-23 |
| | |||
* | eval: Refactor item_lock | ZyX | 2017-02-23 |
| | | | If I am not mistaking, this commit should not change any functionality. | ||
* | eval: Make sure that b:changedtick may not be unlocked via :unlo b:var | ZyX | 2017-02-23 |
| | | | It still may be unlocked by `:unlock b:.var`. | ||
* | functests: Add tests | ZyX | 2017-02-23 |
Contains a number of FIXMEs. |