aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAge
* docs: regeneratemarvim2021-06-15
|
* docs(lsp): annotate call_hierarchy function as privatecbarrete2021-06-14
|
* fix(lsp): fix on_detach in lsp.diagnostic Jaehwang Jerry Jung2021-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_markdownFolke Lemaitre2021-06-15
|
* Merge pull request #14482 from elianiva/lsp/remove_hover_lineMichael Lingelbach2021-06-14
|\ | | | | feat(lsp): hide triple - in hover window
| * feat(lsp): hide triple - in hover window.elianiva2021-06-15
| |
* | Merge pull request #14737 from rktjmp/lsp-guard-against-negative-linesMichael Lingelbach2021-06-14
|\ \ | | | | | | [RDY] fix(lsp): guard against negative diagnostic line numbers
| * | fix(lsp): guard against negative diagnostic line numbersOliver Marriott2021-06-13
| | |
* | | fix(lsp): allow 'rounded' and 'solid' in floatsTimothée Sterle2021-06-14
| |/ |/|
* | Merge pull request #13165 from mfussenegger/codelensMichael Lingelbach2021-06-14
|\ \ | | | | | | feat(lsp): Add codelens support
| * | feat(lsp): Add codelens supportMathias Fussenegger2021-06-14
| | |
* | | docs: regeneratemarvim2021-06-14
|/ /
* | vim-patch:8.2.2990: Jupyter Notebook files are not recognizedJan Edmund Lazo2021-06-13
| | | | | | | | | | | | Problem: Jupyter Notebook files are not recognized. Solution: Recognize *.ipynb. (closes vim/vim#8375) https://github.com/vim/vim/commit/2e66b0d1373891f40e2561ccd2d3369de1614bcd
* | vim-patch:8.2.1354: test 59 is old styleJan Edmund Lazo2021-06-13
| | | | | | | | | | | | Problem: Test 59 is old style. Solution: Convert into a new style test. (Yegappan Lakshmanan, closes vim/vim#6604) https://github.com/vim/vim/commit/aa970abd0a987de96321d33db82f70bbceac931b
* | Merge pull request #14765 from folke/lsp_plaintextMichael Lingelbach2021-06-12
|\ \ | | | | | | fix(lsp): convert_input_to_markdown_lines: preserve plaintext
| * | fix(lsp): convert_input_to_markdown_lines: preserve plaintextFolke Lemaitre2021-06-12
| | |
* | | Merge pull request #14788 from shadmansaleh/fix/lua_runtime1Björn Linse2021-06-13
|\ \ \ | | | | | | | | fixup(runtime): Fix lua runtime files not listed in :scriptnames
| * | | fixup(runtime): Fix lua runtime files not listedshadmansaleh2021-06-13
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | lua runtime files weren't listed in :scriptname & profiler. This fixes that. * Add tests * Small doc tweeks
* | | vim-patch:8.2.0945: cannot use "z=" when 'spell' is offJan Edmund Lazo2021-06-12
| | | | | | | | | | | | | | | | | | | | | Problem: Cannot use "z=" when 'spell' is off. Solution: Make "z=" work even when 'spell' is off. (Christian Brabandt, Gary Johnson, closes vim/vim#6227) https://github.com/vim/vim/commit/152e79e94bb935e75b866bd55479648cde11066a
* | | vim-patch:8.2.0038: spell suggestions insufficiently testedJan Edmund Lazo2021-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Spell suggestions insufficiently tested. Solution: Add spell suggestion tests. (Dominique Pelle, closes vim/vim#5398) https://github.com/vim/vim/commit/e9a8d1f9adaf4599b5a7923f8db8e207ed6e7eca Requires latest en.utf-8.spl from https://ftp.nluug.nl/pub/vim/runtime/spell/. Include the following patch because patch v8.2.0946 was merged: vim-patch:8.2.0948: spell test fails Problem: Spell test fails. Solution: Adjust expected text of the prompt. https://github.com/vim/vim/commit/d281b7c227bc4c78813fdc297ccee4b2cad7e605
* | | vim-patch:8.1.1865: spellrare and spellrepall in the wrong orderJan Edmund Lazo2021-06-12
| | | | | | | | | | | | | | | | | | Problem: Spellrare and spellrepall in the wrong order. Solution: Put spellrare below spellrepall. (closes vim/vim#4820) https://github.com/vim/vim/commit/a3891681f72fd9efdea6444620d787358850d823
* | | vim-patch:8.1.1838: there is :spellwrong and :spellgood but not :spellrareJan Edmund Lazo2021-06-12
|/ / | | | | | | | | | | Problem: There is :spellwrong and :spellgood but not :spellrare. Solution: Add :spellrare. (Martin Tournoij, closes vim/vim#4291) https://github.com/vim/vim/commit/08cc374dabd2a02785129fa1c0100f7745c244ad
* | Merge pull request #14761 from janlazo/vim-8.2.2966Jan Edmund Lazo2021-06-11
|\ \ | | | | | | vim-patch:8.2.{1702,2422,2966,2971,2974}
| * | vim-patch:8.2.2971: cannot yank a block without trailing spacesJan Edmund Lazo2021-06-10
| |/ | | | | | | | | | | Problem: Cannot yank a block without trailing spaces. Solution: Add the "zy" command. (Christian Brabandt, closes vim/vim#8292) https://github.com/vim/vim/commit/544a38e44db0f25ec4fa7a2a4666cf28a2336f33
* | Merge pull request #14686 from shadmansaleh/feat/evaluate_plugin/luaBjörn Linse2021-06-11
|\ \ | | | | | | runtime: allow to use .lua files for most features defined as &rtp/{feature}/*.vim
| * | refactor(source): Move lua file detection to do_sourceshadmansaleh2021-06-11
| | | | | | | | | | | | | | | | | | So now :source can run lua files too :) * feat: Add support for :[ranged]source for lua files
| * | feat(runtime): Allow lua to be used in syntaxshadmansaleh2021-06-11
| | |
| * | feat(runtime): Allow lua to be used in ftdetectshadmansaleh2021-06-11
| | |
| * | feat(runtime): Allow lua to be used in indentshadmansaleh2021-06-11
| | |
| * | feat(runtime): Allow lua to be used in ftpluginshadmansaleh2021-06-11
| | |
| * | feat(runtime): Allow lua to be used in compilershadmansaleh2021-06-11
| | |
| * | feat(runtime): Allow lua to be used in colorschemesshadmansaleh2021-06-11
| | | | | | | | | | | | * tests(runtime): move runtime/plugin tests to functional/lua/runtime_spec
| * | feat(startup): Source runtime/plugin/**/*.lua at startupshadmansaleh2021-06-11
| |/ | | | | | | | | | | For opt plugins these files are sourced on `:packadd` * `:runtime` Now can exexute lua files
* / fix(lsp): cap diagnostic end range to buf lengthMichael Lingelbach2021-06-10
|/ | | | Closes #14743
* docs: regeneratemarvim2021-06-10
|
* Merge pull request #14510 from urandom/doc_nvim_buf_set_extmarkBjörn Linse2021-06-10
|\ | | | | Minor observational corrections to the nvim_buf_set_extmark documentation
| * Update the functio documentation in CViktor Kojouharov2021-05-10
| |
| * Minor observational corrections to the set_extmark documentationViktor Kojouharov2021-05-07
| | | | | | | | | | Add a note for the line and col, saying they are 0-based. The end_col appears to be exclusive, unline the end_line.
* | feat(lsp): Split out a `diagnostics_to_items` function from set_loclistMathias Fussenegger2021-06-07
| | | | | | | | | | Makes it easier to re-use the logic to populate the quickfix list instead of the location list.
* | docs: regeneratemarvim2021-06-06
| |
* | Merge pull request #14726 from folke/lsp_single_popup_per_bufferMichael Lingelbach2021-06-06
|\ \ | | | | | | fix(lsp): max 1 floating preview per buffer. Fixes #11508
| * | fix(lsp): max 1 floating preview per buffer. Fixes #11508Folke Lemaitre2021-06-05
| | |
* | | feat(lsp): extend diagnostic.set_loclistViktor Kojouharov2021-06-06
| | | | | | | | | | | | add option to show workspace diagnostic instead of the current buffer's
* | | docs(lsp): fix locations_to_items docstringMichael Lingelbach2021-06-05
| | |
* | | Merge pull request #14730 from mjlbach/feature/open_loclist_on_winMichael Lingelbach2021-06-05
|\ \ \ | | | | | | | | fix(lsp): set_loclist should target current win
| * | | fix(lsp): set_loclist should target current winMichael Lingelbach2021-06-05
| |/ / | | | | | | | | | | | | | | | Currently, for large number of diagnostics, the delay in populating loclist may be sufficient for a user to switch to another window, resulting in the loclist being populated on the wrong window.
* | | Merge pull request #14707 from ray-x/masterMichael Lingelbach2021-06-05
|\ \ \ | | | | | | | | fix(lsp): floating window border size for string type
| * | | fix(lsp): floating window border size for string type 'none' and 'shadow'ray-x2021-06-02
| |/ /
* / / feat(lsp): remove line from diagnostic quickfixMichael Lingelbach2021-06-05
|/ / | | | | | | | | | | Adding the line takes up valuable horizontal screen space, and also precludes using the quickfixtextfunc built into neovim due to the harcoded `|`.
* | docs: regeneratemarvim2021-06-02
| |