Function EditorVCSInterface.getModifiedFilesData

Returns a Dictionary containing the path of the detected file change mapped to an integer signifying what kind of a change the corresponding file has experienced. The following integer values are being used to signify that the detected file is: - 0: New to the VCS working directory - 1: Modified - 2: Renamed - 3: Deleted - 4: Typechanged

Dictionary getModifiedFilesData() nothrow @nogc;