Skip to content

Commit

Permalink
vim: Import v8.2.3095
Browse files Browse the repository at this point in the history
* 8.2.3095: with 'virtualedit' set to "block" block selection is wrong
* 8.2.3094: Test_popup_atcursor_pos() fails without the conceal feature
* 8.2.3093: tablabel_tooltip test fails with Athena
* 8.2.3092: Vim9: builtin function test fails without +channel feature
* 8.2.3091: Vim9: default argument expr. cannot use previous argument
* 8.2.3090: in rare cases the cursor may be somewhere in a folded line
* 8.2.3089: garbage collection has useless code
* 8.2.3088: with 'virtualedit' set to "block" Visual highlight is wrong
* 8.2.3087: Gemtext files are not recognized
* 8.2.3086: Vim9: breakpoint on "for" does not work
* 8.2.3085: JSONC files are not recognized
* 8.2.3084: Vim9: builtin function argument types are not checked
  • Loading branch information
chrisbra committed Jul 3, 2021
1 parent a822c78 commit 6042caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* [8.2.3083](https://github.com/vim/vim/commit/72463f883cdfd08e29ab0018ef3889284848d5f1): crash when passing null string to charclass()
* [8.2.3095](https://github.com/vim/vim/commit/b17ab86e7b8712206aa9ea7198c28db969e25936): with 'virtualedit' set to "block" block selection is wrong\n* [8.2.3094](https://github.com/vim/vim/commit/c60e959cba03fae9cff9b2674fab646cc70819fc): Test\_popup\_atcursor\_pos() fails without the conceal feature\n* [8.2.3093](https://github.com/vim/vim/commit/fb773a3e0aa9466bb953c29bad0bf4ba34461a40): tablabel\_tooltip test fails with Athena\n* [8.2.3092](https://github.com/vim/vim/commit/74509239df107b04abe4f30ada12109629c85939): Vim9: builtin function test fails without +channel feature\n* [8.2.3091](https://github.com/vim/vim/commit/e28d9b3bd4de2c7288add83ec35dc001ba280617): Vim9: default argument expr. cannot use previous argument\n* [8.2.3090](https://github.com/vim/vim/commit/00aaa512d5e775e0db21e251f43d7afb8fca910f): in rare cases the cursor may be somewhere in a folded line\n* [8.2.3089](https://github.com/vim/vim/commit/20cc52832067d22a3cd47dfb0805251228c32e7d): garbage collection has useless code\n* [8.2.3088](https://github.com/vim/vim/commit/9cee4a1c9c69542ccd73bcd2db05920150856361): with 'virtualedit' set to "block" Visual highlight is wrong\n* [8.2.3087](https://github.com/vim/vim/commit/fcde67c99fbb6d7294e01b9e87d8d2ae7af31255): Gemtext files are not recognized\n* [8.2.3086](https://github.com/vim/vim/commit/6fc016168249360f0524b68f72cf33efd0574d40): Vim9: breakpoint on "for" does not work\n* [8.2.3085](https://github.com/vim/vim/commit/acbb4b5720fc27b8b07357b763ed4e5a944ae1da): JSONC files are not recognized\n* [8.2.3084](https://github.com/vim/vim/commit/a26f56f67502c72d44c61afdede2206cdde47c17): Vim9: builtin function argument types are not checked

0 comments on commit 6042caa

Please sign in to comment.