| Commit message (Collapse) | Author | Age |
... | |
|\ \ \
| | | |
| | | | |
treesitter: default start and end row when omitted
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
logic
This function returns the start and stop value if set else the node's range is used
When the node's range is used, the stop is incremented by 1 to make the search inclusive
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add support for default start and end row when omitted in the
query:iter_captures and query:iter_matches functions.
When the start and end row values are omitted, the values of the given
node is used. The end row value is incremented by 1 to include the node end
row in the match.
Updated tests and docs accordingly.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
* update lua documentation
* run docgen
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The `workspace/configuration` handler could fail with the following
error if `config.settings` is nil:
runtime/lua/vim/lsp/util.lua:1432: attempt to index local 'settings' (a nil value)"
This ensures that `config.settings` is always initialized to an empty
table.
|
|\ \ \ \
| | | | |
| | | | | |
Remove -Z flag from --help message
|
| | | | | |
|
| |/ / / |
|
| |_|/
|/| |
| | | |
Set release date based on commit ee77d8665ffe327a2158354021bbbcb772b3521a
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Add in clienInfo to initalize_params.
Some servers (like Metals in my case) will actually pull this
info from the initalize_params and display it in the logs. I
know from the server perspective it helps at times to have this
available to pull from to have more details about the client and
version. You can see that this is part of the spec here:
microsoft.github.io/language-server-protocol/specification#initialize
|
| | |
| | |
| | | |
Until we support dynamicRegistration, we should handle the client/registerCapability in core. There are still some language servers that send this request despite dynamicRegistration not being registered client-side (we got an upstream fix for the node ones, but this depends on them bumping vscode-languageserver-node).
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The page is useful because it contains:
How to install it
Package information (e.g. current version)
List of dependencies
Analytics (how many people are using it)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
retrun a structured version dict
:lua print(vim.inspect(vim.version()))
{
api_compatible = 0,
api_level = 7,
api_prerelease = true,
major = 0,
minor = 5,
patch = 0
}
|
|\ \ \
| | | |
| | | | |
vim-patch:8.2.{2353,2355,2360,2361,2366,2368}
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: Insufficient tests for setting options.
Solution: Add a few tests. (Dominique Pellé, closes vim/vim#7695)
https://github.com/vim/vim/commit/85773bf32b51cbe7e971c5ac11cb9c743bb7a38a
Cherry-pick some test cases for Test_set_error()
from patches v8.2.0540, v8.2.0551.
|
| | | |
| | | |
| | | |
| | | | |
Fix missing header files in system perl.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: Vim9: no highlight for "s///gc" when using 'opfunc'.
Solution: Reset 'lazyredraw' temporarily. (closes vim/vim#7687)
https://github.com/vim/vim/commit/7c886db915035bc064ca307f02c34ae9d99cc733
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: When using ":sleep" the cursor is always displayed.
Solution: Do not display the cursor when using ":sleep!". (Jeremy Lerner,
closes vim/vim#7688)
https://github.com/vim/vim/commit/e2edc2ed4a9a229870b1e1811b0ecf045b84e429
Cursor showing/hiding is moved from core to TUI.
":sleep!" behaves the same as ":sleep".
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: Test leaves file behind.
Solution: Delete the right file. (Dominique Pellé, closes vim/vim#7689)
https://github.com/vim/vim/commit/a3b494d6afa79aedce42fa4ecc7ef0dbae79e37e
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: Stray test failure on Appveyor.
Solution: Finish insert command.
https://github.com/vim/vim/commit/97c6943e11516711541848e51db3cc2ace25bbb2
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Problem: Spartql files are not detected.
Solution: Add the sparql filetype. (closes vim/vim#7679)
https://github.com/vim/vim/commit/17d015b2438e51d4d42d72720611d16c772cc4bb
|
|\ \ \
| | | |
| | | | |
log.c: warn instead of error on failed stdpath('cache') creation
|
|/ / / |
|
|/ / |
|
|\ \
| | |
| | | |
vim-patch:8.2.{2329,2334}
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Pascal-like filetypes not always detected.
Solution: Improved Puppet, InstantFPC and Pascal detection. (Doug Kearns,
closes vim/vim#7662)
https://github.com/vim/vim/commit/a0122dcd1cc9e9bb62c071a9b91426a8bce4f8d9
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Not all ways Vim can be started are tested.
Solution: Add a test for different program names. (Dominique Pellé,
closes vim/vim#7651)
https://github.com/vim/vim/commit/df4c9af7e73aa5d0fb5bf4c0e19a39b4e1d73517
|
|\ \ \
| | | |
| | | | |
fix(treesitter): use source() method on attach
|
|/ / /
| | |
| | |
| | |
| | | |
Fixes an issue that tree-sitter always attached to the current buffer,
instead of the provided buffer.
|
|/ /
| |
| |
| |
| | |
while there is some controversy, stdpath('cache') looks like a better fit for logs than stdpath('data'): you can remove logs without preventing nvim to work which fits the XDG_CACHE_HOME definition of `user specific non-essential data files`.
|
| |
| |
| | |
* trim trailing whitespace from docs
|
| |
| |
| | |
and adjust sumneko setup instructions
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* lsp: Add severity_limit for other diagnostics
* docs and tests
* fix: lint
* Add to other types
* fix: lint
|
| |
| |
| |
| |
| |
| |
| | |
* fix: Allow subsequent text document edits to pass
* fixup: cleaner code
* add tests
|
|\ \ |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
[RDY] man.vim: Set iskeyword explicitly.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
This also fixes `:Man!`, which wasn't setting 'iskeyword' to contain
parentheses, etc.
|
|\ \ \
| | | |
| | | | |
Do not delete the nightly release
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Close https://github.com/neovim/neovim/issues/8614
Use uv_os_homedir and current directory as backup if HOME env is not set.
Allocate homedir only if var is not NULL.
|
|\ \ \ \
| |/ / /
|/| | | |
screen.c: fix last character on foldtext
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Before this commit, a folded line would display a trailing character
with
bin/nvim -u ~/test.vim --cmd "hi NonText ctermbg=3" --cmd "hi Search ctermbg=2" --cmd "set listchars+=extends:X nowrap list" ~/test.txt
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Last character on a folded line was sometimes highlighted with the
"Search" highlight. Solves this along with some remaining "curwin".
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Port ftplugin, syntax and indent Elm files.
Ref: #13193
|
|\ \ \ \
| |/ / /
|/| | | |
vim-patch:8.1.{1731,1764,2111,2126},8.2.{50,590}
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: No 'backspace' value allows ignoring the insertion point.
Solution: Add the "nostop" and 3 values. (Christian Brabandt, closes vim/vim#5940)
https://github.com/vim/vim/commit/aa0489e12d227d24752cf16e4e97058ac32edcc1
|