| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
Problem: Cannot get and set quickfix list items.
Solution: Add the "items" argument to getqflist() and setqflist(). (Yegappan
Lakshmanan)
https://github.com/vim/vim/commit/6a8958db259d4444da6e6956e54a6513c1af8860
|
|
|
|
|
|
|
|
| |
Problem: Cannot set a separate highlighting for the current line in the
quickfix window.
Solution: Add QuickFixLine. (anishsane, closes vim/vim#1755)
https://github.com/vim/vim/commit/2102035488e80ef6fd5038ed15d21672712ba0f6
|
|
|
|
|
|
|
|
| |
Problem: Cannot easily get to the last quickfix list.
Solution: Add "$" as a value for the "nr" argument of getqflist() and
setqflist(). (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/875feea6ce223462d55543735143d747dcaf4287
|
|
|
|
|
|
|
| |
Problem: Changes to eval functionality not documented.
Solution: Include all the changes.
https://github.com/vim/vim/commit/45d2cca1ea3f90fc70ad99d0c6812a9d8536303c
|
|\
| |
| | |
Remove some tv_list_item_…() functions
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
There is nothing wrong with them, just it is generally better to remove
a range then to remove items individually.
|
| |
| |
| |
| |
| | |
Reason: test may contain cleanup at the endwhich is needed for GC to work
properly, but is not done if test fails. With collectgarbage() in former
position it would crash when collecting garbage.
|
| | |
|
| |
| |
| | |
tv_list_remove_items() may cause confusion with tv_list_item_remove()
|
| | |
|
| | |
|
| |
| |
| |
| | |
Better write this bit in lua then make reviewers or clint filter out
tv_list_item_alloc().
|
| |
| |
| |
| | |
Still left calls in eval/typval.c and test/unit/eval/helpers.lua. Latter is the
only reason why function did not receive `static` modifier.
|
| |
| |
| |
| |
| | |
Followup to https://github.com/neovim/neovim/pull/7217.
Build failure: https://travis-ci.org/neovim/neovim/jobs/322930672#L2958.
|
|\ \
| | |
| | | |
[RFC] vim-patch:8.0.0608
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: Cannot manipulate other than the current quickfix list.
Solution: Pass the list index to quickfix functions. (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/a3921f48c6b31a035c80fda49925dd3b42df0dec
|
| | |
| | |
| | |
| | | |
The `set -e` caused the script to stop in case `patch` fails, but it is
better to continue giving instructions.
|
|\ \ \
| |/ /
|/| | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Fixes https://github.com/neovim/neovim/issues/7781
|
| | |
| | |
| | | |
Closes #7772
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Check that the full path to the python interpreter starts with
$VIRTUAL_ENV.
closes #7770
|
|/ /
| |
| |
| | |
- Latest commit from LuaJIT 2.0.5
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: ":help :[range]" does not work. (Tony Mechelynck)
Solution: Translate to insert a backslash.
https://github.com/vim/vim/commit/a76f59d817e2da31d83b4f0e978b52abe81e0ae9
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: getcmdtype(), getcmdpos() and getcmdline() are not tested.
Solution: Add tests. (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/65189a1294307abf007faab7385dc0145ba72b06
|
|\ \ \
| | | |
| | | | |
health.vim: remove :CheckHealth command
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
For back-compat, :CheckHealth runs :checkhealth. But don't define
:CheckHealth explicitly, it adds noise to wildmenu completion.
Completion of healthchecks doesn't yet work with :checkhealth, this is
a regression but it needs to be implemented for :checkhealth rather than
keeping :CheckHealth around.
|
|\ \ \
| |_|/
|/| | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Invoke it like this:
VIM_SOURCE_DIR=~/neovim/.vim-src/ nvim -i NONE -u NONE --headless +'luafile ./scripts/vimpatch.lua' +q
|
| | |
| | |
| | |
| | | |
Use streams instead of for-loop (20x speedup for list_vimpatch_tokens).
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
vim-patch:8.0.1206: no autocmd for entering or leaving the command line
(commit a4f6cec7a31ff8dbfa089b9e22227afbeb951e9b)
NA patches:
vim-patch:8.0.0320: warning for unused variable with small build
|
|\ \ |
|
|/ /
| |
| |
| | |
Fixes #7169
|
|\ \ |
|
| | | |
|
| | | |
|
| |\| |
|
| | | |
|
| | | |
|