| Commit message (Expand) | Author | Age |
* | 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 |
* | | lualint | Ashkan Kiani | 2019-11-21 |
* | | Updates | Ashkan Kiani | 2019-11-21 |
* | | Merge remote-tracking branch 'origin/master' into lsp-followup | Ashkan Kiani | 2019-11-21 |
|\| |
|
| * | lsp: transmit "\n" after last line when 'eol' is set | Björn Linse | 2019-11-21 |
| * | vim-patch:8.1.0251: support full paths for 'backupdir' #11269 | Joe Hermaszewski | 2019-11-17 |
* | | Extend list_extend to take start/finish. | Ashkan Kiani | 2019-11-20 |
|/ |
|
* | Add v:lua.func() vimL syntax for calling lua | Björn Linse | 2019-11-16 |
* | extmark: don't crash in RO buffer. | Björn Linse | 2019-11-16 |
* | lua LSP client: initial implementation (#11336) | Ashkan Kiani | 2019-11-13 |
* | Merge #11307 'Lua: vim.validate()' | Justin M. Keyes | 2019-11-11 |
|\ |
|
| * | Lua: Use vim.validate() instead of assert() | Justin M. Keyes | 2019-11-10 |
| * | Lua: vim.validate() | Justin M. Keyes | 2019-11-10 |
| * | Lua: vim.validate() | Hirokazu Hata | 2019-11-10 |
* | | extmark: review changes | Björn Linse | 2019-11-11 |
* | | nsmarks: initial commit | timeyyy | 2019-11-11 |
|/ |
|
* | tests: vim.rpcnotify test is flaky | Björn Linse | 2019-11-10 |
* | api: add nvim_buf_get_virtual_text() (#11354) | Marco Hinz | 2019-11-10 |
* | Merge pull request #11310 from bfredl/luarpc | Björn Linse | 2019-11-10 |
|\ |
|
| * | lua: vim.rpcrequest, vim.rpcnotify, vim.NIL | Björn Linse | 2019-11-10 |
* | | test/Screen:expect: replace "{IGNORE}" with "{MATCH:…}" | Justin M. Keyes | 2019-11-09 |
* | | tests: Screen:expect: support "{MATCH:…}" | Daniel Hahler | 2019-11-09 |
* | | paste: Select-mode, Visual-mode #11360 | Justin M. Keyes | 2019-11-09 |
|/ |
|
* | doc: vim.fn, vim.call(), vim.api [ci skip] | Justin M. Keyes | 2019-11-06 |