mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2025-03-26 03:31:32 +01:00
new line flags multiline
This commit is contained in:
parent
bdcc4b11ad
commit
9766e26c5c
1 changed files with 4 additions and 1 deletions
|
@ -146,7 +146,9 @@ class BufferRegistry():
|
|||
bid = bhandle.path()
|
||||
|
||||
win = sublime.active_window()
|
||||
newfileflags = sublime.NewFileFlags.TRANSIENT | sublime.NewFileFlags.ADD_TO_SELECTION | sublime.NewFileFlags.FORCE_CLONE
|
||||
newfileflags = sublime.NewFileFlags.TRANSIENT \
|
||||
| sublime.NewFileFlags.ADD_TO_SELECTION \
|
||||
| sublime.NewFileFlags.FORCE_CLONE
|
||||
view = win.new_file(newfileflags)
|
||||
|
||||
|
||||
|
@ -173,6 +175,7 @@ class BufferRegistry():
|
|||
del self._buffers[bf]
|
||||
|
||||
|
||||
|
||||
buffers = BufferRegistry()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue