]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0025: A few typos in tests and justify.vim v9.1.0025
authordundargoc <gocdundar@gmail.com>
Fri, 12 Jan 2024 17:02:10 +0000 (18:02 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 12 Jan 2024 17:02:10 +0000 (18:02 +0100)
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>
runtime/pack/dist/opt/justify/plugin/justify.vim
src/testdir/test_normal.vim
src/version.c

index 4ef3bf95fa32deea98bf40575ae94d440a4b92e3..57be790423ddc6c66538ebcdeb3671794a36083d 100644 (file)
@@ -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.)
 
 
index 38ad8107b4b10702b249dc6b342168ebafc84f01..0fd53b501e474119fa7f33fb7398de92aefbd101 100644 (file)
@@ -2235,7 +2235,7 @@ func Test_normal29_brace()
   [DATA]
   call assert_equal(expected, getline(1, '$'))
 
-  " Test with { in cpooptions
+  " Test with { in cpoptions
   %d
   call append(0, text)
   set cpo+={
index 5fba3dec25c634baa8087341f90914929499727c..c8f0bb9c3833f26c4ffb819f0456f08f06b4141c 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    25,
 /**/
     24,
 /**/