Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #14137 from last-partizan/patch-1-test | Björn Linse | 2021-06-12 |
|\ | | | | | Fix popupmenu position in multigrid mode (pum_above) | ||
| * | fix(ui): Fix pum incorrect position in multigrid mode | Serg Tereshchenko | 2021-06-12 |
|/ | | | | Refs #12985 | ||
* | Merge pull request #14761 from janlazo/vim-8.2.2966 | Jan Edmund Lazo | 2021-06-11 |
|\ | | | | | vim-patch:8.2.{1702,2422,2966,2971,2974} | ||
| * | vim-patch:8.2.2974: Greek spell checking uses wrong case folding | Jan Edmund Lazo | 2021-06-11 |
| | | | | | | | | | | | | | | Problem: Greek spell checking uses wrong case folding. Solution: Fold capital sigma depending on whether it is at the end of a word or not. (closes vim/vim#299) https://github.com/vim/vim/commit/4f135275984722c1b1e9ace72eeeb7ce7e4ec983 | ||
| * | vim-patch:8.2.2971: cannot yank a block without trailing spaces | Jan Edmund Lazo | 2021-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 | ||
| * | vim-patch:8.2.2422: crash when deleting with line number out of range | Jan Edmund Lazo | 2021-06-10 |
| | | | | | | | | | | | | Problem: Crash when deleting with line number out of range. (Houyunsong) Solution: Avoid using a negative line number. https://github.com/vim/vim/commit/1d859e24218635c57c09801840ff159cb845ae6a | ||
| * | vim-patch:8.2.1702: crash when using undo after deleting folded lines | Jan Edmund Lazo | 2021-06-10 |
| | | | | | | | | | | | | Problem: Crash when using undo after deleting folded lines. Solution: Check for NULL pointer. (closes vim/vim#6968) https://github.com/vim/vim/commit/da697645d5917eb3d4168c06c3442bef9fb746bf | ||
| * | vim-patch:8.2.2966: ml_get errors after recovering a file | Jan Edmund Lazo | 2021-06-10 |
| | | | | | | | | | | | | Problem: ml_get errors after recovering a file. (Yegappan Lakshmanan) Solution: Fix the cursor position after deleting lines. https://github.com/vim/vim/commit/e3f50ad640fb30f27027f85a616280288bbc14ca | ||
* | | Merge pull request #14773 from mjlbach/fix/vim-region-bounds | Michael Lingelbach | 2021-06-11 |
|\ \ | | | | | | | fix(lua): ensure vim.region truncates to buf range | ||
| * | | fix(lua): ensure vim.region truncates to buf range | Michael Lingelbach | 2021-06-11 |
| |/ | | | | | | | | | | | | | | | If vim.region receives a large range outside of the current buffer bounds, it will not check the range ahead of time and loop until neovim exhausts the system memory. Fixes #14743 | ||
* | | Merge pull request #14686 from shadmansaleh/feat/evaluate_plugin/lua | Björn Linse | 2021-06-11 |
|\ \ | | | | | | | runtime: allow to use .lua files for most features defined as &rtp/{feature}/*.vim | ||
| * | | refactor(source): Move lua file detection to do_source | shadmansaleh | 2021-06-11 |
| | | | | | | | | | | | | | | | | | | So now :source can run lua files too :) * feat: Add support for :[ranged]source for lua files | ||
| * | | refactor(tests): Simplify tests at functional/lua/runtime_spec | shadmansaleh | 2021-06-11 |
| | | | |||
| * | | enhance(runtime): Enable completion for lua files | shadmansaleh | 2021-06-11 |
| | | | | | | | | | | | | Enabled for `:colorscheme` `:compiler` filetype | ||
| * | | feat(runtime): Allow lua to be used in syntax | shadmansaleh | 2021-06-11 |
| | | | |||
| * | | feat(runtime): Allow lua to be used in ftdetect | shadmansaleh | 2021-06-11 |
| | | | |||
| * | | feat(runtime): Allow lua to be used in indent | shadmansaleh | 2021-06-11 |
| | | | |||
| * | | feat(runtime): Allow lua to be used in ftplugin | shadmansaleh | 2021-06-11 |
| | | | |||
| * | | feat(runtime): Allow lua to be used in compiler | shadmansaleh | 2021-06-11 |
| | | | |||
| * | | feat(runtime): Allow lua to be used in colorschemes | shadmansaleh | 2021-06-11 |
| | | | | | | | | | | | | * tests(runtime): move runtime/plugin tests to functional/lua/runtime_spec | ||
| * | | feat(startup): Source runtime/plugin/**/*.lua at startup | shadmansaleh | 2021-06-11 |
| |/ | | | | | | | | | | | For opt plugins these files are sourced on `:packadd` * `:runtime` Now can exexute lua files | ||
* | | Merge pull request #14776 from vigoux/ts-0.19.5plus | Thomas Vigouroux | 2021-06-11 |
|\ \ | | | | | | | deps(treesitter): bump to 0.19.5+ | ||
| * | | deps(treesitter): bump to 0.19.5+ | Thomas Vigouroux | 2021-06-11 |
| | | | | | | | | | | | | This fixes a bunch of issues with queries. | ||
* | | | Merge pull request #14777 from vigoux/label-dependencies | Thomas Vigouroux | 2021-06-11 |
|\ \ \ | | | | | | | | | ci: correctly label dependencies PRs | ||
| * | | | ci: correctly label dependencies PRs | Thomas Vigouroux | 2021-06-11 |
| |/ / | | | | | | | | | | Configures the labeler to handle PRs related to third-party. | ||
* | | | Merge pull request #14775 from bfredl/gcc11 | Björn Linse | 2021-06-11 |
|\ \ \ | | | | | | | | | macros: add a dummy statement to allow FALLTHROUGH in an empty case. | ||
| * | | | macros: add a dummy statement to allow FALLTHROUGH in an empty case. | Björn Linse | 2021-06-11 |
|/ / / | |||
* | | | Merge pull request #14769 from mjlbach/feature/fix_diagnostic_end_range | Michael Lingelbach | 2021-06-11 |
|\ \ \ | |_|/ |/| | | fix(lsp): cap diagnostic end range to buf length | ||
| * | | fix(lsp): cap diagnostic end range to buf length | Michael Lingelbach | 2021-06-10 |
|/ / | | | | | | | Closes #14743 | ||
* / | docs(contributing): update commit message instructions (#14758) | Michael Lingelbach | 2021-06-10 |
|/ | | | we are changing the way we write commits to increase automation. This commit explains how to write commit messages. | ||
* | Merge pull request #14249 from ↵ | Björn Linse | 2021-06-10 |
|\ | | | | | | | | | euclidianAce/euclidianAce/win-config-include-border include 'border' in nvim_win_get_config | ||
| * | api:get_config: don't add border="none" (inactive default) | Björn Linse | 2021-06-10 |
| | | |||
| * | fix linter errors | Corey Williamson | 2021-06-10 |
| | | |||
| * | api: include border in nvim_win_get_config | Corey Williamson | 2021-06-10 |
|/ | |||
* | Merge pull request #14763 from neovim/marvim/api-doc-update/master | Thomas Vigouroux | 2021-06-10 |
|\ | | | | | docs: regenerate | ||
| * | docs: regenerate | marvim | 2021-06-10 |
|/ | |||
* | Merge pull request #14717 from notomo/add-win-call-api | Björn Linse | 2021-06-10 |
|\ | | | | | api: add nvim_win_call | ||
| * | api: add nvim_win_call | notomo | 2021-06-10 |
| | | |||
* | | Merge pull request #14510 from urandom/doc_nvim_buf_set_extmark | Björn Linse | 2021-06-10 |
|\ \ | |/ |/| | Minor observational corrections to the nvim_buf_set_extmark documentation | ||
| * | Update the functio documentation in C | Viktor Kojouharov | 2021-05-10 |
| | | |||
| * | Minor observational corrections to the set_extmark documentation | Viktor Kojouharov | 2021-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. | ||
* | | Merge pull request #14757 from jbyuki/open_line_changed_bytes | Björn Linse | 2021-06-09 |
|\ \ | | | | | | | fix: changed byte ranges for indented lines | ||
| * | | add tests in buffer_updates | jbyuki | 2021-06-09 |
| | | | |||
| * | | minor fix | jbyuki | 2021-06-09 |
| | | | |||
| * | | minor fixes | jbyuki | 2021-06-09 |
| | | | |||
| * | | fix changed byte ranges for indented lines | jbyuki | 2021-06-09 |
|/ / | |||
* | | Merge pull request #14736 from mfussenegger/lsp-diagnostic-get-qfitems | Michael Lingelbach | 2021-06-07 |
|\ \ | | | | | | | feat(lsp): Split out a "get qf items" func from set_loclist | ||
| * | | feat(lsp): Split out a `diagnostics_to_items` function from set_loclist | Mathias Fussenegger | 2021-06-07 |
|/ / | | | | | | | | | Makes it easier to re-use the logic to populate the quickfix list instead of the location list. | ||
* | | Merge pull request #14731 from neovim/marvim/api-doc-update/master | Thomas Vigouroux | 2021-06-06 |
|\ \ | | | | | | | docs: regenerate | ||
| * | | docs: regenerate | marvim | 2021-06-06 |
|/ / |