aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| * | | lsp: add custom syntax rules for lsp floating windowMichael Lingelbach2021-03-09
| | | |
* | | | lsp: Resolve codeLense server capabilities (#14056)Josa Gesell2021-03-10
| | | |
* | | | lsp: get_language_id (#14092)TJ DeVries2021-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow specifying a languageId for a lsp For some languages the filetype might not match the languageId the language server accepts. In these cases the config for the language server can contain a function which gets the current buffer and filetype and returns a languageId. When it isn't provided the filetype is used instead. Example: ```lua require'lspconfig'.sourcekit.setup{ get_language_id = function(bufnr, ft) return 'swift' end; } ``` Closes #13093 * lsp: Change to get_language_id Co-authored-by: Jan Dammshäuser <mail@jandamm.de>
* | | | Merge pull request #14095 from mjlbach/lsp_incremental_endline_fixMichael Lingelbach2021-03-10
|\ \ \ \ | | | | | | | | | | lsp: fix endline such that it cannot point outside the buffer range
| * | | | lsp: fix endline such that it cannot point outside the buffer rangeMichael Lingelbach2021-03-10
|/ / / /
* | | | runtime/termdebug 82be4849eed0b8fbee45bc8da99b685ec89af59a (#13660)Michael Sartain2021-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | port termdebug dissasembly window only (termdebug.vim) This patch adds disassembly window to Termdebug :Asm should bring up disassembly window or setting: g:termdebug_disasm_window Values greater than 1 will set disasm window height. Code works by calling gdb disassemble command, demangling output and storing in Termdebug-asm-listing buffer + window. Current pc address is parsed from 'addr=' cursor msg and we search for that address in the disasm window. When the search fails, we execute a new "disassemble $pc" command. When in a location without a proper stack frame, "disassemble $pc" can fail and in this case we add a +length argument and try again. Tested with x86_64 gdb v10.1 and v8.2.1, and aarch64 gdb v7.12.
* | | | Merge pull request #14065 from bfredl/overlaymodeBjörn Linse2021-03-10
|\ \ \ \ | | | | | | | | | | more virt_text display options
| * | | | decorations: add additional styling of virt_text overlaysBjörn Linse2021-03-10
| | | | |
* | | | | Merge pull request #14079 from mjlbach/incremental_syncMichael Lingelbach2021-03-09
|\ \ \ \ \ | | | | | | | | | | | | lsp: add incremental text synchronization
| * | | | | lsp: add incremental text synchronizationMichael Lingelbach2021-03-09
| |/ / / / | | | | | | | | | | | | | | | | | | | | * Implementation derived from and validated by vim-lsc authored by Nate Bosch
* | | | | Merge pull request #14088 from janlazo/vim-8.2.2577Jan Edmund Lazo2021-03-09
|\ \ \ \ \ | | | | | | | | | | | | vim-patch:8.1.0783,8.2.{1507,2152,2438,2577}
| * | | | | vim-patch:8.2.2438: out of bounds compiler warningJan Edmund Lazo2021-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Out of bounds compiler warning. Solution: Increase the size of uf_name. https://github.com/vim/vim/commit/6a12e3342d84a1d754d793ed5019778bd60e7494 Do not set size of uf_name to avoid compiler warnings. Port only the comments.
| * | | | | vim-patch:8.2.1507: using malloc() directlyJan Edmund Lazo2021-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Using malloc() directly. Solution: Use ALLOC_ONE(). Remove superfluous typecast. (Hussam al-Homsi, closes vim/vim#6768) https://github.com/vim/vim/commit/51b6eb47b3c41b01a5559b099e65354c8897093e
| * | | | | vim-patch:8.2.2577: compiler warning for type conversionJan Edmund Lazo2021-03-09
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Compiler warning for type conversion. Solution: Add a typecast. (Mike Williams) https://github.com/vim/vim/commit/9355ae41497cbcce58ddd79f9125eb3e9dfe0a43 N/A patches for version.c: vim-patch:8.1.0783: compiler warning for signed/unsigned Problem: Compiler warning for signed/unsigned. Solution: Add type cast. Change type of buffer. (Ozaki Kiichi, closes vim/vim#3827) https://github.com/vim/vim/commit/63c0ccd2b68ce854f294e6f149cc700c7f543674 Neovim was refactored to prefer char type for string functions, not char_u. vim-patch:8.2.2152: screenpos() does not include the WinBar offset Problem: screenpos() does not include the WinBar offset. Solution: Use W_WINROW() instead of directly using w_window. (closes vim/vim#7487) https://github.com/vim/vim/commit/8dd46e72cfb13b8de793c808ee009c45e881903a W_WINROW() was removed so port only the test changes. The test is currently skipped.