Skip to content

Commit

Permalink
vim: Import v8.2.3709
Browse files Browse the repository at this point in the history
* 8.2.3709: Vim9: backtick expression expanded when not desired
* 8.2.3708: Vim9: test fails with different error
* 8.2.3707: Vim9: constant expression of elseif not recognized
* 8.2.3706: text property highlighting is used on Tab
* 8.2.3705: cannot pass a lambda name to function() or funcref()
* 8.2.3704: Vim9: cannot use a list declaration in a :def function
* 8.2.3703: most people call F# "fsharp" and not "fs"
* 8.2.3702: first key in dict is seen as curly expression and fails
  • Loading branch information
chrisbra committed Nov 30, 2021
1 parent fb65367 commit d9eeb35
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.3701](https://github.com/vim/vim/commit/c750d91a07ace532e993349aa5c13dda5c888cc0): Vim9: invalid LHS is not possible\n* [8.2.3700](https://github.com/vim/vim/commit/6b839ac77586f69a814d2940f59f0125f55c5f81): text property highlighting continues over breakindent\n* [8.2.3699](https://github.com/vim/vim/commit/651fca85c71a4c5807f8f828f9ded30fbd754325): the +title feature adds a lot of #ifdef but little code\n* [8.2.3698](https://github.com/vim/vim/commit/0c359af5c0fd106d3f57cc0bb7cef1c89b5e1e10): match highlighting continues over breakindent\n* [8.2.3697](https://github.com/vim/vim/commit/0b74d00693f2ff5f45cb5808197df7d1aaa5cb41): cannot drag a popup without a border\n* [8.2.3696](https://github.com/vim/vim/commit/7f2c34166402740a661131d6341bbf874bdb3d48): Vim9: error for invalid assignment when skipping\n* [8.2.3695](https://github.com/vim/vim/commit/5c1ec439f0a69e9aa7ece9bbb7d916f48f58be1e): confusing error for missing key\n* [8.2.3694](https://github.com/vim/vim/commit/af377e34b01ba00f9520d2b9de1f911e72db0114): cannot use quotes in the count of an Ex command\n* [8.2.3693](https://github.com/vim/vim/commit/293eb9ba4669b1500370502397d399681e7098f0): Coverity warns for possibly using a NULL pointer
* [8.2.3709](https://github.com/vim/vim/commit/fad2742d538123abb9b384a053fd581f2acf6bb0): Vim9: backtick expression expanded when not desired\n* [8.2.3708](https://github.com/vim/vim/commit/69535d8a0a1ba09047fc1b5bed86a8965302a4fa): Vim9: test fails with different error\n* [8.2.3707](https://github.com/vim/vim/commit/90770b746ea2e72954c536d8acf41d241ca2f37e): Vim9: constant expression of elseif not recognized\n* [8.2.3706](https://github.com/vim/vim/commit/42eba04522d6be04393f59a9eab47833e7594650): text property highlighting is used on Tab\n* [8.2.3705](https://github.com/vim/vim/commit/eba3b7f6645c8f856132b4c06a009a3b0a44e21c): cannot pass a lambda name to function() or funcref()\n* [8.2.3704](https://github.com/vim/vim/commit/ab36e6ae7b87b0295fb19270e4339a734875c6b1): Vim9: cannot use a list declaration in a :def function\n* [8.2.3703](https://github.com/vim/vim/commit/53ba95e4f0a82f6dab1791bb01f6cddc9b3f61b3): most people call F# "fsharp" and not "fs"\n* [8.2.3702](https://github.com/vim/vim/commit/98cb90ef865089a5ddd20bc0303d449fb7d97fb2): first key in dict is seen as curly expression and fails

0 comments on commit d9eeb35

Please sign in to comment.