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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: parameter type for vim.fn.getline() #144

Merged
merged 3 commits into from
Mar 24, 2023
Merged

fix: parameter type for vim.fn.getline() #144

merged 3 commits into from
Mar 24, 2023

Conversation

krapjost
Copy link
Contributor

No description provided.

@folke
Copy link
Owner

folke commented Mar 23, 2023

Those files are auto generated. Please check some merged PRs on how to contribute

@krapjost
Copy link
Contributor Author

Those files are auto generated. Please check some merged PRs on how to contribute

I suppose i fixed..!

@krapjost
Copy link
Contributor Author

And i want to ask you something.
If the return type is an array of strings or an empty array, is the type annotation something like "string[ ] | nil[ ]"?

@folke folke merged commit ab56354 into folke:main Mar 24, 2023
@folke
Copy link
Owner

folke commented Mar 24, 2023

Thank you for the PR!

the type for an empty array or array of strings is still just string[]

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

Successfully merging this pull request may close these issues.

None yet

2 participants