Skip to content

Commit

Permalink
vim: Import v8.2.2786
Browse files Browse the repository at this point in the history
* 8.2.2786: Vim9: memory leak when using :s with expression
* 8.2.2785: Vim9: cannot redirect to local variable
* 8.2.2784: Vim9: cannot use \=expr in :substitute
  • Loading branch information
chrisbra committed Apr 19, 2021
1 parent 9998cb2 commit 0fd21f3
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.2783](https://github.com/vim/vim/commit/e8209b91b9974da95899b51dba4058b411d04d5b): duplicate code for setting byte in blob, blob test may fail\n* [8.2.2782](https://github.com/vim/vim/commit/39211cba723a2cb58a97c7e08826713164b86efc): Vim9: blob operations not fully tested\n* [8.2.2781](https://github.com/vim/vim/commit/b7c21afef14bba0208f2c40d47c050a004eb2f34): add() silently skips when adding to null list or blob\n* [8.2.2780](https://github.com/vim/vim/commit/d551d6c268e435e2fbba22775510fbd0a54477f6): Vim9: for loop over blob doesn't work
* [8.2.2786](https://github.com/vim/vim/commit/4f2df37a0d297a0f40ff15f8ce31285c7b529bcd): Vim9: memory leak when using :s with expression\n* [8.2.2785](https://github.com/vim/vim/commit/2d1c57ed3dd25c44b41b9ddd4cf63c01ae89007e): Vim9: cannot redirect to local variable\n* [8.2.2784](https://github.com/vim/vim/commit/4c13721482d7786f92f5a56e43b0f5c499264b7e): Vim9: cannot use \=expr in :substitute

0 comments on commit 0fd21f3

Please sign in to comment.