diff options
author | w0rp <devw0rp@gmail.com> | 2017-10-14 17:27:05 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-10-14 17:27:05 +0100 |
commit | d8ea83e344baf2844e962dd08aac70a919d475f3 (patch) | |
tree | 36d843a9090347fa496f93f6633e6c76e2b126f7 | |
parent | 8eb41dc94c10f3e8af17c4b9b2be900fae5ceee4 (diff) | |
download | ale-d8ea83e344baf2844e962dd08aac70a919d475f3.zip |
Clean up the test variable
-rw-r--r-- | test/test_should_do_nothing_conditions.vader | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_should_do_nothing_conditions.vader b/test/test_should_do_nothing_conditions.vader index 0df5881e..3afa11ac 100644 --- a/test/test_should_do_nothing_conditions.vader +++ b/test/test_should_do_nothing_conditions.vader @@ -15,6 +15,8 @@ After: let b:funky_command_created = 0 endif + unlet! b:funky_command_created + Restore Execute(ALE shouldn't do much of anything for ctrlp-funky buffers): |