aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | version.c: update [ci skip] #11160Marvim the Paranoid Android2019-11-17
* | | | | | Merge #11414 from janlazo/vim-8.1.2312Justin M. Keyes2019-11-17
|\ \ \ \ \ \
| * | | | | | vim-patch:8.1.2317: no test for spell affix file with flag on suffixJan Edmund Lazo2019-11-17
| * | | | | | vim-patch:8.1.2314: vi' sometimes does not select anythingJan Edmund Lazo2019-11-17
| * | | | | | vim-patch:8.1.2312: "line:" field in tags file not usedJan Edmund Lazo2019-11-17
* | | | | | | doc: Lua [ci skip] #11378Justin M. Keyes2019-11-17
|/ / / / / /
* | | | | | Merge #11340 'Factor out parse_one_cmd()'Justin M. Keyes2019-11-17
|\ \ \ \ \ \
| * | | | | | Factor out parse_one_cmd()Rob Pilling2019-11-13
| * | | | | | vim-patch:8.1.0266: parsing Ex address range is not a separate functionJan Edmund Lazo2019-11-13
| | | * | | | Remove resolve_bufnr/lualintAshkan Kiani2019-11-20
| | | * | | | Use the apply_text_edits from util.Ashkan Kiani2019-11-20
| | | * | | | Fix reference in rename.Ashkan Kiani2019-11-20
| | | * | | | Add full text_edit implementation.Ashkan Kiani2019-11-20
| | | * | | | Extend list_extend to take start/finish.Ashkan Kiani2019-11-20
| | | * | | | Use err_message in default_callbacksAshkan Kiani2019-11-20
| | | * | | | Satisfy lualint.Ashkan Kiani2019-11-20
| | | * | | | Fix rename support.Ashkan Kiani2019-11-20
| | | * | | | Spaces not tabs.Ashkan Kiani2019-11-20
| | | * | | | Change error writer to not be annoying.Ashkan Kiani2019-11-20
| | | * | | | Change callback resolution to be dynamic.Ashkan Kiani2019-11-20
| | | * | | | Move everything to buf & default_callbacksAshkan Kiani2019-11-20
| | | * | | | Add everything to lsp.buf and get rid of autoload.Ashkan Kiani2019-11-20
| | | * | | | Add lsp.buf and hover implementation.Ashkan Kiani2019-11-20
| | | * | | | Bugfix. Don't use nvim.lua that doesn't exist :)Ashkan Kiani2019-11-20
| | | * | | | Add vim.uri_to_bufnrAshkan Kiani2019-11-20
| | | * | | | Bugfixes.Ashkan Kiani2019-11-20
| | | * | | | Bugfix for floating_previewAshkan Kiani2019-11-20
| | | * | | | Reduce code blocks in markdown previews.Ashkan Kiani2019-11-20
| |_|/ / / / |/| | | | |
* | | | | | TUI: use stdio names instead of magic numbers #11410erw72019-11-17
* | | | | | build/macOS: set -fno-stack-check for LuaJIT build #11412Christian Clason2019-11-17
* | | | | | provider/python: add python3.8 executable (#11402)Marco Hinz2019-11-17
* | | | | | Merge #11406 from janlazo/vim-8.1.1922Justin M. Keyes2019-11-16
|\ \ \ \ \ \
| * | | | | | vim-patch:8.1.2305: no warning for wrong entry in translationsJan Edmund Lazo2019-11-16
| * | | | | | vim-patch:8.1.2289: after :diffsplit closing the window does not disable diffJan Edmund Lazo2019-11-16
| * | | | | | diff: move diff globals to diff.hJan Edmund Lazo2019-11-16
| * | | | | | vim-patch:8.1.1922: in diff mode global operations can be very slowJan Edmund Lazo2019-11-16
* | | | | | | tutor: change arrows (--->) to symbols ✗ and ✓ #11404Nikolay Shebanov2019-11-16
|/ / / / / /
* | | | | | Merge pull request #11338 from bfredl/vvluaBjörn Linse2019-11-16
|\ \ \ \ \ \
| * | | | | | Add v:lua.func() vimL syntax for calling luaBjörn Linse2019-11-16
|/ / / / / /
* | | | | | Merge pull request #11399 from bfredl/markundoBjörn Linse2019-11-16
|\ \ \ \ \ \
| * | | | | | extmark: don't crash in RO buffer.Björn Linse2019-11-16
| * | | | | | undo: delete undo_off global without effectBjörn Linse2019-11-16
* | | | | | | vim-patch:8.1.0992: :normal resets reg_executing() result #11398Jan Edmund Lazo2019-11-16
|/ / / / / /
* | | | | | Merge #11384 from janlazo/vim-8.1.2293Justin M. Keyes2019-11-14
|\ \ \ \ \ \
| * | | | | | spell: fix clang logic errorJan Edmund Lazo2019-11-13
| * | | | | | quickfix: fix dead assignmentJan Edmund Lazo2019-11-13
| * | | | | | vim-patch:8.1.0927: USE_CR is never definedJan Edmund Lazo2019-11-13
| * | | | | | vim-patch:8.1.2293: join adds trailing space when second line is emptyJan Edmund Lazo2019-11-13
* | | | | | | f_getenv/setenv: Access v_special when v_type is VAR_SPECIAL #11388James McCoy2019-11-13
|/ / / / / /
* | | | | | lua LSP client: initial implementation (#11336)Ashkan Kiani2019-11-13