patch 8.0.1423: error in return not caught by try/catch

Problem:    Error in return not caught by try/catch.
Solution:   Call update_force_abort(). (Yasuhiro Matsomoto, closes #2483)
diff --git a/src/Makefile b/src/Makefile
index 1235752..beb0de3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2147,6 +2147,7 @@
 	test_edit \
 	test_erasebackword \
 	test_escaped_glob \
+	test_eval_stuff \
 	test_ex_undo \
 	test_ex_z \
 	test_exec_while_if \