Skip to content

New option: compl_data.max_list_len#587

Merged
jalvesaq merged 3 commits into
mainfrom
max_list_len
Jun 5, 2026
Merged

New option: compl_data.max_list_len#587
jalvesaq merged 3 commits into
mainfrom
max_list_len

Conversation

@jalvesaq

@jalvesaq jalvesaq commented Jun 4, 2026

Copy link
Copy Markdown
Member

Close #586

Comment thread nvimcom/src/nvimcom.c Outdated
*/
SEXP nvimcom_Start(SEXP vrb, SEXP anm, SEXP swd, SEXP imd, SEXP szl, SEXP tml,
SEXP dbg, SEXP nvv, SEXP rinfo) {
SEXP nvimcom_Start(SEXP vrb, SEXP anm, SEXP swd, SEXP imd, SEXP lsl, SEXP szl,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there is an error in the order of the parameters

Should it be:

SEXP nvimcom_Start(SEXP vrb, SEXP anm, SEXP swd, SEXP lsl, SEXP imd, SEXP szl, ...)

instead of

SEXP nvimcom_Start(SEXP vrb, SEXP anm, SEXP swd, SEXP imd, SEXP lsl, SEXP szl, ...)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right!

Comment thread doc/R.nvim.txt Outdated
@PMassicotte

Copy link
Copy Markdown
Collaborator

Two small comments, other than that it is perfect, good job!

jalvesaq and others added 2 commits June 5, 2026 09:08
Co-authored-by: Philippe Massicotte <pmassicotte@hotmail.com>
@jalvesaq

jalvesaq commented Jun 5, 2026

Copy link
Copy Markdown
Member Author

Thank you for the review, @PMassicotte! I think everything is OK now, and I will merge it.

@jalvesaq jalvesaq merged commit 00a18b8 into main Jun 5, 2026
13 checks passed
@jalvesaq jalvesaq deleted the max_list_len branch June 5, 2026 12:16
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.

Building list of objects slow with large unnamed lists

2 participants