Hi, Op vr 18 apr 2025 01:12 schreef zeertzjq <vim-dev-git...@256bit.org>:
> @zeertzjq <https://github.com/zeertzjq> pushed 1 commit. > > - d50a4f8 > > <https://github.com/vim/vim/commit/d50a4f89cad36f45d9a298570788cc90e8fed020> > tests: redundant and strange use of :execute in test_ins_complete.vim > > Are you still working on this PR? Could you fix this typo too: index 0e3711eb75530..52721bd532ad0 100644 --- a/src/ops.c +++ b/src/ops.c @@ -248,11 +248,11 @@ get_vts_sum(int *vts_array, int index) int sum = 0; int i; - // Perform the summation for indeces within the actual array. + // Perform the summation for indices within the actual array. for (i = 1; i <= index && i <= vts_array[0]; i++) sum += vts_array[i]; - // Add topstops whose indeces exceed the actual array. + // Add topstops whose indices exceed the actual array. I guess that those should be tabstops... Christ van Willegen -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/CA%2BOt1Oxc5aFA_54Y6orWdf80sWCsK3SCJjGfnrKMbSOviNzfLQ%40mail.gmail.com.