summaryrefslogtreecommitdiff
path: root/uvim/src/testdir/test_expr.mnv
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-04 00:19:59 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-04 00:23:14 +0300
commit5b578e70c314723a3cde5c9bfc2be0bf1dadc93b (patch)
tree768f6a130e7d72ac6741e147bb51c4495bc7a9a9 /uvim/src/testdir/test_expr.mnv
parent2eae5db069dc171f74cd863487655f6a88e5384d (diff)
downloadProject-Tick-5b578e70c314723a3cde5c9bfc2be0bf1dadc93b.tar.gz
Project-Tick-5b578e70c314723a3cde5c9bfc2be0bf1dadc93b.zip
NOISSUE MNV - MNV's not Vim 10.0 is here!
this patch makes bump 9.2 to 10.0 for version number added Project Tick rationale in mnv and made new intro message! This patch completes rebranding Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'uvim/src/testdir/test_expr.mnv')
-rw-r--r--uvim/src/testdir/test_expr.mnv4
1 files changed, 2 insertions, 2 deletions
diff --git a/uvim/src/testdir/test_expr.mnv b/uvim/src/testdir/test_expr.mnv
index 365d4d3f5e..fd5f6e8473 100644
--- a/uvim/src/testdir/test_expr.mnv
+++ b/uvim/src/testdir/test_expr.mnv
@@ -37,8 +37,8 @@ func Test_version()
call assert_true(has('patch-7.4.123 ')) " Trailing space can be allowed.
call assert_true(has('patch-9.1.0'))
call assert_true(has('patch-9.1.0000'))
- call assert_true(has('patch-9.2.0'))
- call assert_true(has('patch-9.2.0000'))
+ call assert_true(has('patch-10.0.0'))
+ call assert_true(has('patch-10.0.0000'))
call assert_false(has('patch-7'))
call assert_false(has('patch-7.4'))