| Commit message (Collapse) | Author | Age |
... | |
|\ \ \ \
| |_|/ /
|/| | | |
fix(lsp): cap diagnostic end range to buf length
|
|/ / /
| | |
| | |
| | | |
Closes #14743
|
|/ /
| |
| | |
we are changing the way we write commits to increase automation. This commit explains how to write commit messages.
|
|\ \
| | |
| | |
| | |
| | | |
euclidianAce/euclidianAce/win-config-include-border
include 'border' in nvim_win_get_config
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
docs: regenerate
|
|/ / |
|
|\ \
| | |
| | | |
api: add nvim_win_call
|
| | | |
|
|\ \ \
| |/ /
|/| | |
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.
|
|\ \ \
| | | |
| | | | |
fix: changed byte ranges for indented lines
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
feat(lsp): Split out a "get qf items" func from set_loclist
|
|/ / /
| | |
| | |
| | |
| | | |
Makes it easier to re-use the logic to populate the quickfix list
instead of the location list.
|
|\ \ \
| | | |
| | | | |
docs: regenerate
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
fix(lsp): max 1 floating preview per buffer. Fixes #11508
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
feat(lsp): add an option to lsp.diagnostic.set_loclist to the workspace
|
|/ / / /
| | | |
| | | |
| | | | |
add option to show workspace diagnostic instead of the current buffer's
|
|\ \ \ \
| | | | |
| | | | | |
docs(lsp): fix locations_to_items docstring
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
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
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
feat(lsp): remove line from diagnostic quickfix
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adding the line takes up valuable horizontal screen space, and also
precludes using the quickfixtextfunc built into neovim due to the
harcoded `|`.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
vim-patch:8.0.1578,8.2.{2877,2937}
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
"void" cast unused return value of win_comp_pos().
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
"void" cast unused return values of getchr(), peekchr().
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
"void" cast unused return value of hasFolding().
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
"void" cast unused return value of ml_find_line().
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
"void" cast unused return value of find_last_paren().
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
win_col_offset must be 0 to be no-opt
when passed to col_off param of draw_virt_text().
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolve pvs/v560 error.
mods is nonnull in the modified inner if-condition.
because it is checked for NULL in the outer if-condition.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
buf is nonnull when xfree(buf) is executed.
free(NULL) is safe (for target compilers) so xfree(NULL) is also safe.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
vim_strsave() returns nonnull.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
vim_strsave() returns nonnull.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
uv_process_options_t "args" member was set to a local array from stack.
when uv_process_options_t variable is outside the function.
https://pvs-studio.com/en/docs/warnings/v507/
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'splitbelow' and 'splitright' (#14398)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Problem: No test for :popup in terminal.
Solution: Add a screen dump test.
https://github.com/vim/vim/commit/69f5a3011d5a93e0d54837e97d625bd6c253d897
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Problem: Popup test fails if rightleft feature not enabled.
Solution: Check that the rightleft feature is available. (Dominique Pellé,
closes vim/vim#8321)
https://github.com/vim/vim/commit/56cddb38790ba535919524d9d2f32dbec9f3f07a
|