dot/vm: Make `vm-reply-ignored-addresses' patterns match correctly.
[profile] / dot / bashrc
index 18a2d7d..f655756 100644 (file)
@@ -17,8 +17,8 @@ __mdw_precmd_hook= __mdw_preexec_hook=
 __mdw_running=t
 
 __mdw_run_precmd_hook () {
-  __mdw_running=nil
   __mdw_runhook __mdw_precmd_hook "$@"
+  __mdw_running=nil
 }
 __mdw_run_preexec_hook () {
   case $__mdw_running in