mirror of
https://github.com/neovim/neovim.git
synced 2024-12-21 03:35:02 -07:00
vim-patch:7.4.2076
Problem: Syntax error when dict has '>' key.
Solution: Check for endchar. (Ken Takata)
4f0383bc3f
This commit is contained in:
parent
fc46efd3f2
commit
a0ce663710
@ -284,5 +284,3 @@ func Test_named_function_closure()
|
||||
call garbagecollect()
|
||||
call assert_equal(14, s:Abar())
|
||||
endfunc
|
||||
=======
|
||||
>>>>>>> 381a8796... vim-patch:7.4.2044
|
||||
|
@ -364,7 +364,7 @@ static int included_patches[] = {
|
||||
// 2079 NA
|
||||
// 2078 NA
|
||||
2077,
|
||||
// 2076,
|
||||
2076,
|
||||
2075,
|
||||
2074,
|
||||
// 2073 NA
|
||||
|
Loading…
Reference in New Issue
Block a user