]> git.cworth.org Git - sup/commitdiff
Merge branch 'hook-local-vars' into next
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 1 Sep 2009 02:33:10 +0000 (22:33 -0400)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 1 Sep 2009 02:33:10 +0000 (22:33 -0400)
lib/sup/hook.rb

index f2be1dd298392c1f3ec1278f0fe06aee04c12991..3121d41b513522f0720001059be8f99fe2c53440 100644 (file)
@@ -54,6 +54,7 @@ class HookManager
       end
       ret = eval __hook, __binding, __filename
       BufferManager.clear @__say_id if @__say_id
+      @__cache = {}
       ret
     end
   end