Skip to content

Commit

Permalink
after write_buffer_messages, set clear_messages to False on reparse
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeversl committed Jul 8, 2024
1 parent 9a5042f commit 5ab39d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urtext/buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def write_buffer_messages(self, messages=None):
messaged_contents,
])
self.messages = []
self.contents = new_contents
self.set_buffer_contents(new_contents, clear_messages=False)

def __get_messages(self):
messages = []
Expand Down

0 comments on commit 5ab39d5

Please sign in to comment.