| Commit message (Expand) | Author | Age |
* | vim-patch:8.0.1491: the minimum width of the popup menu is hard coded | Jan Edmund Lazo | 2019-12-29 |
* | Revert "runtime: Add vim.lsp.get_client_by_name" #11623 | Ashkan Kiani | 2019-12-29 |
* | runtime: Add vim.lsp.get_client_by_name (#11603) | Hirokazu Hata | 2019-12-28 |
* | LSP: Fix flaky test #11618 | Ashkan Kiani | 2019-12-27 |
* | Merge #11568 'fillchars: foldopen, foldsep, foldclose' | Justin M. Keyes | 2019-12-26 |
|\ |
|
| * | fillchars: adding foldopen, foldsep, foldclose | Matthieu Coudron | 2019-12-25 |
* | | system(), jobstart(): raise error on non-executable #11234 | Daniel Hahler | 2019-12-24 |
|/ |
|
* | Merge pull request #11113 from bfredl/tree-sitter-query | Björn Linse | 2019-12-22 |
|\ |
|
| * | tree-sitter: implement query functionality and highlighting prototype [skip.l... | Björn Linse | 2019-12-22 |
* | | tests: ex_terminal_spec: retry ":terminal (with fake shell)" (#11588) | Daniel Hahler | 2019-12-22 |
|/ |
|
* | TUI: can make the cursor transparent #11519 | Matthieu Coudron | 2019-12-19 |
* | vim-patch:8.2.0010: test64 is old style | Jan Edmund Lazo | 2019-12-16 |
* | Merge pull request #7202 from teto/jobstart_env | James McCoy | 2019-12-13 |
|\ |
|
| * | Add negative test for type of job's env option | James McCoy | 2019-12-12 |
| * | test: new test for setting environment | Matthieu Coudron | 2019-12-11 |
| * | test: always pass a string to expect_msg_seq | Matthieu Coudron | 2019-12-03 |
* | | jumplist: browser-style (or 'tagstack') navigation #11530 | butwerenotthereyet | 2019-12-10 |
* | | Fix access on vim.wo (#11517) | Ashkan Kiani | 2019-12-07 |
* | | defaults: set nostartofline (#11135) | Justin M. Keyes | 2019-12-03 |
|\ \
| |/
|/| |
|
| * | defaults: set nostartofline | Matthieu Coudron | 2019-12-03 |
* | | API: rename nvim_execute_lua => nvim_exec_lua | Justin M. Keyes | 2019-12-02 |
* | | API: deprecate nvim_command_output | Justin M. Keyes | 2019-12-02 |
* | | log_init: call log_path_init (#11501) | Daniel Hahler | 2019-12-02 |
* | | oldtest: support for running by filename (#11473) | Daniel Hahler | 2019-12-02 |
* | | dictwatcher: fix use-after-free #11495 | erw7 | 2019-12-02 |
* | | API: rename nvim_source => nvim_exec | Justin M. Keyes | 2019-12-01 |
* | | API: nvim_source_output | Vikram Pal | 2019-12-01 |
* | | API: nvim_source: fix multiline input | Justin M. Keyes | 2019-12-01 |
* | | API: nvim_source | Siddhant Gupta | 2019-12-01 |
* | | Add vim.startswith and vim.endswith (#11248) | Ashkan Kiani | 2019-12-01 |
* | | Add vim.cmd as an alias for nvim_command (#11446) | Ashkan Kiani | 2019-12-01 |
* | | Return nil instead of NIL for vim.env (#11486) | Ashkan Kiani | 2019-12-01 |
* | | screen.lua: remove screen:_on_event #11488 | Justin M. Keyes | 2019-12-01 |
* | | floatwin: show error if window is closed immediately #11476 | Justin M. Keyes | 2019-11-29 |
* | | win_line: Fix crash with 'rightleft' in :terminal #11460 | erw7 | 2019-11-28 |
* | | doc: fix typos | Brian Wignall | 2019-11-27 |
* | | Merge pull request #11445 from bfredl/fcslcs | Björn Linse | 2019-11-26 |
|\ \ |
|
| * | | options: make 'fillchars' and 'listchars' global-local | Björn Linse | 2019-11-26 |
* | | | lua: make vim.wo and vim.bo used nested indexing for specified handle | Björn Linse | 2019-11-26 |
* | | | UI: emit mouse_on/mouse_off on attach #11455 | Justin M. Keyes | 2019-11-25 |
* | | | [RFC] extmark: fix E315 in nvim_buf_set_extmark (#11449) | notomo | 2019-11-25 |
* | | | doc + extmarks tweaks #11421 | Justin M. Keyes | 2019-11-25 |
* | | | Merge branch 'master' into lsp-followup | Ashkan Kiani | 2019-11-24 |
|\ \ \ |
|
| * | | | Lua: vim.env, vim.{g,v,w,bo,wo} #11442 | Ashkan Kiani | 2019-11-24 |
| |/ / |
|
* | | | Merge remote-tracking branch 'origin/master' into lsp-followup | Ashkan Kiani | 2019-11-23 |
|\| | |
|
| * | | tests: remove irrelevant timing info | Björn Linse | 2019-11-23 |
| * | | test was wrong | Björn Linse | 2019-11-23 |
| * | | refactor: use inserted_bytes pattern from vim | Björn Linse | 2019-11-23 |
| * | | bufhl: use extmark column adjustment for bufhl | Björn Linse | 2019-11-23 |
| * | | Clear 'cc' in nvim_open_win 'minimal' style #11361 (#11427) | Dennis B | 2019-11-22 |