Fix neovim not having the same classes as vim
This commit is contained in:
parent
193196cc03
commit
036c9b9605
1 changed files with 1 additions and 2 deletions
|
|
@ -112,9 +112,8 @@ class Watch:
|
|||
class View:
|
||||
lines: typing.Dict[ int, Expandable ]
|
||||
draw: typing.Callable
|
||||
buf: vim.Buffer
|
||||
|
||||
def __init__( self, win: vim.Window, lines, draw ):
|
||||
def __init__( self, win, lines, draw ):
|
||||
self.lines = lines
|
||||
self.draw = draw
|
||||
self.buf = win.buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue