| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | | | * | | | | Fix reference in rename. | Ashkan Kiani | 2019-11-20 | |
| | | | * | | | | Add full text_edit implementation. | Ashkan Kiani | 2019-11-20 | |
| | | | * | | | | Extend list_extend to take start/finish. | Ashkan Kiani | 2019-11-20 | |
| | | | * | | | | Use err_message in default_callbacks | Ashkan Kiani | 2019-11-20 | |
| | | | * | | | | Satisfy lualint. | Ashkan Kiani | 2019-11-20 | |
| | | | * | | | | Fix rename support. | Ashkan Kiani | 2019-11-20 | |
| | | | * | | | | Spaces not tabs. | Ashkan Kiani | 2019-11-20 | |
| | | | * | | | | Change error writer to not be annoying. | Ashkan Kiani | 2019-11-20 | |
| | | | * | | | | Change callback resolution to be dynamic. | Ashkan Kiani | 2019-11-20 | |
| | | | * | | | | Move everything to buf & default_callbacks | Ashkan Kiani | 2019-11-20 | |
| | | | * | | | | Add everything to lsp.buf and get rid of autoload. | Ashkan Kiani | 2019-11-20 | |
| | | | * | | | | Add lsp.buf and hover implementation. | Ashkan Kiani | 2019-11-20 | |
| | | | * | | | | Bugfix. Don't use nvim.lua that doesn't exist :) | Ashkan Kiani | 2019-11-20 | |
| | | | * | | | | Add vim.uri_to_bufnr | Ashkan Kiani | 2019-11-20 | |
| | | | * | | | | Bugfixes. | Ashkan Kiani | 2019-11-20 | |
| | | | * | | | | Bugfix for floating_preview | Ashkan Kiani | 2019-11-20 | |
| | | | * | | | | Reduce code blocks in markdown previews. | Ashkan Kiani | 2019-11-20 | |
| | |_|/ / / / |/| | | | | | ||||
| * | | | | | | TUI: use stdio names instead of magic numbers #11410 | erw7 | 2019-11-17 | |
| * | | | | | | build/macOS: set -fno-stack-check for LuaJIT build #11412 | Christian Clason | 2019-11-17 | |
| * | | | | | | provider/python: add python3.8 executable (#11402) | Marco Hinz | 2019-11-17 | |
| * | | | | | | Merge #11406 from janlazo/vim-8.1.1922 | Justin M. Keyes | 2019-11-16 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | vim-patch:8.1.2305: no warning for wrong entry in translations | Jan Edmund Lazo | 2019-11-16 | |
| | * | | | | | | vim-patch:8.1.2289: after :diffsplit closing the window does not disable diff | Jan Edmund Lazo | 2019-11-16 | |
| | * | | | | | | diff: move diff globals to diff.h | Jan Edmund Lazo | 2019-11-16 | |
| | * | | | | | | vim-patch:8.1.1922: in diff mode global operations can be very slow | Jan Edmund Lazo | 2019-11-16 | |
| * | | | | | | | tutor: change arrows (--->) to symbols ✗ and ✓ #11404 | Nikolay Shebanov | 2019-11-16 | |
| |/ / / / / / | ||||
| * | | | | | | Merge pull request #11338 from bfredl/vvlua | Björn Linse | 2019-11-16 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | Add v:lua.func() vimL syntax for calling lua | Björn Linse | 2019-11-16 | |
| |/ / / / / / | ||||
| * | | | | | | Merge pull request #11399 from bfredl/markundo | Björn Linse | 2019-11-16 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | extmark: don't crash in RO buffer. | Björn Linse | 2019-11-16 | |
| | * | | | | | | undo: delete undo_off global without effect | Björn Linse | 2019-11-16 | |
| * | | | | | | | vim-patch:8.1.0992: :normal resets reg_executing() result #11398 | Jan Edmund Lazo | 2019-11-16 | |
| |/ / / / / / | ||||
| * | | | | | | Merge #11384 from janlazo/vim-8.1.2293 | Justin M. Keyes | 2019-11-14 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | spell: fix clang logic error | Jan Edmund Lazo | 2019-11-13 | |
| | * | | | | | | quickfix: fix dead assignment | Jan Edmund Lazo | 2019-11-13 | |
| | * | | | | | | vim-patch:8.1.0927: USE_CR is never defined | Jan Edmund Lazo | 2019-11-13 | |
| | * | | | | | | vim-patch:8.1.2293: join adds trailing space when second line is empty | Jan Edmund Lazo | 2019-11-13 | |
| * | | | | | | | f_getenv/setenv: Access v_special when v_type is VAR_SPECIAL #11388 | James McCoy | 2019-11-13 | |
| |/ / / / / / | ||||
| * | | | | | | lua LSP client: initial implementation (#11336) | Ashkan Kiani | 2019-11-13 | |
| * | | | | | | Merge #11376 'extmark: renames, docs' | Justin M. Keyes | 2019-11-12 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | extmark: fix spelling of "Extmark" | Justin M. Keyes | 2019-11-11 | |
| | * | | | | | | extmark: rename ExtendedMark => Extmark | Justin M. Keyes | 2019-11-11 | |
| | * | | | | | | doc [ci skip] | Justin M. Keyes | 2019-11-11 | |
| |/ / / / / / | ||||
| * | | | | | | Merge #11307 'Lua: vim.validate()' | Justin M. Keyes | 2019-11-11 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | Lua: mark some functions as "private" | Justin M. Keyes | 2019-11-11 | |
| | * | | | | | | fix nvim__buf_stats | Justin M. Keyes | 2019-11-10 | |
| | * | | | | | | 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 | |
| * | | | | | | | vim-patch:8.1.0622: adding quickfix items marks items as valid errors #11373 | Jan Edmund Lazo | 2019-11-11 | |