diff --git a/aider/watch.py b/aider/watch.py index e6874232f..9232137ac 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -172,6 +172,7 @@ class FileWatcher: # Refresh all AI comments from tracked files ai_comments = {} + #ai has_bangs should be False and |= ! for fname in self.coder.abs_fnames: line_nums, comments, has_bang = self.get_ai_comments(fname) if line_nums: