Closed ottobonn closed 7 years ago
If an editor reloads a file to reval using a relative path, it can't know the final path reval uses for the file. As a result, it can't clear that file. This change makes reload and clear behave the same way in handling input paths.
reload
clear
If an editor
reload
s a file to reval using a relative path, it can't know the final path reval uses for the file. As a result, it can't clear that file. This change makesreload
andclear
behave the same way in handling input paths.