Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: <SNR> is represented as 'R' (ASCII) | Jan Edmund Lazo | 2018-07-12 |
| | |||
* | API: nvim_get_commands(): return Dictionary | Justin M. Keyes | 2018-05-12 |
| | |||
* | API: nvim_get_commands(): builtin is irrelevant for buffer-local | Justin M. Keyes | 2018-05-12 |
| | | | | | builtin commands are never buffer-local, so we can return empty for that case. | ||
* | API: nvim_get_commands(): more attributes | Justin M. Keyes | 2018-05-11 |
| | | | | | | | Support more :command attributes: -bang -bar -register | ||
* | API: nvim_get_commands(): always return keys | Justin M. Keyes | 2018-05-11 |
| | | | | | | - Always return all keys, with at least NIL value. - Require `opts` param to be {"builtin":false} - Validate `opts` param | ||
* | API: nvim_get_commands() | Nimit Bhardwaj | 2018-05-11 |