summaryrefslogtreecommitdiff
path: root/uvim/runtime/syntax/testdir/input/help.txt
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-03 22:21:25 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-04 00:23:03 +0300
commit2eae5db069dc171f74cd863487655f6a88e5384d (patch)
tree2d9d05e09978a2a44acbfbb8d651f240df3ca052 /uvim/runtime/syntax/testdir/input/help.txt
parent473d922faed49241a5d29d9e37dc4819cd512006 (diff)
downloadProject-Tick-2eae5db069dc171f74cd863487655f6a88e5384d.tar.gz
Project-Tick-2eae5db069dc171f74cd863487655f6a88e5384d.zip
NOISSUE rebrand vim to MNV's not Vim
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'uvim/runtime/syntax/testdir/input/help.txt')
-rw-r--r--uvim/runtime/syntax/testdir/input/help.txt32
1 files changed, 16 insertions, 16 deletions
diff --git a/uvim/runtime/syntax/testdir/input/help.txt b/uvim/runtime/syntax/testdir/input/help.txt
index 2338bbcc94..d7eb03271f 100644
--- a/uvim/runtime/syntax/testdir/input/help.txt
+++ b/uvim/runtime/syntax/testdir/input/help.txt
@@ -1,21 +1,21 @@
- VIM REFERENCE MANUAL by Bram Moolenaar
+ MNV REFERENCE MANUAL by Bram Moolenaar
and Somebody Else
and Another Person
- VIM USER MANUAL by Bram Moolenaar
+ MNV USER MANUAL by Bram Moolenaar
and Somebody Else
and Another Person
-VIM HELP FILE FORMAT
+MNV HELP FILE FORMAT
-Issue #17721 (Strange >vim highlighting in help documentation?)~
+Issue #17721 (Strange >mnv highlighting in help documentation?)~
- *restore-cursor* *last-position-jump* >vim
+ *restore-cursor* *last-position-jump* >mnv
augroup RestoreCursor
autocmd!
autocmd BufReadPost *
@@ -37,25 +37,25 @@ recommended style (https://ziglang.org/documentation/master/): >
NOTE, WARNING and DEPRECATED~
-When you 'send a file to Vim', Vim changes to that file's directory. Note,
+When you 'send a file to MNV', MNV changes to that file's directory. Note,
however, that any long directory names will appear in their short (MS-DOS)
form on some Windows versions. This is a limitation of the Windows "Send To"
mechanism.
EXAMPLE LANGUAGES~
- *vim9-mix*
-There is one way to use both legacy and Vim9 syntax in one script file: >vim9
+ *mnv9-mix*
+There is one way to use both legacy and MNV9 syntax in one script file: >mnv9
- " legacy Vim script comments may go here
- if !has('vim9script')
- " legacy Vim script commands go here
+ " legacy MNV script comments may go here
+ if !has('mnv9script')
+ " legacy MNV script commands go here
finish
endif
- vim9script
- # Vim9 script commands go here
+ mnv9script
+ # MNV9 script commands go here
-This allows for writing a script that takes advantage of the Vim9 script
-syntax if possible, but will also work on a Vim version without it.
+This allows for writing a script that takes advantage of the MNV9 script
+syntax if possible, but will also work on a MNV version without it.
- vim:tw=78:ts=8:noet:ft=help:norl:
+ mnv:tw=78:ts=8:noet:ft=help:norl: