diff --git a/aider/watch.py b/aider/watch.py index 6fd2a85b2..5797ba051 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -163,6 +163,7 @@ class FileWatcher: """Get any detected file changes""" for fname in self.changed_files: + # ai actually, check for bangs up here, not down below! if fname in self.coder.abs_fnames: continue self.coder.abs_fnames.add(fname)