Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | api: Establish API naming convention. (#5344) | Justin M. Keyes | 2016-09-17 |
| | | | | | | | | | | | | | | | | | | | | | old name: new name: -------------------------------------------------- nvim_name_to_color nvim_get_color_by_name nvim_get_current_buffer nvim_get_current_buf nvim_get_current_window nvim_get_current_win nvim_get_buffers nvim_list_bufs nvim_get_tabpages nvim_list_tabpages nvim_get_windows nvim_list_wins nvim_set_current_buffer nvim_set_current_buf nvim_set_current_window nvim_set_current_win nvim_change_directory nvim_set_current_dir nvim_tabpage_get_window nvim_tabpage_get_win nvim_tabpage_get_windows nvim_tabpage_list_wins nvim_win_get_buffer nvim_win_get_buf nvim_report_error nvim_err_writeln Helped-by: Björn Linse <bjorn.linse@gmail.com> Helped-by: ZyX <kp-pav@yandex.ru> Helped-by: James McCoy <jamessan@jamessan.com> | ||
* | Mark some functional tests as pending in Windows | Rui Abreu Ferreira | 2016-08-26 |
| | |||
* | api: handle null string in buffer_add_highlight | Björn Linse | 2016-08-17 |
| | |||
* | tests: don't ignore highlights in bufhl_spec | Björn Linse | 2016-08-14 |
| | |||
* | tests: remove deprecated hl_colors | Björn Linse | 2016-08-14 |
| | |||
* | functests: Check logs in lua code | ZyX | 2016-06-10 |
| | | | | | | It is otherwise impossible to determine which test failed sanitizer/valgrind check. test/functional/helpers.lua module return was changed so that tests which do not provide after_each function to get new check will automatically fail. | ||
* | Tests: fix according to lualint | Marco Hinz | 2016-02-24 |
| | |||
* | bufhl: add tests for adding and clearing highlights | Björn Linse | 2016-02-23 |