mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Allow null as value for the editor parameter of edit_file_editor, which will then get it from the EDITOR envvar (falling back on vi). This is basically code motion from the two edit_file_editor users to it.