aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #14137 from last-partizan/patch-1-testBjörn Linse2021-06-12
|\ | | | | Fix popupmenu position in multigrid mode (pum_above)
| * fix(ui): Fix pum incorrect position in multigrid modeSerg Tereshchenko2021-06-12
|/ | | | Refs #12985
* Merge pull request #14761 from janlazo/vim-8.2.2966Jan Edmund Lazo2021-06-11
|\ | | | | vim-patch:8.2.{1702,2422,2966,2971,2974}
| * vim-patch:8.2.2974: Greek spell checking uses wrong case foldingJan Edmund Lazo2021-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 spacesJan Edmund Lazo2021-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 rangeJan Edmund Lazo2021-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 linesJan Edmund Lazo2021-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 fileJan Edmund Lazo2021-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-boundsMichael Lingelbach2021-06-11
|\ \ | | | | | | fix(lua): ensure vim.region truncates to buf range
| * | fix(lua): ensure vim.region truncates to buf rangeMichael Lingelbach2021-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/luaBjörn Linse2021-06-11
|\ \ | | | | | | runtime: allow to use .lua files for most features defined as &rtp/{feature}/*.vim
| * | refactor(source): Move lua file detection to do_sourceshadmansaleh2021-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_specshadmansaleh2021-06-11
| | |
| * | enhance(runtime): Enable completion for lua filesshadmansaleh2021-06-11
| | | | | | | | | | | | Enabled for `:colorscheme` `:compiler` filetype
| * | feat(runtime): Allow lua to be used in syntaxshadmansaleh2021-06-11
| | |
| * | feat(runtime): Allow lua to be used in ftdetectshadmansaleh2021-06-11
| | |
| * | feat(runtime): Allow lua to be used in indentshadmansaleh2021-06-11
| | |
| * | feat(runtime): Allow lua to be used in ftpluginshadmansaleh2021-06-11
| | |
| * | feat(runtime): Allow lua to be used in compilershadmansaleh2021-06-11
| | |
| * | feat(runtime): Allow lua to be used in colorschemesshadmansaleh2021-06-11
| | | | | | | | | | | | * tests(runtime): move runtime/plugin tests to functional/lua/runtime_spec
| * | feat(startup): Source runtime/plugin/**/*.lua at startupshadmansaleh2021-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.5plusThomas Vigouroux2021-06-11
|\ \ | | | | | | deps(treesitter): bump to 0.19.5+
| * | deps(treesitter): bump to 0.19.5+Thomas Vigouroux2021-06-11
| | | | | | | | | | | | This fixes a bunch of issues with queries.
* | | Merge pull request #14777 from vigoux/label-dependenciesThomas Vigouroux2021-06-11
|\ \ \ | | | | | | | | ci: correctly label dependencies PRs
| * | | ci: correctly label dependencies PRsThomas Vigouroux2021-06-11
| |/ / | | | | | | | | | Configures the labeler to handle PRs related to third-party.
* | | Merge pull request #14775 from bfredl/gcc11Björn Linse2021-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 Linse2021-06-11
|/ / /
* | | Merge pull request #14769 from mjlbach/feature/fix_diagnostic_end_rangeMichael Lingelbach2021-06-11
|\ \ \ | |_|/ |/| | fix(lsp): cap diagnostic end range to buf length
| * | fix(lsp): cap diagnostic end range to buf lengthMichael Lingelbach2021-06-10
|/ / | | | | | | Closes #14743
* / docs(contributing): update commit message instructions (#14758)Michael Lingelbach2021-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 Linse2021-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 Linse2021-06-10
| |
| * fix linter errorsCorey Williamson2021-06-10
| |
| * api: include border in nvim_win_get_configCorey Williamson2021-06-10
|/
* Merge pull request #14763 from neovim/marvim/api-doc-update/masterThomas Vigouroux2021-06-10
|\ | | | | docs: regenerate
| * docs: regeneratemarvim2021-06-10
|/
* Merge pull request #14717 from notomo/add-win-call-apiBjörn Linse2021-06-10
|\ | | | | api: add nvim_win_call
| * api: add nvim_win_callnotomo2021-06-10
| |
* | Merge pull request #14510 from urandom/doc_nvim_buf_set_extmarkBjörn Linse2021-06-10
|\ \ | |/ |/| Minor observational corrections to the nvim_buf_set_extmark documentation
| * Update the functio documentation in CViktor Kojouharov2021-05-10
| |
| * Minor observational corrections to the set_extmark documentationViktor Kojouharov2021-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_bytesBjörn Linse2021-06-09
|\ \ | | | | | | fix: changed byte ranges for indented lines
| * | add tests in buffer_updatesjbyuki2021-06-09
| | |
| * | minor fixjbyuki2021-06-09
| | |
| * | minor fixesjbyuki2021-06-09
| | |
| * | fix changed byte ranges for indented linesjbyuki2021-06-09
|/ /
* | Merge pull request #14736 from mfussenegger/lsp-diagnostic-get-qfitemsMichael Lingelbach2021-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_loclistMathias Fussenegger2021-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/masterThomas Vigouroux2021-06-06
|\ \ | | | | | | docs: regenerate
| * | docs: regeneratemarvim2021-06-06
|/ /