aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-10-23 12:29:05 -0400
committerGitHub <noreply@github.com>2020-10-23 12:29:05 -0400
commit2786d96fac2d5cb44eaf7de604adfdffe3dd9895 (patch)
tree854f215a410fc60151ab58652dcb0c9baaf958e7 /runtime
parent9280a69a6d1828972cb8a0f6b7f81e0a5e73c886 (diff)
parent78ec28bca8eb868948ac4ad41b74148874f5a3bb (diff)
downloadrneovim-2786d96fac2d5cb44eaf7de604adfdffe3dd9895.tar.gz
rneovim-2786d96fac2d5cb44eaf7de604adfdffe3dd9895.tar.bz2
rneovim-2786d96fac2d5cb44eaf7de604adfdffe3dd9895.zip
Merge pull request #13145 from janlazo/vim-8.2.0901
vim-patch:8.2.{901,912}
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/change.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index dcebbc524c..5c67359002 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1615,6 +1615,10 @@ B When joining lines, don't insert a space between two multi-byte
characters. Overruled by the 'M' flag.
1 Don't break a line after a one-letter word. It's broken before it
instead (if possible).
+] Respect textwidth rigorously. With this flag set, no line can be
+ longer than textwidth, unless line-break-prohibition rules make this
+ impossible. Mainly for CJK scripts and works only if 'encoding' is
+ "utf-8".
j Where it makes sense, remove a comment leader when joining lines. For
example, joining:
int i; // the index ~