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.

Commit0b70009

Browse files
Shougoroxma
authored andcommitted
Add nvim_list_wins()
1 parent86e82de commit0b70009

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
@@ -115,6 +115,10 @@ def nvim_get_current_win():
115115
returnvim.current.window
116116

117117

118+
defnvim_list_wins():
119+
returnlist(vim.windows)
120+
121+
118122
defnvim_win_get_cursor(window):
119123
returnwindow.cursor
120124

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp