diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 00:19:59 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 00:23:14 +0300 |
| commit | 5b578e70c314723a3cde5c9bfc2be0bf1dadc93b (patch) | |
| tree | 768f6a130e7d72ac6741e147bb51c4495bc7a9a9 /uvim/src/spellfile.c | |
| parent | 2eae5db069dc171f74cd863487655f6a88e5384d (diff) | |
| download | Project-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/spellfile.c')
| -rw-r--r-- | uvim/src/spellfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uvim/src/spellfile.c b/uvim/src/spellfile.c index 12664ca93f..941c609bad 100644 --- a/uvim/src/spellfile.c +++ b/uvim/src/spellfile.c @@ -261,7 +261,7 @@ #define SAL_COLLAPSE 2 #define SAL_REM_ACCENTS 4 -#define MNVSPELLMAGIC "MNVspell" // string at start of MNV spell file +#define MNVSPELLMAGIC "VIMspell" // string at start of MNV spell file #define MNVSPELLMAGICL 8 #define MNVSPELLVERSION 50 |
