add vim8 popup functionality to winopen()#8
Draft
ferguscollins wants to merge 1 commit intospinks:masterfrom
Draft
add vim8 popup functionality to winopen()#8ferguscollins wants to merge 1 commit intospinks:masterfrom
winopen()#8ferguscollins wants to merge 1 commit intospinks:masterfrom
Conversation
-basic framework for popup window to address spinks#7 this introduces a bug with the following error message: ``` Error detected while processing function leaderGuide#start_by_prefix[20]..<SNR>37_start_buffer[2]..<SNR>37_create_string: line 9: E117: Unknown function:1 E702: Sort compare function failed Error detected while processing function leaderGuide#start_by_prefix[20]..<SNR>37_start_buffer: Line 8: ```
Author
|
Ah I didn't realise commits in forks also reference issues in the main repository. Nonetheless I am stuck at this error and it is late where I am so if you know why this is happening then please let me know. Edit: I realise that the first error refers to here and the second error refers to here but do not know an alternative for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
-basic framework for popup window to address #7
this introduces a bug with the following error message:
the original code is commented out for reference while debugging, obviously can be removed when pull request is functional