Skip to content

add vim8 popup functionality to winopen()#8

Draft
ferguscollins wants to merge 1 commit intospinks:masterfrom
ferguscollins:master
Draft

add vim8 popup functionality to winopen()#8
ferguscollins wants to merge 1 commit intospinks:masterfrom
ferguscollins:master

Conversation

@ferguscollins
Copy link
Copy Markdown

-basic framework for popup window to address #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:

the original code is commented out for reference while debugging, obviously can be removed when pull request is functional

-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:
```
@ferguscollins
Copy link
Copy Markdown
Author

ferguscollins commented Mar 11, 2021

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 nvim_buf_set_lines or why the sort comaprison fails.

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.

1 participant