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
SI-4829 the :load command now fails claiming a file does not exist if the command ends with a space
The :load command now tries to be smart by detecting the presence of trailing spaces that might be insignificant.
On certain file systems, files with trailing whitespaces are permitted which is why we don't naievely trim the argument.
0 commit comments