You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
patch 9.0.0230: no error for comma missing in list in :def function
Problem: No error for comma missing in list in :def function.
Solution: Check for missing comma. (closesvim#10943)
patch 9.0.0229: Vim9: error message for missing type is not clear
Problem: Vim9: error message for missing type is not clear.
Solution: Mention the context. (issue vim#10944)
patch 9.0.0228: crash when pattern looks below the last line
Problem: Crash when pattern looks below the last line.
Solution: Consider invalid lines to be empty. (closesvim#10938)
patch 9.0.0227: cannot read error message when abort() is called
Problem: Cannot read error message when abort() is called.
Solution: Output a newline before calling abort().
patch 9.0.0225: using freed memory with multiple line breaks in expre…
…ssion
Problem: Using freed memory with multiple line breaks in expression.
Solution: Free eval_tofree later.
patch 9.0.0222: no good reason why text objects are only in larger bu…
…ilds
Problem: No good reason why text objects are only in larger builds.
Solution: Graduate +textobjects.
patch 9.0.0221: accessing freed memory if compiling nested function f…
…ails
Problem: Accessing freed memory if compiling nested function fails.
Solution: Mess up the variable name so that it won't be found.