summaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-rw-r--r--src/testdir/test_normal.vim2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/test_normal.vim b/src/testdir/test_normal.vim
index 38ad8107b4..0fd53b501e 100644
--- a/src/testdir/test_normal.vim
+++ b/src/testdir/test_normal.vim
@@ -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+={
diff --git a/src/version.c b/src/version.c
index 5fba3dec25..c8f0bb9c38 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 25,
+/**/
24,
/**/
23,