aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | Merge pull request #14155 from janlazo/vim-8.2.2609Jan Edmund Lazo2021-03-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | vim-patch:8.2.{2609,2611}
| * | | | | | gitignore: src/nvim/testdir/test_result.logJan Edmund Lazo2021-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PR https://github.com/neovim/neovim/pull/14063 added it by mistake.
| * | | | | | vim-patch:8.2.2611: conditions for startup tests are not exactly rightJan Edmund Lazo2021-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Conditions for startup tests are not exactly right. Solution: Check for type of GUI instead of MS-Windows. (Ozaki Kiichi, closes vim/vim#7976) https://github.com/vim/vim/commit/f8c52e8d08de3fdf48db877d7d53d2d68c6ceb7b
| * | | | | | vim-patch:8.2.2609: test disabled on MS-Windows even though it should workJan Edmund Lazo2021-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Test disabled on MS-Windows even though it should work. Solution: Restore the condition for skipping the test. (Ken Takata, closes vim/vim#7970) https://github.com/vim/vim/commit/321481299757cdd43baeed33f4c5ba543fdfc7f7
* | | | | | | Merge pull request #14149 from Borwe/mine/uninstallerJames McCoy2021-03-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [FEATURE] Add uninstall target for make and others Closes #14105
| * | | | | | | Add uninstall target for make and othersbrian.orwe2021-03-16
| | | | | | | |
* | | | | | | | Merge pull request #14144 from mfussenegger/lsp-workspace-edit-renameMichael Lingelbach2021-03-18
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | lsp: Add support for create,rename,delete workspaceEdit resourceOperations
| * | | | | | | lsp: Add support for delete workspaceEdit resource operationMathias Fussenegger2021-03-18
| | | | | | | |
| * | | | | | | lsp: Add support for create workspaceEdit resource operationMathias Fussenegger2021-03-18
| | | | | | | |
| * | | | | | | lsp: Add support for file rename via workspaceEditMathias Fussenegger2021-03-18
|/ / / / / / /
* | | | | | | Merge pull request #14145 from teto/remove-tshighlighterMatthieu Coudron2021-03-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | chore: remove deprecated lua module tshighlighter
| * | | | | | | chore(ts): show grammar that triggers the errorMatthieu Coudron2021-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to help debugging
| * | | | | | | chore: remove deprecated lua module tshighlighterMatthieu Coudron2021-03-16
| | | | | | | |
* | | | | | | | Merge pull request #14148 from mjlbach/mkd_round_3Michael Lingelbach2021-03-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lsp: update lsp_markdown syntax to not clash with built-in markdown syntax
| * | | | | | | | lsp: update lsp_markdown syntax to not clash with built-in markdown syntaxMichael Lingelbach2021-03-15
|/ / / / / / / /
* | | | | | | | Merge pull request #14098 from mjlbach/fix_highlighting_lsp_markdownMichael Lingelbach2021-03-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lsp: fix highlighting for lsp markdown code blocks
| * | | | | | | | lsp: fix highlighting for lsp markdown code blocksMichael Lingelbach2021-03-10
| | | | | | | | |
* | | | | | | | | Merge pull request #14076 from mfussenegger/treesitter019Björn Linse2021-03-15
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | treesitter: Update to 0.19.3
| * | | | | | | | treesitter: Update to 0.19.3Mathias Fussenegger2021-03-09
| | | | | | | | |
* | | | | | | | | Merge pull request #14142 from bfredl/un_nsBjörn Linse2021-03-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | api: destabilize nvim_set_hl_ns
| * | | | | | | | | api: destabilize nvim_set_hl_nsBjörn Linse2021-03-15
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sematics and signature of this API is going to change, but we don't wanna delay 0.5 for it. Mark API as unstable for now.
* | | | | | | | | Merge pull request #14140 from jamessan/delete-releaseJames McCoy2021-03-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ci(GHA/release): Delete the release when creating a new nightly
| * | | | | | | | | ci(GHA/release): Delete the release when creating a new nightlyJames McCoy2021-03-14
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts #13733. Disabling delete of the release leaves behind a draft release associated with the previous nightly tag, which is annoying to cleanup. In the rare circumstances that the creation of a new nightly fails after deleting the previous nightly, the job can be re-run or a nightly can be missing for a day.
* | | | | | | | | Merge pull request #14139 from jamessan/release-packagesJames McCoy2021-03-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ci(GHA/release): Stop installing gcc-multilib
| * | | | | | | | | ci(GHA/release): Stop installing gcc-multilibJames McCoy2021-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recent changes in Xenial have made it uninstallable and we aren't actually using anything from it for the release builds.
* | | | | | | | | | Merge pull request #14123 from smolck/skip_ciJames McCoy2021-03-14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Don't run CI on draft PRs
| * | | | | | | | | | Don't run CI on draft PRssmolck2021-03-14
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #14131 from janlazo/vim-8.2.2596Jan Edmund Lazo2021-03-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.2.{2596,2601,2604}
| * | | | | | | | | | | vim-patch:8.2.2604: GUI-specific command line arguments not testedJan Edmund Lazo2021-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: GUI-specific command line arguments not tested. Solution: Add tests for several arguments. (Dominique Pellé, closes vim/vim#7962) https://github.com/vim/vim/commit/240309c9bfa8a0d2f154712f8e0dd33589f181d3
| * | | | | | | | | | | vim-patch:8.2.2601: memory usage test often fails on FreeBSDJan Edmund Lazo2021-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Memory usage test often fails on FreeBSD. Solution: Increase multiplier for upper limit. https://github.com/vim/vim/commit/6bce5856b5fc4d4eb8f75298382251ecda659ac3
| * | | | | | | | | | | vim-patch:8.2.2596: :doautocmd may confuse scripts listening to WinEnterJan Edmund Lazo2021-03-14
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: :doautocmd may confuse scripts listening to WinEnter. Solution: Do the current buffer last. (closes vim/vim#7958) https://github.com/vim/vim/commit/41cd80335cf318c15c8b0139f53ab5e8a02561ef
* | | | | | | | | | | Merge pull request #14020 from chentau/float_resizeBjörn Linse2021-03-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update lines after shrinking floating window
| * | | | | | | | | | | screen: make ui_compositor aware of the intended size of a floatchentau2021-03-11
| | | | | | | | | | | |
* | | | | | | | | | | | Fix click on foldcolumn with vsplit (#14127)tk-shirasaka2021-03-13
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #14126 from janlazo/vim-8.2.2593Jan Edmund Lazo2021-03-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.2.{2593,2594,2595}
| * | | | | | | | | | | vim-patch:8.2.2595: setting 'winminheight' may cause 'lines' to changeJan Edmund Lazo2021-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Setting 'winminheight' may cause 'lines' to change. Solution: Also take minimal height of other tabpages into account. (vim/vim#7899) https://github.com/vim/vim/commit/9e813b3dea94a8952b732a224fa31beba6e85973
| * | | | | | | | | | | vim-patch:8.2.2594: alternate buffer added to session file even when it's hiddenJan Edmund Lazo2021-03-13
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Alternate buffer added to session file even when it's hidden. Solution: Check the 'buflisted' option. (closes vim/vim#7951) https://github.com/vim/vim/commit/0756f757edba755b75e0c9c612ab2f7e673def84 N/A patches for version.c: vim-patch:8.2.2593: list of distributed files is incomplete Problem: List of distributed files is incomplete. Solution: Add a file and rename another. https://github.com/vim/vim/commit/0de8e2d6a3fae61c4d9dfdd6f16fc5040d994f6c
* | | | | | | | | | | Merge pull request #14125 from janlazo/vim-8.2.2591Jan Edmund Lazo2021-03-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.2.{2341,2452,2591}
| * | | | | | | | | | | vim-patch:8.2.2341: expresison command line completion incomplete after "g:"Jan Edmund Lazo2021-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Expresison command line completion shows variables but not functions after "g:". (Gary Johnson) Solution: Prefix "g:" when needed to a global function. https://github.com/vim/vim/commit/1bb4de5302ba038b9c59e845b6d735e87d5681d0 Port most of patch v8.2.0335 to complete script-local functions if the name starts with "s:".
| * | | | | | | | | | | vim-patch:8.2.2452: no completion for the 'filetype' optionJan Edmund Lazo2021-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: No completion for the 'filetype' option. Solution: Add filetype completion. (Martin Tournoij, closes vim/vim#7747) https://github.com/vim/vim/commit/d5e8c92816f35ea1a9298084238a08f35958baa6
| * | | | | | | | | | | vim-patch:8.2.2591: Poke files are not recognizedJan Edmund Lazo2021-03-12
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Poke files are not recognized. Solution: Add a filetype entry. (Matt Ihlenfield) https://github.com/vim/vim/commit/c80f647512b001fb6952ed10d076d56c3d4b84e0
* | | | | | | | | | | Merge pull request #13567 from bfredl/termpipeBjörn Linse2021-03-12
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | api: allow open non-current buffer as terminal (+ xmas bonus)
| * | | | | | | | | | api: allow open non-current buffer as terminal (+ xmas bonus)Björn Linse2021-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim.api.nvim_chan_send(vim.api.nvim_open_term(0), io.open("/path/to/smile.cat", "r"):read("*a"))
* | | | | | | | | | | vim-patch:8.2.2588: build failure with tiny features (#14099)Jan Edmund Lazo2021-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Build failure with tiny features. Solution: Add #ifdef. Run recover test separately. https://github.com/vim/vim/commit/23b32a8d6bd9ec83c0c6632b7a8bfa544ac0a2f1 N/A patches for version.c: vim-patch:8.2.1048: build failure without the eval feature Problem: Build failure without the eval feature. Solution: Add dummy typedef. https://github.com/vim/vim/commit/9d40c63c7dc8c3eb3886c58dcd334bc7f37eceba vim-patch:8.2.1828: build failure without the +eval feature Problem: Build failure without the +eval feature. Solution: Add dummys for ex_block and ex_endblock. https://github.com/vim/vim/commit/1b1e9df78b9ff98cc5ccff359bead37ce5c54d6b vim-patch:8.2.2293: build failure with Motif Problem: Build failure with Motif. (Tony Mechelynck) Solution: Use empty_option instead of empty_options. https://github.com/vim/vim/commit/bb0956fc65ebe8df1da823f9c4d6a0013d9ba5c1 vim-patch:8.2.2410: build failure without the +profiling feature Problem: Build failure without the +profiling feature. Solution: Add dummy argument to macro. https://github.com/vim/vim/commit/ff0e57fe77b1a87a034191c629730b081f6fb7ad vim-patch:8.2.2514: Vim9: build error in tiny version Problem: Vim9: build error in tiny version. Solution: Add #ifdef. https://github.com/vim/vim/commit/2379f87eb48a4ee6a1d0fc7df964e12a3efe4fd5
* | | | | | | | | | | Merge pull request #14106 from mfussenegger/lsp-incremental-syncMichael Lingelbach2021-03-11
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | lsp: Use incremental sync by default
| * | | | | | | | | | lsp: Use incremental sync by defaultMathias Fussenegger2021-03-11
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the new implementation added in https://github.com/neovim/neovim/pull/14079 I think this is now working well enough to enable it by default. There are high CPU usage issues popping up now and then and they might at least partially be related to the full-text sync.
* | | | | | | | | | Merge pull request #14107 from mfussenegger/gen-docsMichael Lingelbach2021-03-11
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Update lsp, lua and api docs (gen_vimdoc.py)
| * | | | | | | | | Update lsp, lua and api docs (gen_vimdoc.py)Mathias Fussenegger2021-03-11
|/ / / / / / / / /
* | | / / / / / / aarch64/linux: fix build by updating LuaJIT (#14096)Raymond W. Ko2021-03-10
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #14073 from mjlbach/feature/syntax_highlight_ruleMichael Lingelbach2021-03-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lsp: add custom syntax rule for floating window