In BashSupport Pro, some breakpoints could not be enabled because zshdb insisted that the file does not have that many lines.
In BashSupport Pro some files were loaded more than once with the load command. The load command did not support this.
This PR adds a test and fixes the load command.
In BashSupport Pro, some breakpoints could not be enabled because zshdb insisted that the file does not have that many lines.
In BashSupport Pro some files were loaded more than once with the
load
command. Theload
command did not support this. This PR adds a test and fixes theload
command.