summaryrefslogtreecommitdiff
path: root/uvim/ci
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/ci
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/ci')
-rw-r--r--uvim/ci/appveyor.bat20
-rw-r--r--uvim/ci/hlgroups.make2
-rw-r--r--uvim/ci/if_feat_check.mnv (renamed from uvim/ci/if_feat_check.vim)2
-rw-r--r--uvim/ci/if_ver-1.mnv (renamed from uvim/ci/if_ver-1.vim)4
-rw-r--r--uvim/ci/if_ver-2.mnv (renamed from uvim/ci/if_ver-2.vim)4
-rw-r--r--uvim/ci/if_ver-cmd.mnv (renamed from uvim/ci/if_ver-cmd.vim)0
-rw-r--r--uvim/ci/lychee.toml6
-rw-r--r--uvim/ci/unlisted.make2
8 files changed, 20 insertions, 20 deletions
diff --git a/uvim/ci/appveyor.bat b/uvim/ci/appveyor.bat
index 17d95ff691..0c0699bb18 100644
--- a/uvim/ci/appveyor.bat
+++ b/uvim/ci/appveyor.bat
@@ -1,5 +1,5 @@
@echo off
-:: Batch file for building/testing Vim on AppVeyor
+:: Batch file for building/testing MNV on AppVeyor
set target=%1
set "GETTEXT_PATH=c:\gettext64\bin"
@@ -56,8 +56,8 @@ if not exist %GETTEXT64_DIR% (
Add-Type -AssemblyName 'System.IO.Compression.FileSystem'; ^
[System.IO.Compression.ZipFile]::ExtractToDirectory^('downloads\gettext64.zip', ^
'%GETTEXT64_DIR%'^)
- copy /y %GETTEXT64_DIR%\bin\libintl-8.dll C:\projects\vim\src\ || exit 1
- copy /y %GETTEXT64_DIR%\bin\libiconv-2.dll C:\projects\vim\src\ || exit 1
+ copy /y %GETTEXT64_DIR%\bin\libintl-8.dll C:\projects\mnv\src\ || exit 1
+ copy /y %GETTEXT64_DIR%\bin\libiconv-2.dll C:\projects\mnv\src\ || exit 1
)
@echo off
@@ -72,7 +72,7 @@ echo "Building MSVC 64bit console Version"
nmake -f Make_mvc.mak CPU=AMD64 ^
OLE=no GUI=no IME=yes ICONV=yes DEBUG=no ^
FEATURES=%FEATURE% CI_CFLAGS=/we4267
-if not exist vim.exe (
+if not exist mnv.exe (
echo Build failure.
exit 1
)
@@ -91,14 +91,14 @@ if "%FEATURE%" == "HUGE" (
OLE=no GUI=yes IME=yes ICONV=yes DEBUG=no ^
FEATURES=%FEATURE% CI_CFLAGS=/we4267
)
-if not exist gvim.exe (
+if not exist gmnv.exe (
echo Build failure.
exit 1
)
-.\gvim -u NONE -c "redir @a | ver |0put a | wq" ver_msvc.txt || exit 1
+.\gmnv -u NONE -c "redir @a | ver |0put a | wq" ver_msvc.txt || exit 1
echo "version output MSVC console"
-.\vim --version || exit 1
+.\mnv --version || exit 1
echo "version output MSVC GUI"
type ver_msvc.txt || exit 1
@@ -108,12 +108,12 @@ goto :eof
:test
@echo on
cd src/testdir
-:: Testing with MSVC gvim
+:: Testing with MSVC gmnv
path %PYTHON3_DIR%;%GETTEXT_PATH%;%PATH%
-nmake -f Make_mvc.mak VIMPROG=..\gvim
+nmake -f Make_mvc.mak MNVPROG=..\gmnv
nmake -f Make_mvc.mak clean
:: Testing with MSVC console version
-nmake -f Make_mvc.mak VIMPROG=..\vim
+nmake -f Make_mvc.mak MNVPROG=..\mnv
@echo off
goto :eof
diff --git a/uvim/ci/hlgroups.make b/uvim/ci/hlgroups.make
index 65b39a8c1d..5c8a549a47 100644
--- a/uvim/ci/hlgroups.make
+++ b/uvim/ci/hlgroups.make
@@ -1,4 +1,4 @@
-# vim: ft=make
+# mnv: ft=make
SHELL = /bin/bash
# Default target to actually run the comparison:
diff --git a/uvim/ci/if_feat_check.vim b/uvim/ci/if_feat_check.mnv
index f846f7cbf8..152a208956 100644
--- a/uvim/ci/if_feat_check.vim
+++ b/uvim/ci/if_feat_check.mnv
@@ -12,4 +12,4 @@ if 1 " This prevents it from being run in tiny versions
echo ''
endif
endif
-" vim: sts=2 sw=2 et
+" mnv: sts=2 sw=2 et
diff --git a/uvim/ci/if_ver-1.vim b/uvim/ci/if_ver-1.mnv
index 397c05a456..eb5cbc6cae 100644
--- a/uvim/ci/if_ver-1.vim
+++ b/uvim/ci/if_ver-1.mnv
@@ -1,12 +1,12 @@
" Print all interface versions. Part 1.
if 1 " This prevents it from being run in tiny versions
- execute 'source' expand('<sfile>:h') .. '/if_ver-cmd.vim'
+ execute 'source' expand('<sfile>:h') .. '/if_ver-cmd.mnv'
echo "*** Interface versions ***\n"
echo 'Lua:'
- PrintVer lua print(vim.lua_version, jit and "(LuaJIT)" or "")
+ PrintVer lua print(mnv.lua_version, jit and "(LuaJIT)" or "")
echo 'MzScheme:'
PrintVer mzscheme (display (version))
diff --git a/uvim/ci/if_ver-2.vim b/uvim/ci/if_ver-2.mnv
index f717ec1e56..c848444cab 100644
--- a/uvim/ci/if_ver-2.vim
+++ b/uvim/ci/if_ver-2.mnv
@@ -1,9 +1,9 @@
" Print py3 interface versions. Part 2.
-" This is done separately from part 1 because Vim cannot concurrently load
+" This is done separately from part 1 because MNV cannot concurrently load
" Python 2 and 3 together.
if 1 " This prevents it from being run in tiny versions
- execute 'source' expand('<sfile>:h') .. '/if_ver-cmd.vim'
+ execute 'source' expand('<sfile>:h') .. '/if_ver-cmd.mnv'
echo 'Python 3:'
PrintVer python3 print(sys.version)
diff --git a/uvim/ci/if_ver-cmd.vim b/uvim/ci/if_ver-cmd.mnv
index ac5d82a054..ac5d82a054 100644
--- a/uvim/ci/if_ver-cmd.vim
+++ b/uvim/ci/if_ver-cmd.mnv
diff --git a/uvim/ci/lychee.toml b/uvim/ci/lychee.toml
index 941a2d7f6f..9a20b2f68f 100644
--- a/uvim/ci/lychee.toml
+++ b/uvim/ci/lychee.toml
@@ -32,12 +32,12 @@ exclude = [
'^https?://(www\.)?adobe\.com.*$',
'^https?://(www\.)?google\.com.*$',
'^https?://(www\.)?forum\.vmssoftware\.com/.*$',
- '^http://vim\.sourceforge\.net/scripts/script\.php\?script_id=40$',
+ '^http://mnv\.sourceforge\.net/scripts/script\.php\?script_id=40$',
'^https://is\.gd/.*$',
- '^https://wiki\.contextgarden\.net/Vim$',
+ '^https://wiki\.contextgarden\.net/MNV$',
'^https://github\.com/you/foobar\.git$',
'^https?://flatassembler\.net',
- '^https?://www\.fleiner\.com/vim/download.html',
+ '^https?://www\.fleiner\.com/mnv/download.html',
]
# Lychee only reads UTF-8 files
diff --git a/uvim/ci/unlisted.make b/uvim/ci/unlisted.make
index 6d506eb79c..419edb7d04 100644
--- a/uvim/ci/unlisted.make
+++ b/uvim/ci/unlisted.make
@@ -1,4 +1,4 @@
-# vim: ft=make
+# mnv: ft=make
SHELL = /bin/bash
# List all files that are tracked in git but not listed in Filelist.