mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-25 14:52:19 +03:00
Adapt to new API argument name
This commit is contained in:
parent
f47174b69e
commit
6ff16ffda9
@ -200,7 +200,7 @@ extension NvimView {
|
||||
}
|
||||
|
||||
public func vimOutput(of command: String) -> String {
|
||||
return self.nvim.commandOutput(str: command).value ?? ""
|
||||
return self.nvim.commandOutput(command: command).value ?? ""
|
||||
}
|
||||
|
||||
public func cursorGo(to position: Position) {
|
||||
|
Loading…
Reference in New Issue
Block a user