diff options
Diffstat (limited to 'mnv/READMEdir')
28 files changed, 519 insertions, 0 deletions
diff --git a/mnv/READMEdir/Contents b/mnv/READMEdir/Contents new file mode 100644 index 0000000000..f8159df1cf --- /dev/null +++ b/mnv/READMEdir/Contents @@ -0,0 +1,23 @@ +MNV MNV is not Vim. A clone of the UNIX text editor Vi. Very useful + for editing programs and other plain ASCII text. Full Vi + compatibility and includes all Ex commands. Extra features + above Vi: Multilevel undo, multiple windows, syntax + highlighting, command line history, folding, improved command + line editing, command typeahead display, command to display + yank buffers, possibility to edit binary files, file name + stack, support for Manx QuickFix and other compiler's error + messages, shows current file name in window title, on-line + help, rectangular cut/paste, etc., etc., etc... + + Version 10.0. Also runs under UNIX, MS-Windows, Mac, etc. + mnv92rt.tgz contains the documentation and syntax files. + mnv92bin.tgz contains the binaries. + mnv92src.tgz contains the sources. + Author: Bram Moolenaar et al. + + +Xxd Hex dumper and reader. Can be used to view files as hex, edit + them and write them back. Can also be used to patch files. + + Version 2025 Nov 26 + Author: Juergen Weigert et al. diff --git a/mnv/READMEdir/Contents.info b/mnv/READMEdir/Contents.info Binary files differnew file mode 100644 index 0000000000..9e855c7e98 --- /dev/null +++ b/mnv/READMEdir/Contents.info diff --git a/mnv/READMEdir/README.txt.info b/mnv/READMEdir/README.txt.info Binary files differnew file mode 100644 index 0000000000..e7fa114944 --- /dev/null +++ b/mnv/READMEdir/README.txt.info diff --git a/mnv/READMEdir/README_ami.txt b/mnv/READMEdir/README_ami.txt new file mode 100644 index 0000000000..8776200d8d --- /dev/null +++ b/mnv/READMEdir/README_ami.txt @@ -0,0 +1,32 @@ +README_ami.txt for version 10.0 of MNV: MNV is not Vim. + +This file explains the installation of MNV on Amiga systems. +See README.txt for general information about MNV. + + +Unpack the distributed files in the place where you want to keep them. It is +wise to have a "mnv" directory to keep your mnvrc file and any other files you +change. The distributed files go into a subdirectory. This way you can +easily upgrade to a new version. For example: + + dh0:editors/mnv contains your mnvrc and modified files + dh0:editors/mnv/mnv54 contains the MNV version 5.4 distributed files + dh0:editors/mnv/mnv55 contains the MNV version 5.5 distributed files + +You would then unpack the archives like this: + + cd dh0:editors + tar xf t:mnv92bin.tar + tar xf t:mnv92rt.tar + +Set the $MNV environment variable to point to the top directory of your MNV +files. For the above example: + + set MNV=dh0:editors/mnv + +MNV version 5.4 will look for your mnvrc file in $MNV, and for the runtime +files in $MNV/mnv54. See ":help $MNV" for more information. + +Make sure the MNV executable is in your search path. Either copy the MNV +executable to a directory that is in your search path, or (preferred) modify +the search path to include the directory where the MNV executable is. diff --git a/mnv/READMEdir/README_ami.txt.info b/mnv/READMEdir/README_ami.txt.info Binary files differnew file mode 100644 index 0000000000..912436d6a4 --- /dev/null +++ b/mnv/READMEdir/README_ami.txt.info diff --git a/mnv/READMEdir/README_amibin.txt b/mnv/READMEdir/README_amibin.txt new file mode 100644 index 0000000000..4800771dbc --- /dev/null +++ b/mnv/READMEdir/README_amibin.txt @@ -0,0 +1,12 @@ +README_amibin.txt for version 10.0 of MNV: MNV is not Vim. + +See "README.txt" for general information about MNV. +See "README_ami.txt" for installation instructions for the Amiga. +These files are in the runtime archive (mnv92rt.tgz). + + +The Amiga "bin" archive contains the MNV executable for the Amiga. It was +compiled with "big" features. + +Postscript printing is not included to avoid requiring floating point +computations. diff --git a/mnv/READMEdir/README_amibin.txt.info b/mnv/READMEdir/README_amibin.txt.info Binary files differnew file mode 100644 index 0000000000..bdc3f028e2 --- /dev/null +++ b/mnv/READMEdir/README_amibin.txt.info diff --git a/mnv/READMEdir/README_amisrc.txt b/mnv/READMEdir/README_amisrc.txt new file mode 100644 index 0000000000..f2b5370fc6 --- /dev/null +++ b/mnv/READMEdir/README_amisrc.txt @@ -0,0 +1,11 @@ +README_amisrc.txt for version 10.0 of MNV: MNV is not Vim. + +See "README.txt" for general information about MNV. +See "README_ami.txt" for installation instructions for the Amiga. +These files are in the runtime archive (mnv92rt.tgz). + + +The Amiga source archive contains the files needed to compile MNV on the +Amiga. + +See "src/INSTALLami.txt" for instructions on how to compile MNV on the Amiga. diff --git a/mnv/READMEdir/README_amisrc.txt.info b/mnv/READMEdir/README_amisrc.txt.info Binary files differnew file mode 100644 index 0000000000..476af9ac02 --- /dev/null +++ b/mnv/READMEdir/README_amisrc.txt.info diff --git a/mnv/READMEdir/README_bindos.txt b/mnv/READMEdir/README_bindos.txt new file mode 100644 index 0000000000..b5a6c5ee9b --- /dev/null +++ b/mnv/READMEdir/README_bindos.txt @@ -0,0 +1,16 @@ +README_bindos.txt for version 10.0 of MNV: MNV is not Vim. + +See "README.txt" for general information about MNV. +See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows. +These files are in the runtime archive (mnv92rt.zip). + + +There are several binary distributions of MNV for the PC. You would normally +pick only one of them, but it's also possible to install several. +These ones are available (the version number may differ): + mnv92w32.zip Windows console version + gmnv92.zip Windows GUI version + gmnv92ole.zip Windows GUI version with OLE + +You MUST also get the runtime archive (mnv92rt.zip). +The sources are also available (mnv92src.zip). diff --git a/mnv/READMEdir/README_dos.txt b/mnv/READMEdir/README_dos.txt new file mode 100644 index 0000000000..013b751885 --- /dev/null +++ b/mnv/READMEdir/README_dos.txt @@ -0,0 +1,125 @@ +README_dos.txt for version 10.0 of MNV: MNV is not Vim. + +This file explains the installation of MNV on MS-Windows systems. +See "README.txt" for general information about MNV. + +There are two ways to install MNV: +A. Use the self-installing .exe file. +B. Unpack .zip files and run the install.exe program. + + +A. Using the self-installing .exe +--------------------------------- + +This is mostly self-explaining. Just follow the prompts and make the +selections. A few things to watch out for: + +- When an existing installation is detected, you are offered to first remove + this. The uninstall program is then started while the install program waits + for it to complete. Sometimes the windows overlap each other, which can be + confusing. Be sure the complete the uninstalling before continuing the + installation. Watch the taskbar for uninstall windows. + +- When selecting a directory to install MNV, use the same place where other + versions are located. This makes it easier to find your _mnvrc file. For + example "C:\Program Files\mnv" or "D:\mnv". A name ending in "mnv" is + preferred. + +- After selecting the directory where to install MNV, clicking on "Next" will + start the installation. + + +B. Using .zip files +------------------- + +These are the normal steps to install MNV from the .zip archives: + +1. Go to the directory where you want to put the MNV files. Examples: + cd C:\ + cd D:\editors + If you already have a "mnv" directory, go to the directory in which it is + located. Check the $MNV setting to see where it points to: + set MNV + For example, if you have + C:\mnv\mnv92 + do + cd C:\ + Binary and runtime MNV archives are normally unpacked in the same location, + on top of each other. + +2. Unpack the zip archives. This will create a new directory "mnv\mnv92", + in which all the distributed MNV files are placed. Since the directory + name includes the version number, it is unlikely that you overwrite + existing files. + Examples: + pkunzip -d gmnv92.zip + unzip mnv92w32.zip + + You need to unpack the runtime archive and at least one of the binary + archives. When using more than one binary version, be careful not to + overwrite one version with the other, the names of the executables + "mnv.exe" and "gmnv.exe" are the same. + + After you unpacked the files, you can still move the whole directory tree + to another location. That is where they will stay, the install program + won't move or copy the runtime files. + +3. Change to the new directory: + cd mnv\mnv92 + Run the "install.exe" program. It will ask you a number of questions about + how you would like to have your MNV setup. Among these are: + - You can tell it to write a "_mnvrc" file with your preferences in the + parent directory. + - It can also install an "Edit with MNV" entry in the Windows Explorer + popup menu. + - You can have it create batch files, so that you can run MNV from the + console or in a shell. You can select one of the directories in your + $PATH. If you skip this, you can add MNV to the search path manually: + The simplest is to add a line to your autoexec.bat. Examples: + set path=%path%;C:\mnv\mnv92 + set path=%path%;D:\editors\mnv\mnv92 + - Create entries for MNV on the desktop and in the Start menu. + +That's it! + + +Remarks: + +- If MNV can't find the runtime files, ":help" won't work and the GUI version + won't show a menubar. Then you need to set the $MNV environment variable to + point to the top directory of your MNV files. Example: + set MNV=C:\editors\mnv + MNV version 10.0 will look for your mnvrc file in $MNV, and for the runtime + files in $MNV/mnv92. See ":help $MNV" for more information. + +- To avoid confusion between distributed files of different versions and your + own modified mnv scripts, it is recommended to use this directory layout: + ("C:\mnv" is used here as the root, replace it with the path you use) + Your own files: + C:\mnv\_mnvrc Your personal mnvrc. + C:\mnv\_mnvinfo Dynamic info for 'mnvinfo'. + C:\mnv\mnvfiles\ftplugin\*.mnv Filetype plugins + C:\mnv\... Other files you made. + Distributed files: + C:\mnv\mnv92\mnv.exe The MNV version 10.0 executable. + C:\mnv\mnv92\doc\*.txt The version 10.0 documentation files. + C:\mnv\mnv92\bugreport.mnv A MNV version 10.0 script. + C:\mnv\mnv92\... Other version 10.0 distributed files. + In this case the $MNV environment variable would be set like this: + set MNV=C:\mnv + Then $MNVRUNTIME will automatically be set to "$MNV\mnv92". Don't add + "mnv92" to $MNV, that won't work. + +- You can put your MNV executable anywhere else. If the executable is not + with the other MNV files, you should set $MNV. The simplest is to add a line + to your autoexec.bat. Examples: + set MNV=c:\mnv + set MNV=d:\editors\mnv + +- If you have told the "install.exe" program to add the "Edit with MNV" menu + entry, you can remove it by running the "uninstall.exe". See + ":help win32-popup-menu". + +For further information, type one of these inside MNV: + :help dos + :help win32 diff --git a/mnv/READMEdir/README_extra.txt b/mnv/READMEdir/README_extra.txt new file mode 100644 index 0000000000..873b83014d --- /dev/null +++ b/mnv/READMEdir/README_extra.txt @@ -0,0 +1,38 @@ +README_extra.txt for version 10.0 of MNV: MNV is not Vim. + +These extra files of MNV are for special purposes. This README explains what +the files are for. For general information about MNV, see the "README.txt" +file. + + +farsi/* Files for the Farsi (persian) language. If you don't + know what Farsi is, this is not for you. + +src/if_sniff.* Interface to SNiFF. If you don't know what SNiFF is, + this is not for you. + +src/os_amiga.* Files for the Amiga port. + +src/os_msdos.* +src/os_dos.* Files for the MS-DOS port. + +src/os_mac.* Files for the Mac port. + +src/os_vms* Files for the VMS port. + +src/os_w32* +src/os_win32.* Files for the Win32 port. + +src/gui_w32.* Files for the Win32 GUI. +src/gui_w48.* Files for the Win32 and Win16 GUI. +src/Make_mvc.mak MS Visual C++ makefile for the Win32 GUI. + +src/if_ole.* OLE automation interface, for MS Windows. + +src/GmnvExt/* DLL for the "Edit with MNV" context menu entry + +nsis/* NSIS script to build the self-installing MS-Windows exe + +runtime/doc/*.man Preprocessed manual pages. + +runtime/macros/file_select.mnv MNV script to browse directories (Unix only). diff --git a/mnv/READMEdir/README_haiku.txt b/mnv/READMEdir/README_haiku.txt new file mode 100644 index 0000000000..2184285bb8 --- /dev/null +++ b/mnv/READMEdir/README_haiku.txt @@ -0,0 +1,13 @@ +README_haiku.txt for version 10.0 of MNV: MNV is not Vim. + +This file explains the installation of MNV on Haiku operating system. +See "README.txt" for general information about MNV. + +Preferred (and easy) way to get MNV on Haiku is to use default Haiku +software repository HaikuPorts. To get MNV: + +- Open HaikuDepot application and search for "mnv" package, then install, +- Open a Terminal and type "pkgman install mnv", then follow instructions. + +If you prefer to install MNV from source, follow the instructions on +"runtime/doc/os_haiku.txt", "Compiling MNV" section. diff --git a/mnv/READMEdir/README_mac.txt b/mnv/READMEdir/README_mac.txt new file mode 100644 index 0000000000..165f3d3672 --- /dev/null +++ b/mnv/READMEdir/README_mac.txt @@ -0,0 +1,12 @@ +README_mac.txt for version 10.0 of MNV: MNV is not Vim. + +This file explains the installation of MNV on MacOS systems. +See "README.txt" for general information about MNV. + +To build from source get the files with git from https://github.com/Project-Tick/Project-Tick. +The find the instructions in src/INSTALLmac.txt. + +Installing MNV using Homebrew: +1. Install Homebrew from http://brew.sh/ +2. Install the latest MNV with: + brew install mnv diff --git a/mnv/READMEdir/README_mnvlogo.txt b/mnv/READMEdir/README_mnvlogo.txt new file mode 100644 index 0000000000..b7bfe265f8 --- /dev/null +++ b/mnv/READMEdir/README_mnvlogo.txt @@ -0,0 +1,11 @@ +The Python project that creates `mnvlogo.svg` can be found at +`https://github.com/ShayHill/mnvlogo`. The MNV license applies. + +`mnvlogo.svg` is an effort to remove errors and inadvertent inconsistencies +from the original mnv logo while maintaining the original design. `mnvlogo.svg` +is based on the `mnvlogo.svg` file (previously?) found at +`https://www.mnv.org/logos.php` + +As of 2024 Jan 30, `mnvlogo.svg` is a separate project from `mnvlogo.cdr`, +`mnvlogo.eps`, `mnvlogo.gif`, `mnvlogo.pdf`, and `mnvlogo.xpm`, all of which +are slightly different from each other. diff --git a/mnv/READMEdir/README_ole.txt b/mnv/READMEdir/README_ole.txt new file mode 100644 index 0000000000..62a1a4160d --- /dev/null +++ b/mnv/READMEdir/README_ole.txt @@ -0,0 +1,17 @@ +README_ole.txt for version 10.0 of MNV: MNV is not Vim. + +This archive contains gmnv.exe with OLE interface. +This version of gmnv.exe can also load a number of interface dynamically (you +can optionally install the .dll files for each interface). +It is only for MS-Windows. + +Also see the README_bindos.txt, README_dos.txt and README.txt files. + +Be careful not to overwrite the OLE gmnv.exe with the non-OLE gmnv.exe when +unpacking another binary archive! Check the output of ":version": + Win32s - "MS-Windows 16/32 bit GUI version" + Win32 - "MS-Windows 32 bit GUI version" +Win32 with OLE - "MS-Windows 32 bit GUI version with OLE support" + +For further information, type this inside MNV: + :help if_ole diff --git a/mnv/READMEdir/README_os2.txt b/mnv/READMEdir/README_os2.txt new file mode 100644 index 0000000000..2ad4b47626 --- /dev/null +++ b/mnv/READMEdir/README_os2.txt @@ -0,0 +1,5 @@ +README_os2.txt for version 10.0 of MNV: MNV is not Vim. + +This file used to explain the installation of MNV on OS/2 systems. +However, support for OS/2 has been removed in patch 7.4.1008. +See "README.txt" for general information about MNV. diff --git a/mnv/READMEdir/README_os390.txt b/mnv/READMEdir/README_os390.txt new file mode 100644 index 0000000000..45642e46d9 --- /dev/null +++ b/mnv/READMEdir/README_os390.txt @@ -0,0 +1,117 @@ +README_os390.txt for version 10.0 of MNV: MNV is not Vim. + +This readme explains how to build MNV on z/OS. Formerly called OS/390. +See "README.txt" for general information about MNV. + +Most likely there are not many users out there using MNV on z/OS. So chances +are good, that some bugs are still undiscovered. + +Getting the source to z/OS: +========================== + +First get the source code in one big tar file and ftp it a binary to z/OS. If +the tar file is initially compressed with gzip (tar.gz) or bzip2 (tar.bz2) +uncompress it on your PC, as these tools are (most likely) not available on +the mainframe. + +To reduce the size of the tar file you might compress it into a zip file. On +z/OS Unix you might have the command "jar" from java to uncompress a zip. Use: + jar xvf <zip file name> + +Unpack the tar file on z/OS with + pax -o from=ISO8859-1,to=IBM-1047 -rf mnv.tar + +Note: The MNV source contains a few bitmaps etc which will be destroyed by +this command, but these files are not needed on zOS (at least not for the +console version). + + +Compiling: +========== + +MNV can be compiled with or without GUI support. For 7.4 only the compilation +without GUI was tested. Below is a section about compiling with X11 but this +is from an earlier version of MNV. + +Console only: +------------- + +If you build MNV without X11 support, compiling and building is nearly +straightforward. + +Change to the mnv directory and do: + + # Don't use c89! + # Allow intermixing of compiler options and files. + + $ export CC=cc + $ export _CC_CCMODE=1 + $./configure --with-features=normal --without-x --enable-gui=no + $ cd src + $ make + + There may be warnings: + - include files not found (libc, sys/param.h, ...) + - Redeclaration of ... differs from ... + -- just ignore them. + + $ make test + + This will produce lots of garbage on your screen (including error + messages). Don't worry. + + If the test stops at one point in mnv (might happen in test 11), just + press :q! + + Expected test failures: + 11: If you don't have gzip installed + 24: test of backslash sequences in regexp are ASCII dependent + 42: Multibyte is not supported on z/OS + 55: ASCII<->EBCDIC sorting + 57: ASCII<->EBCDIC sorting + 58: Spell checking is not supported with EBCDIC + 71: Blowfish encryption doesn't work + + $ make install + + +With X11: +--------- + +WARNING: This instruction was not tested with MNV 7.4 or later. + +There are two ways for building MNV with X11 support. The first way is simple +and results in a big executable (~13 Mb), the second needs a few additional +steps and results in a much smaller executable (~4.5 Mb). These examples +assume you want Motif. + + The easy way: + $ export CC=cc + $ export _CC_CCMODE=1 + $ ./configure --enable-max-features --enable-gui=motif + $ cd src + $ make + + With this MNV is linked statically with the X11 libraries. + + The smarter way: + Make MNV as described above. Then create a file named 'link.sed' with the + following content (see src/link.390): + + s/-lXext *//g + s/-lXmu *//g + s/-lXm */\/usr\/lib\/Xm.x /g + s/-lX11 */\/usr\/lib\/X11.x /g + s/-lXt *//g + s/-lSM */\/usr\/lib\/SM.x /g + s/-lICE */\/usr\/lib\/ICE.x /g + + Then do: + $ rm mnv + $ make + + Now MNV is linked with the X11-DLLs. + + See the Makefile and the file link.sh on how link.sed is used. + + diff --git a/mnv/READMEdir/README_src.txt b/mnv/READMEdir/README_src.txt new file mode 100644 index 0000000000..529fa5355b --- /dev/null +++ b/mnv/READMEdir/README_src.txt @@ -0,0 +1,8 @@ +README_src.txt for version 10.0 of MNV: MNV is not Vim. + +The source archive contains the files needed to compile MNV on Unix systems. +It is packed for Unix systems (NL line separator). + +For more information, see the README.txt file that comes with the runtime +archive (mnv-10.0-rt.tar.gz). To be able to run MNV you MUST get the runtime +archive too! diff --git a/mnv/READMEdir/README_srcdos.txt b/mnv/READMEdir/README_srcdos.txt new file mode 100644 index 0000000000..9de18f45be --- /dev/null +++ b/mnv/READMEdir/README_srcdos.txt @@ -0,0 +1,11 @@ +README_srcdos.txt for version 10.0 of MNV: MNV is not Vim. + +See "README.txt" for general information about MNV. +See "README_dos.txt" for installation instructions for MS-Windows. +These files are in the runtime archive (mnv92rt.zip). + + +The DOS source archive contains the files needed to compile MNV on MS-Windows. +It is packed for MS-Windows systems, with CR-LF. + +See "src/INSTALLpc.txt" for instructions on how to compile MNV on the PC. diff --git a/mnv/READMEdir/README_unix.txt b/mnv/READMEdir/README_unix.txt new file mode 100644 index 0000000000..875af21f18 --- /dev/null +++ b/mnv/READMEdir/README_unix.txt @@ -0,0 +1,10 @@ +README_unix.txt for version 10.0 of MNV: MNV is not Vim. + +This file explains the installation of MNV on Unix systems. +See "README.txt" for general information about MNV. + + +When you use the source distribution, "make install" is used to install MNV. +See the "INSTALL" file in the "src" directory. + +If you use a compiled package, follow the instructions for the package. diff --git a/mnv/READMEdir/README_vms.txt b/mnv/READMEdir/README_vms.txt new file mode 100644 index 0000000000..52eedcad9f --- /dev/null +++ b/mnv/READMEdir/README_vms.txt @@ -0,0 +1,52 @@ +README_vms.txt for version 10.0 of MNV: MNV is not Vim. + +This file explains the installation of MNV on VMS systems. +See "README.txt" in the runtime archive for information about MNV. + + +Most information can be found in the on-line documentation. Use ":help vms" +inside MNV. Or get the runtime files and read runtime/doc/os_vms.txt to find +out how to install and configure MNV with runtime files etc. + +To compile MNV yourself you need three archives: + mnv-X.X-rt.tar.gz runtime files + mnv-X.X-src.tar.gz source files + mnv-X.X-extra.tar.gz extra source files + +Compilation is recommended, in order to make sure that the correct +libraries are used for your specific system. Read about compiling in +src/INSTALLvms.txt. + +To use the binary version, you need one of these archives: + + mnv-XX-exe-x86-gui.zip X86_64 GUI/Motif executables + mnv-XX-exe-x86-term.zip X86_64 console executables + mnv-XX-exe-ia64-gui.zip IA64 GUI/Motif executables + mnv-XX-exe-ia64-gtk.zip IA64 GUI/GTK executables + mnv-XX-exe-ia64-term.zip IA64 console executables + mnv-XX-exe-axp-gui.zip Alpha GUI/Motif executables + mnv-XX-exe-axp-gtk.zip Alpha GUI/GTK executables + mnv-XX-exe-axp-term.zip Alpha console executables + mnv-XX-exe-vax-gui.zip VAX GUI executables + mnv-XX-exe-vax-term.zip VAX console executables + +and of course + mnv-XX-runtime.zip runtime files + +The binary archives contain: mnv.exe, ctags.exe, xxd.exe files, +but there are also prepared "deploy ready" archives: + +mnv-XX-x86.zip GUI and console executables with runtime and + help files for X86_64 systems +mnv-XX-ia64.zip GUI and console executables with runtime and + help files for IA64 systems +mnv-XX-axp.zip GUI and console executables with runtime and + help files for Alpha systems +mnv-XX-vax.zip GUI and console executables with runtime and + help files for VAX systems + +GTK builds need LIBGTK library installed. + +These executables and up to date patches for OpenVMS system are downloadable +from http://www.polarhome.com/mnv/ or ftp://ftp.polarhome.com/pub/mnv/ + diff --git a/mnv/READMEdir/README_w32s.txt b/mnv/READMEdir/README_w32s.txt new file mode 100644 index 0000000000..aaa85d7949 --- /dev/null +++ b/mnv/READMEdir/README_w32s.txt @@ -0,0 +1,6 @@ +README_w32s.txt for version 10.0 of MNV: MNV is not Vim. + +This file used to explain the installation of MNV on MS-Windows 3.1 and 3.11 +systems. However, support for MS-Windows 3.1 and 3.11 has been removed in +patch 7.4.1364. +See "README.txt" for general information about MNV. diff --git a/mnv/READMEdir/Vim.info b/mnv/READMEdir/Vim.info Binary files differnew file mode 100644 index 0000000000..5c465ffab3 --- /dev/null +++ b/mnv/READMEdir/Vim.info diff --git a/mnv/READMEdir/Xxd.info b/mnv/READMEdir/Xxd.info Binary files differnew file mode 100644 index 0000000000..7ae7643b25 --- /dev/null +++ b/mnv/READMEdir/Xxd.info diff --git a/mnv/READMEdir/mnvdir.info b/mnv/READMEdir/mnvdir.info Binary files differnew file mode 100644 index 0000000000..ddb2a14626 --- /dev/null +++ b/mnv/READMEdir/mnvdir.info diff --git a/mnv/READMEdir/runtime.info b/mnv/READMEdir/runtime.info Binary files differnew file mode 100644 index 0000000000..6ff0468eab --- /dev/null +++ b/mnv/READMEdir/runtime.info diff --git a/mnv/READMEdir/src.info b/mnv/READMEdir/src.info Binary files differnew file mode 100644 index 0000000000..1ab7c6cb10 --- /dev/null +++ b/mnv/READMEdir/src.info |
