Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window objects cannot be compared to each other #85

Closed
ZyX-I opened this issue Feb 8, 2015 · 1 comment
Closed

Window objects cannot be compared to each other #85

ZyX-I opened this issue Feb 8, 2015 · 1 comment
Assignees

Comments

@ZyX-I
Copy link

ZyX-I commented Feb 8, 2015

In Vim I would expect the following print True:

python import vim; print vim.windows[int(vim.eval('winnr()')) - 1] is vim.current.window

. But in NeoVim I can neither use the above code nor compare window.number attribute. This attribute is present at least since vim-7.0.112. Tabpage objects are missing this attribute as well.

@bfredl
Copy link
Member

bfredl commented Apr 2, 2016

fixed except for the number part (#87)

@bfredl bfredl closed this as completed Apr 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants