comparison runtime/doc/change.txt @ 21499:3a1ed539ae2a

Update runtime files. Commit: https://github.com/vim/vim/commit/2547aa930b59f5e2bcb70e81d5a57ed461e59b4f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 26 17:00:44 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jul 2020 17:15:05 +0200
parents 661eb972cb22
children bbca88cd13d5
comparison
equal deleted inserted replaced
21498:134699e667ee 21499:3a1ed539ae2a
1753 < 1753 <
1754 1754
1755 Automatic formatting *auto-format* *autoformat* 1755 Automatic formatting *auto-format* *autoformat*
1756 1756
1757 When the 'a' flag is present in 'formatoptions' text is formatted 1757 When the 'a' flag is present in 'formatoptions' text is formatted
1758 automatically when inserting text or deleting text. This works nice for 1758 automatically when inserting text or deleting text. This works nicely for
1759 editing text paragraphs. A few hints on how to use this: 1759 editing text paragraphs. A few hints on how to use this:
1760 1760
1761 - You need to properly define paragraphs. The simplest is paragraphs that are 1761 - You need to properly define paragraphs. The simplest is paragraphs that are
1762 separated by a blank line. When there is no separating blank line, consider 1762 separated by a blank line. When there is no separating blank line, consider
1763 using the 'w' flag and adding a space at the end of each line in the 1763 using the 'w' flag and adding a space at the end of each line in the