From dc4c37b9d5130c777b377287b8b38cd24da084cb Mon Sep 17 00:00:00 2001 From: dundargoc Date: Fri, 12 Jan 2024 18:02:10 +0100 Subject: patch 9.1.0025: A few typos in tests and justify.vim Problem: A few typos in tests and justify.vim Solution: fix them closes: #13848 Signed-off-by: dundargoc Signed-off-by: Christian Brabandt --- runtime/pack/dist/opt/justify/plugin/justify.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/pack') diff --git a/runtime/pack/dist/opt/justify/plugin/justify.vim b/runtime/pack/dist/opt/justify/plugin/justify.vim index 4ef3bf95fa..57be790423 100644 --- a/runtime/pack/dist/opt/justify/plugin/justify.vim +++ b/runtime/pack/dist/opt/justify/plugin/justify.vim @@ -80,7 +80,7 @@ " conformant with :left, :right and :center. " " If joinspaces is set, an extra space is added after '.', '?' and '!'. -" If 'cpooptions' include 'j', extra space is only added after '.'. +" If 'cpoptions' include 'j', extra space is only added after '.'. " (This may on occasion conflict with maxspaces.) -- cgit v1.2.3