* lisp/simple.el (next-line-completion): Better handing of group lines.
authorJuri Linkov <juri@linkov.net>
Thu, 25 Jan 2024 17:52:08 +0000 (19:52 +0200)
committerJuri Linkov <juri@linkov.net>
Thu, 25 Jan 2024 17:52:08 +0000 (19:52 +0200)
commitd22a3e5afe75c9f4a18926cce16c1a13fa912df2
tree58bf7305327ac16333e0cc4af14f553ee71bce98
parentb07265f8eed74dda792e13062baae94319484b4b
* lisp/simple.el (next-line-completion): Better handing of group lines.

Simplify to not compare the result of 'move-to-column'
with the value 'column'.  Such comparison prevented from moving
over lines without completion candidates such as group lines (bug#68688).

* test/lisp/minibuffer-tests.el (completions-group-navigation-test):
Add more group candidates to create more columns and to test
moving over group lines and over columns without candidates.
lisp/simple.el
test/lisp/minibuffer-tests.el