Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | option: use char* for get_option_value() param | Jan Edmund Lazo | 2021-02-07 |
| | | | | | | 'name' param is casted to char_u* within get_option_value(). Most calls to get_option_value() cast arg to 'name' from char to char_u. Remove these pointless type casts. | ||
* | API: deprecate nvim_command_output | Justin M. Keyes | 2019-12-02 |
| | |||
* | Context: rename "buflist" => "bufs" | Justin M. Keyes | 2019-09-14 |
| | | | | | Given the other type names "jumps", "vars", etc., the name "buflist" is somewhat unintuitive. | ||
* | API: Context: save/restore | Abdelhakeem | 2019-07-27 |
| | |||
* | API: Context | Justin M. Keyes | 2019-07-27 |