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.

Commit55db7af

Browse files
committed
add nvim_get_vvar
1 parent411b3f2 commit55db7af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎pythonx/neovim_rpc_methods.py‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ def nvim_get_var(name):
3131
returnvim.vars[name]
3232

3333

34+
defnvim_get_vvar(name):
35+
returnvim.vvars[name]
36+
37+
3438
defnvim_set_var(name,val):
3539
vim.vars[name]=val
3640
returnval

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp