We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734c0a2 commit 91339edCopy full SHA for 91339ed
rplugin/python3/deoplete/sources/acid.py
@@ -65,7 +65,7 @@ def on_init(self, context):
65
if loaded:
66
self.acid_sessions = SessionHandler()
67
else:
68
- self.vim.call('echom "Acid.nvim not found. Please install it."')
+ self.vim.command('echomsg "Acid.nvim not found. Please install it."')
69
self.sessions = {}
70
71
def get_wc(self, url):
0 commit comments