Skip to content

Commit 9387662

Browse files
committed
Add missing URL parameter to commands
1 parent 51524be commit 9387662

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rplugin/python3/acid/commands/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,6 @@ def call(cls, acid, context, *args):
139139
for h, *args in items(custom)
140140
)
141141

142-
acid.command(payload, handlers)
142+
url = formatted_localhost_address(self.nvim)
143+
144+
acid.command(payload, handlers, url)

0 commit comments

Comments
 (0)