[Bug 281635] vi editor ) command -go to next sentence- goes to the next paragraph instead

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 21 Sep 2024 17:50:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281635

            Bug ID: 281635
           Summary: vi editor ) command -go to next sentence- goes to the
                    next paragraph instead
           Product: Base System
           Version: 14.1-STABLE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: llaquet@protonmail.com

Created attachment 253729
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=253729&action=edit
vi screen capture with the proposed line written

- Edit a blank file running vi without params.

- Press i to insert.

- Write:

One paragraph. Another paragraph. A third paragraph.

- Write also an Enter at the end, to open a blank line under the previous one.

- Press ESC to return to command mode. The cursor is on the second line.

- Press ( --> It works, goes to the beginning of the previous sentence. Press (
a couple of times more.

- Once at the beginning of the file, press ) --> Goes to the blank line (next
paragraph) instead of going to the beginning of the next sentence.

This is just an example. It seems to always work wrongly.

I've tried both with an English US keyboard map and a Spanish ES keyboard map,
and the results are the same (anyway, I think vi doesn't mess with the
keyboard, it just processes the characters it receives from it).

-- 
You are receiving this mail because:
You are the assignee for the bug.