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.

Commit04b0395

Browse files
committed
Fix#37 add nvim_buf_set_option
1 parent4ee5d81 commit04b0395

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
@@ -95,6 +95,10 @@ def nvim_set_option(name, val):
9595
vim.options[name]=val
9696

9797

98+
defnvim_buf_set_option(buf,name,val):
99+
buf.options[name]=val
100+
101+
98102
defnvim_command(cmd):
99103
vim.command(cmd)
100104

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp