| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
| |
`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.
|
| |
|
|\
| |
| | |
feat(lsp): hide triple - in hover window
|
| | |
|
|\ \
| | |
| | | |
[RDY] fix(lsp): guard against negative diagnostic line numbers
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | | |
feat(lsp): Add codelens support
|
| | | |
|
|/ / |
|
| |
| |
| |
| |
| |
| | |
Problem: Jupyter Notebook files are not recognized.
Solution: Recognize *.ipynb. (closes vim/vim#8375)
https://github.com/vim/vim/commit/2e66b0d1373891f40e2561ccd2d3369de1614bcd
|
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | | |
fix(lsp): convert_input_to_markdown_lines: preserve plaintext
|
| | | |
|
|\ \ \
| | | |
| | | | |
fixup(runtime): Fix lua runtime files not listed in :scriptnames
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
lua runtime files weren't listed in :scriptname & profiler.
This fixes that.
* Add tests
* Small doc tweeks
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Spellrare and spellrepall in the wrong order.
Solution: Put spellrare below spellrepall. (closes vim/vim#4820)
https://github.com/vim/vim/commit/a3891681f72fd9efdea6444620d787358850d823
|
|/ /
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | | |
vim-patch:8.2.{1702,2422,2966,2971,2974}
|
| |/
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | | |
runtime: allow to use .lua files for most features defined as &rtp/{feature}/*.vim
|
| | |
| | |
| | |
| | |
| | |
| | | |
So now :source can run lua files too :)
* feat: Add support for :[ranged]source for lua files
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
* tests(runtime): move runtime/plugin tests to functional/lua/runtime_spec
|
| |/
| |
| |
| |
| |
| | |
For opt plugins these files are sourced on `:packadd`
* `:runtime` Now can exexute lua files
|
|/
|
|
| |
Closes #14743
|
| |
|
|\
| |
| | |
Minor observational corrections to the nvim_buf_set_extmark documentation
|
| | |
|
| |
| |
| |
| |
| | |
Add a note for the line and col, saying they are 0-based.
The end_col appears to be exclusive, unline the end_line.
|
| |
| |
| |
| |
| | |
Makes it easier to re-use the logic to populate the quickfix list
instead of the location list.
|
| | |
|
|\ \
| | |
| | | |
fix(lsp): max 1 floating preview per buffer. Fixes #11508
|
| | | |
|
| | |
| | |
| | |
| | | |
add option to show workspace diagnostic instead of the current buffer's
|
| | | |
|
|\ \ \
| | | |
| | | | |
fix(lsp): set_loclist should target current win
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | | |
fix(lsp): floating window border size for string type
|
| |/ / |
|
|/ /
| |
| |
| |
| |
| | |
Adding the line takes up valuable horizontal screen space, and also
precludes using the quickfixtextfunc built into neovim due to the
harcoded `|`.
|
| | |
|