On Sat, Dec 14, 2019 at 3:45 PM Igor <[email protected]> wrote: > > Vim 8.2.0003 on Linux. > > Having a text: > aaa > bbb > and cursor in first line and join the lines with J normal mode ommand and the > result is: > aaa bbb > as expected. > > But if there is full-stop character at the end of first line: > aaa. > bbb > and cursor also in first line and executing J > aaa. bbb > and there double space. > > Why is there a double space? Is this a bug? > > The same problem appears with "!" and "?" characters instead of "."
No, it is not a bug, it is a feature: some manuals of style require two spaces after a full stop or an exclamation or question mark. See :help 'joinspaces' Best regards, Tony. -- -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAJkCKXvCwHi49miO7qQ2VDtRgP%3D%3DX5UjAfTgR76U1psiMJGCtA%40mail.gmail.com.
