From 2b6185287adf53343ed5f49e967ae402c64063e4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 12 Jan 2019 13:26:03 +0100 Subject: patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePost Problem: There is a SourcePre autocommand event but not a SourcePost. Solution: Add the SourcePost autocommand event. (closes #3739) --- src/testdir/Make_all.mak | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/testdir/Make_all.mak') diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 8db2995721..8d8351643f 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -222,6 +222,7 @@ NEW_TESTS = \ test_signs \ test_smartindent \ test_sort \ + test_source \ test_source_utf8 \ test_spell \ test_startup \ @@ -376,6 +377,7 @@ NEW_TESTS_RES = \ test_shortpathname.res \ test_signs.res \ test_smartindent.res \ + test_source.res \ test_spell.res \ test_startup.res \ test_stat.res \ -- cgit v1.2.3