aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
...
| * | | fix(test): Detect more core filenamesJames McCoy2021-04-08
| | | |
* | | | eval: add v:_null_stringJan Edmund Lazo2021-04-08
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Replacement for Vim's test_null_string(). Vim uses it to verify that its codebase handles null strings. Preparation for the Test_null_list() in patch v8.2.1822. Use v:_null_string, not non-existent env var, for null string tests. Mention v:_null_string in id() because id(v:_null_string) returns (nil).
* | | Merge pull request #14200 from teto/treesitter-checkhealthMarco Hinz2021-04-07
|\ \ \ | | | | | | | | feat: treesitter checkhealth
| * | | feat(ts): include parser ABI version in checkhealthThomas Vigouroux2021-04-06
| | | |
* | | | Merge pull request #14227 from bfredl/bordaa3Björn Linse2021-04-05
|\ \ \ \ | | | | | | | | | | Border: allow to enable/disable specific border edges
| * | | | Border: allow to enable/disable specific border edgesBjörn Linse2021-04-04
| | | | |
* | | | | Merge pull request #14199 from bfredl/chansend2Björn Linse2021-04-04
|\ \ \ \ \ | | | | | | | | | | | | api: fix use-after-free in nvim_chan_send
| * | | | | api: fix use-after-free in nvim_chan_sendBjörn Linse2021-04-04
| | | | | |
* | | | | | vim-patch:8.2.0295: highlighting for :s wrong when using different separator ↵Ghjuvan Lacambre2021-04-04
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#14286) Problem: Highlighting for :s wrong when using different separator. Solution: Use separat argument for search direction and separator. (Rob Pilling, closes vim/vim#5665) https://github.com/vim/vim/commit/c036e87bd7001238ab7cc5d9e30e59bbf989a5fd
* | | | | Merge pull request #14278 from chentau/extmark_retabBjörn Linse2021-04-04
|\ \ \ \ \ | |/ / / / |/| | | | extmark: buffer update fixes for `noexpandtab` and `:retab`
| * | | | extmark: fixes for noexpandtab and retabchentau2021-04-02
| | |/ / | |/| |
* | | | Merge pull request #14268 from erw7/fix-p_ch-problemerw72021-04-04
|\ \ \ \ | | | | | | | | | | screen: fix problem with p_ch
| * | | | screen: fix problem with p_cherw72021-04-03
| | |/ / | |/| | | | | | | | | | | | | | When the screen is resized, p_ch is not re-set to the appropriate value. As a result, access to invalid addresses was occurring.
* | | | test/lsp: disable tracking in LSP tests (here be dragons)Björn Linse2021-04-03
| | | |
* | | | Merge pull request #14027 from ↵Björn Linse2021-04-02
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | dylanarmstrong/fix/13955-empty-paste-in-term-segfault fix: segfault when pasting in term with empty buffer
| * | | chore: revert unrelated changes in testDylan Armstrong2021-02-27
| | | |
| * | | test: use assert_alive helper rather than eqDylan Armstrong2021-02-27
| | | |
| * | | test: segfault test for empty buffer paste on termDylan Armstrong2021-02-26
| | | |
* | | | vim-patch:8.2.2686: status line is not updated when going to cmdline modeJan Edmund Lazo2021-04-01
| |/ / |/| | | | | | | | | | | | | | | | | | | | Problem: Status line is not updated when going to cmdline mode. Solution: Redraw status lines if 'statusline' is set and going to status line mode. (based on patch from Justin M. Keyes et al., closes vim/vim#8044) https://github.com/vim/vim/commit/ce0b75711afb3ff260967a0843bca46ec09604b5
* | | Merge pull request #14259 from janlazo/fix-dictwatcherdel-crashJan Edmund Lazo2021-03-31
|\ \ \ | | | | | | | | Fix dictwatcherdel crash
| * | | more testsDaniel Hahler2021-03-30
| | | |
| * | | testDaniel Hahler2021-03-30
| | | |
| * | | Test and initial fix for crash with dictwatcherdelDaniel Hahler2021-03-30
| | | | | | | | | | | | | | | | Fixes https://github.com/neovim/neovim/issues/11188.
* | | | fixup: remove unused test functionTJ DeVries2021-03-31
| | | |
* | | | ts: Add per-language highlight linksTJ DeVries2021-03-31
| | | |
* | | | fixup: Add a test and it is so prettyTJ DeVries2021-03-30
|/ / /
* | | Make sure window is still valid in the middle of calling :lopen (#14240)Tony Chen2021-03-29
| | | | | | | | | | | | | | | Make sure that oldwin is not invalid after splitting Revisit this when porting vim patch v8.1.0892 and related quickfix patches.
* | | Merge pull request #13851 from VVKot/vim-8.1.0105Jan Edmund Lazo2021-03-28
|\ \ \ | | | | | | | | vim-patch:8.1.{0105,0114,0116,0126,0138,0154,0479,0542,0936}
| * | | vim-patch:8.1.0105: all tab stops are the sameVVKot2021-03-28
| | |/ | |/| | | | | | | | | | | | | | | | Problem: All tab stops are the same. Solution: Add the variable tabstop feature. (Christian Brabandt, closes vim/vim#2711) https://github.com/vim/vim/commit/04958cbaf25eea27eceedaa987adfb354ad5f7fd
* | | Merge pull request #14091 from euclidianAce/euclidianAce/nvim_win_hideBjörn Linse2021-03-28
|\ \ \ | |/ / |/| | api: add vim.api.nvim_win_hide
| * | api: add vim.api.nvim_win_hideCorey Williamson2021-03-09
| | |
* | | floats: handle interaction with popupmenu and border correctlyBjörn Linse2021-03-25
| | |
* | | Merge pull request #14191 from chentau/extmark_blockpasteBjörn Linse2021-03-24
|\ \ \ | | | | | | | | Extmarks: send correct buffer events on blockwise paste for nonuniform lines
| * | | Extmarks: correct buffer events on blockwise pastechentau2021-03-23
| | | |
* | | | Merge pull request #14194 from bfredl/provide_virtBjörn Linse2021-03-23
|\ \ \ \ | | | | | | | | | | memory error with ephemeral virt_text
| * | | | decorations: memory error with ephemeral virt_textBjörn Linse2021-03-23
| | | | |
* | | | | Merge pull request #14190 from teto/fix-cursorlinenrMatthieu Coudron2021-03-23
|\ \ \ \ \ | | | | | | | | | | | | fix CursorLineNr with diff
| * | | | | chore: add test for CursorLineNr with filler linesMatthieu Coudron2021-03-22
| | | | | |
| * | | | | fix: stop using CursorLineNr in front of fillersMatthieu Coudron2021-03-22
| | |/ / / | |/| | | | | | | | | | | | | filling lines in diff mode.
* | | | | Merge pull request #14193 from bfredl/msginitBjörn Linse2021-03-23
|\ \ \ \ \ | | |/ / / | |/| | | screen: setup scrolling main screen when starting with display-=msgsep
| * | | | screen: setup scrolling main screen when starting with display-=msgsepBjörn Linse2021-03-23
| |/ / /
* / / / Correctly splice extmarks on tab with noexpandtab setchentau2021-03-22
|/ / /
* | | floats: add borders (MS-DOS MODE)Björn Linse2021-03-22
| | |
* | | Merge pull request #14060 from andymass/vim-8.2.1703Jan Edmund Lazo2021-03-20
|\ \ \ | | | | | | | | [RFC] vim-patch:8.2.{1693,1703,1705}
| * | | Fix a failing test (highlight_spec.lua)Andy K. Massimino2021-03-20
| | | |
* | | | lsp: Add support for delete workspaceEdit resource operationMathias Fussenegger2021-03-18
| | | |
* | | | lsp: Add support for create workspaceEdit resource operationMathias Fussenegger2021-03-18
| | | |
* | | | lsp: Add support for file rename via workspaceEditMathias Fussenegger2021-03-18
| | | |
* | | | api: destabilize nvim_set_hl_nsBjörn Linse2021-03-15
| | | | | | | | | | | | | | | | | | | | The sematics and signature of this API is going to change, but we don't wanna delay 0.5 for it. Mark API as unstable for now.
* | | | vim-patch:8.2.2601: memory usage test often fails on FreeBSDJan Edmund Lazo2021-03-14
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Memory usage test often fails on FreeBSD. Solution: Increase multiplier for upper limit. https://github.com/vim/vim/commit/6bce5856b5fc4d4eb8f75298382251ecda659ac3