summaryrefslogtreecommitdiffstats
path: root/runtime/pack
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2024-01-12 18:02:10 +0100
committerChristian Brabandt <cb@256bit.org>2024-01-12 18:02:10 +0100
commitdc4c37b9d5130c777b377287b8b38cd24da084cb (patch)
treead4dde28ec0cef5b1b48145e5742f4d7f440479c /runtime/pack
parent497e5282b6d21b99c01c6ecc6bf41b9b1781df6a (diff)
patch 9.1.0025: A few typos in tests and justify.vimv9.1.0025
Problem: A few typos in tests and justify.vim Solution: fix them closes: #13848 Signed-off-by: dundargoc <gocdundar@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/pack')
-rw-r--r--runtime/pack/dist/opt/justify/plugin/justify.vim2
1 files changed, 1 insertions, 1 deletions
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.)