Sometimes when I save a file I get a debugger error message in Emacs, it doesn't happen always but happens randomly whenever I save a file. The error message is as follows
Debugger entered--Lisp error: (void-variable w)
eval(w t)
eval-expression(w nil nil 127)
funcall-interactively(eval-expression w nil nil 127)
#<subr call-interactively>(eval-expression nil nil)
apply(#<subr call-interactively> eval-expression (nil nil))
call-interactively@ido-cr+-record-current-command(#<subr call-interactively> eval-expression nil nil)
apply(call-interactively@ido-cr+-record-current-command #<subr call-interactively> (eval-expression nil nil))
call-interactively(eval-expression nil nil)
command-execute(eval-expression)
This happens whenever I save a file by pressing ":" to invoke the evil mode vim command and following it with "w" for saving the file. Also is there any way of turning off this popup? Even if I cannot find the bug is it possible to disable this pop-up debugger error so it never shows up?