Merge branch 'breakpoints-list' into remote-bp

This commit is contained in:
Ben Jackson 2019-03-30 10:13:26 +00:00
commit 88bac786ba
17 changed files with 1325 additions and 207 deletions

View file

@ -262,7 +262,7 @@ def AppendToBuffer( buf, line_or_lines, modified=False ):
line = 1
buf[:] = line_or_lines
except:
# There seem to be a lot of Vim bugs that lead to E351, whose help says that
# There seem to be a lot of Vim bugs that lead to E315, whose help says that
# this is an internal error. Ignore the error, but write a trace to the log.
logging.getLogger( __name__ ).exception(
'Internal error while updating buffer %s (%s)', buf.name, buf.number )