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

Type history window not opened #1266

Open
imeckler opened this issue Feb 10, 2021 · 0 comments
Open

Type history window not opened #1266

imeckler opened this issue Feb 10, 2021 · 0 comments
Labels

Comments

@imeckler
Copy link

imeckler commented Feb 10, 2021

When running a 'type of' query which returns a type whose size exceeds the status line limit, merlin does not open a type history window to display the type in. Instead, the status line will be set to a string like

"FILE_NAME.ml" 123 lines --26%--

where 123 lines is the number of lines in the file FILE_NAME.ml and the percentage is (I believe) row_of_cursor / lines_in_file rendered as a percentage.

Also, calling :call merlin_type#ShowTypeHistory() will open the type history window with the expected contents.

If it is useful info, I'm running neovim, it may be related to that. Thank you all so much for your work on merlin!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants