@@ -8,7 +8,7 @@ main() {
file_to_edit=`select_file $previous_file`
if [ -n "$file_to_edit" ] ; then
"$EDITOR" "$file_to_edit"
"${EDITOR:-vim}" "$file_to_edit"
main "$file_to_edit"
fi
}
The note is not visible to the blocked user.