mirror of
https://github.com/vim/vim.git
synced 2025-10-28 09:27:14 -04:00
patch 8.2.1791: Vim9: debugger test fails
Problem: Vim9: debugger test fails. Solution: Use "var" instead of "let".
This commit is contained in:
@@ -859,7 +859,7 @@ func Test_Backtrace_DefFunction()
|
||||
vim9script
|
||||
|
||||
def DoAThing(): number
|
||||
let a = 100 * 2
|
||||
var a = 100 * 2
|
||||
a += 3
|
||||
return a
|
||||
enddef
|
||||
|
||||
Reference in New Issue
Block a user