Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit701ecbb

Browse files
Shougoroxma
authored andcommitted
Add set_client_info() support
1 parent6532ace commit701ecbb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎pythonx/neovim_rpc_methods.py‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,14 @@ def nvim_buf_clear_highlight(*args):
181181
# https://github.com/autozimu/LanguageClient-neovim/pull/151#issuecomment-339198527
182182
# FIXME
183183
pass
184+
185+
186+
defnvim_set_client_info(*args):
187+
# https://github.com/roxma/vim-hug-neovim-rpc/issues/61
188+
vim.vars['_neovim_rpc_client_info']=args
189+
190+
191+
defnvim_get_client_info():
192+
if'_neovim_rpc_client_info'notinvim.vars:
193+
return []
194+
returnvim.vars['_neovim_rpc_client_info']

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp