Justin M. Keyes
|
137eedb4ed
|
API: nvim_get_commands(): return Dictionary
|
2018-05-12 07:29:21 +02:00 |
|
Justin M. Keyes
|
cb6672853a
|
API: nvim_get_commands(): builtin is irrelevant for buffer-local
builtin commands are never buffer-local, so we can return empty for that
case.
|
2018-05-12 07:29:21 +02:00 |
|
Justin M. Keyes
|
738bffea2c
|
API: nvim_get_commands(): more attributes
Support more :command attributes:
-bang
-bar
-register
|
2018-05-11 13:50:00 +02:00 |
|
Justin M. Keyes
|
9fa7727ce0
|
API: nvim_get_commands(): always return keys
- Always return all keys, with at least NIL value.
- Require `opts` param to be {"builtin":false}
- Validate `opts` param
|
2018-05-11 13:20:43 +02:00 |
|
Nimit Bhardwaj
|
25b6304840
|
API: nvim_get_commands()
|
2018-05-11 13:20:19 +02:00 |
|