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
A very recent vim patch makes defining functions possible in the Sandbox, so ALE now checks if you are the sandbox by setting a setting you can't set in the sandbox to itself. c9a6b04
ALE now no longer changes the value of $TMPDIR to '/tmp' by default, which can break :!mktemp -p on some systems. #1716
LSP error data that is just a string, not an object, is now handled properly. #1720
Linter callback functions that are unknown or later deleted are now treated as if they had returned an empty list. a782e06
Highlights for signs weren't being parsed correctly when verbose was set greater than 0. This has been fixed. #1687
Balloons are now disabled in terminals by default. Vim contains some bugs which cause very strange behavior in terminals when balloons are enabled. #1631