forked from aniani/vim
patch 8.2.0159: non-materialized range() list causes problems
Problem: Non-materialized range() list causes problems. (Fujiwara Takuya) Solution: Materialize the list where needed.
This commit is contained in:
@@ -189,7 +189,7 @@ func Test_unicode()
|
||||
endfunc
|
||||
|
||||
" Test range objects, see :help python-range
|
||||
func Test_range()
|
||||
func Test_python3_range()
|
||||
new
|
||||
py3 b = vim.current.buffer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user