Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(vim.opt): Fix #14828 with empty values being incorrectly inserted | TJ DeVries | 2021-06-29 |
| | |||
* | fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname style | TJ DeVries | 2021-06-29 |
| | |||
* | fix(vim.opt): Fix #14669 whichwrap now acts as expected | TJ DeVries | 2021-06-29 |
| | |||
* | fix(vim.opt): Add basic error handling | David Zhang | 2021-06-29 |
| | |||
* | fix(vim.opt): Get window options before setting. | ckipp01 | 2021-06-29 |
| | | | | | | | This closes #14677, but I also am a little unsure if there are times where this may not be correct. However, this just changes the behavior that even if `was_set` was false, we still get for `nvim_win_get_option`. | ||
* | fix(vim.opt): #14708 Now lets you put duplicate values in wildmode | TJ DeVries | 2021-06-29 |
| | |||
* | fix(doc/api): Remove 'border' as unsupported (#14916) | Daniel Steinberg | 2021-06-28 |
| | | | PR #13998 added support for floating window borders. | ||
* | fix(doc): remove reference to vim.lsp.callbacks (#14576) | Matthieu Coudron | 2021-06-28 |
| | | | | too old now, can be confusing | ||
* | [RDY] Add buffer information to tabline_update (#12481) | John Gehrig | 2021-06-27 |
| | | | | | | | | | | * Add buffer information to tabline_update Most terminal implementations of the tabline display buffer and tab information. Many neovim-qt users disable GuiTabline because it lacks functionality provided in the terminal implementation. The tabline_update event should include buffer information too, so client GUIs can display rich useful tabs. | ||
* | Fixed +1 -1 in util.lua (#14913) | jimman2003 | 2021-06-26 |
| | | | No point in adding and then subtracting I believe ;) | ||
* | vim-patch:8.2.2954: short file name extension for Scala not recognized | Jan Edmund Lazo | 2021-06-26 |
| | | | | | | Problem: Short file name extension for Scala not recognized. Solution: Recognize *.sc. (closes vim/vim#8337) https://github.com/vim/vim/commit/6db7b6375a3ea3afef5295b1366896902012e640 | ||
* | vim-patch:8.2.3049: JSON patch file not recognized | Jan Edmund Lazo | 2021-06-26 |
| | | | | | | Problem: JSON patch file not recognized. Solution: Recognize json-patch as json. (Kevin Locke, closes vim/vim#8450) https://github.com/vim/vim/commit/6582e230a0f6592287b1123c5fc3807d6fed997e | ||
* | vim-patch:8.2.3050: cannot recognize elixir files | Jan Edmund Lazo | 2021-06-26 |
| | | | | | | | Problem: Cannot recognize elixir files. Solution: Recognize Elixir-specific files. Check if an .ex file is Euphoria or Elixir. (Austin Gatlin, closes vim/vim#8401, closes vim/vim#8446) https://github.com/vim/vim/commit/f3caeb63d62c08b579e9b5f40b35e8bf64dde87a | ||
* | fix(doc/usr_41): don't mention 0o prefix for octs (#14906) | Sean Dewar | 2021-06-25 |
| | | | | | | v8.2.0886 isn't ported yet. Also remove mentions of Vim9 and legacy script for now. [skip ci] | ||
* | fix(lsp): render the last line in stylize_markdown | Folke Lemaitre | 2021-06-25 |
| | |||
* | Merge pull request #14910 from folke/lsp_fences_docs | Michael Lingelbach | 2021-06-25 |
|\ | | | | | style(lsp): make get_markdown_fences private | ||
| * | style(lsp): make get_markdown_fences private | Folke Lemaitre | 2021-06-25 |
| | | |||
* | | Update busy_start/busy_stop ui events documentation (#14415) | Ghjuvan Lacambre | 2021-06-25 |
|/ | | | Closes #14386 | ||
* | Merge pull request #14904 from mfussenegger/nil-message-callbacks | Michael Lingelbach | 2021-06-25 |
|\ | | | | | fix(lsp): Handle nil message_callbacks | ||
| * | fix(lsp): Handle nil message_callbacks | Mathias Fussenegger | 2021-06-25 |
| | | | | | | | | | | | | | | | | | | | | The `onexit` handler could set `message_callbacks` to `nil` within the luv event loop while the mainloop runs a function that tries to access `message_callbacks`. This adds some checks to prevent errors in that case. Fixes https://github.com/neovim/neovim/issues/14863 | ||
* | | Merge pull request #14617 from folke/fancy_markdown_fences_support | Michael Lingelbach | 2021-06-25 |
|\ \ | | | | | | | feat(lsp): use `g:markdown_fenced_languages` in `vim.lsp.util.stylized_markdown` | ||
| * | | feat(lsp): use markdown_fenced_languages in stylized_markdown | Folke Lemaitre | 2021-06-25 |
| |/ | |||
* | | Merge pull request #14903 from mfussenegger/add-workspace-folder | Michael Lingelbach | 2021-06-25 |
|\ \ | | | | | | | fix(lsp): Set `dir` completion option for add_workspace_folder | ||
| * | | fix(lsp): Set `dir` completion option for add_workspace_folder | Mathias Fussenegger | 2021-06-25 |
| |/ | | | | | | | | | Given that the input is pre-filled with a path, it should be possible to use dir completion. | ||
* / | fix(lsp): syntax improvements for lsp_markdown | Folke Lemaitre | 2021-06-25 |
|/ | |||
* | Merge pull request #14886 from janlazo/vim-8.1.1437 | Jan Edmund Lazo | 2021-06-24 |
|\ | | | | | vim-patch:8.1.{1437,2391},8.2.{1255,2185,2294,3033,3034,3037,3038,3043} | ||
| * | vim-patch:8.2.1255: cannot use a lambda with quickfix functions | Jan Edmund Lazo | 2021-06-23 |
| | | | | | | | | | | | | Problem: Cannot use a lambda with quickfix functions. Solution: Add support for lambda. (Yegappan Lakshmanan, closes vim/vim#6499) https://github.com/vim/vim/commit/d43906d2e5969288f239df851f5ad7b1dc2c7251 | ||
* | | fix(lsp): do not convert vim.NIL to nil in lists | Akin Sowemimo | 2021-06-24 |
|/ | |||
* | docs(starting): mention init.lua in paths and remove repetition (#14883) | smolck | 2021-06-23 |
| | |||
* | fix(lsp): handlers should focus quickfix list | Michael Lingelbach | 2021-06-21 |
| | |||
* | Merge pull request #14849 from seandewar/demethod-curwin | Jan Edmund Lazo | 2021-06-19 |
|\ | | | | | fix(doc): various fixes | ||
| * | fix(doc/index.txt): various ex command fixes | Sean Dewar | 2021-06-19 |
| | | | | | | | | | | | | | | | | Add :eval and :checkhealth (:eval was also missing upstream). Fix :perlfile typo, add abbreviations for :perl, :perlfile and :perldo. Remove :scriptversion; it hasn't been ported yet (#14611). [skip ci] | ||
| * | fix(doc): :sleep! does not hide cursor | Sean Dewar | 2021-06-19 |
| | | | | | | | | :sleep is the same as :sleep! in the port of v8.2.2366 | ||
| * | fix(doc): remove :promptfind and :promptrepl | Sean Dewar | 2021-06-19 |
| | | | | | | | | :promptfind and :promptrepl are N/A for Nvim. | ||
| * | fix(doc): don't use method call syntax in examples | Sean Dewar | 2021-06-19 |
| | | | | | | | | The method call syntax patches aren't ported yet. | ||
* | | Merge pull request #14851 from ckipp01/hlCodeLens | Michael Lingelbach | 2021-06-19 |
|\ \ | |||
| * | | Add hl group docs for codelenses | ckipp01 | 2021-06-20 |
| | | | |||
* | | | fix(lsp): fix severity_limit logic in set_loclist | Steven Arcangeli | 2021-06-19 |
| |/ |/| | |||
* | | Merge pull request #14833 from vigoux/tree-sitter-docs-tidy | Thomas Vigouroux | 2021-06-19 |
|\ \ | |/ |/| | docs(treesitter): tidy docs and remove legacy information | ||
| * | docs(treesitter): mention query help page | Thomas Vigouroux | 2021-06-16 |
| | | |||
| * | docs(treesitter): tidy docs and remove legacy information | Thomas Vigouroux | 2021-06-16 |
| | | |||
* | | chore(lsp): removed deprecated floating preview methods | Folke Lemaitre | 2021-06-17 |
|/ | |||
* | fix(lsp): add bufnr to formatting requests | Lukas Reineke | 2021-06-15 |
| | | | | | | Add the buffer number to the `textDocument/formatting` request, so that it is passed to the handler. The built-in formatting handlers do not use the buffer number, but user overrides should have access to it. | ||
* | docs(lsp): Clarify opts for show_line_diagnostics() | Shadman | 2021-06-15 |
| | |||
* | docs: regenerate | marvim | 2021-06-15 |
| | |||
* | docs(lsp): annotate call_hierarchy function as private | cbarrete | 2021-06-14 |
| | |||
* | fix(lsp): fix on_detach in lsp.diagnostic | Jaehwang Jerry Jung | 2021-06-14 |
| | | | | | `lsp.diagnostic.get_all()` was returning diagnotics for `:bwipeout`-ed buffers because the diagnostic cache is not cleared. The first argument of on_detach callback is the string "detach", not the bufnr. | ||
* | fix(lsp): replace --- by a line in stylize_markdown | Folke Lemaitre | 2021-06-15 |
| | |||
* | Merge pull request #14482 from elianiva/lsp/remove_hover_line | Michael Lingelbach | 2021-06-14 |
|\ | | | | | feat(lsp): hide triple - in hover window | ||
| * | feat(lsp): hide triple - in hover window. | elianiva | 2021-06-15 |
| | |