Improve gadget installation; add system wide adapter config
This commit is contained in:
parent
0b1a06f47e
commit
14f6814ff1
6 changed files with 169 additions and 22 deletions
|
|
@ -279,7 +279,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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue