Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xmllint fixer must read from stdin - not buffer filename
The current xmllint fixer reads and formats the file that a buffer is associated with from disk instead of accepting input from stdin. This has the side effect that if the filename is changed in the buffer, but not saved yet, the fixer discards all the pending changes and replaces the buffer contents with the formatted text from the file contents on disk.
- Loading branch information