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.

Commit9c27d33

Browse files
delphinusroxma
authored andcommitted
Fix module name
1 parent55db7af commit9c27d33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎autoload/neovim_rpc.vim‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ func! neovim_rpc#serveraddr()
2424
endif
2525

2626
try
27-
calls:py('importneovim')
27+
calls:py('importpynvim')
2828
catch
2929
callneovim_rpc#_error("failed executing:" .
30-
\g:neovim_rpc#py ." importneovim")
30+
\g:neovim_rpc#py ." importpynvim")
3131
callneovim_rpc#_error(v:exception)
3232
throw'[vim-hug-neovim-rpc] requires `:' .g:neovim_rpc#py .
33-
\' importneovim` command to work'
33+
\' importpynvim` command to work'
3434
endtry
3535

3636
calls:py('import neovim_rpc_server')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp