master
Amitai Schlair 2016-02-24 17:46:11 -05:00
parent 4a7b8f260a
commit f501994678
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ sub exec_editor {
@editor=split(' ', $ENV{EDITOR});
}
if (exists $ENV{VISUAL}) {
@editor=split(' ', $ENV{VISUAL});
@editor=split(' ', $ENV{VISUAL});
}
exec(@editor, $file);
}