EVi, a hard-fork of Vim v9.1.0 (Jan 2024) before AI was used in the project.
  • Vim Script 53.7%
  • C 40.3%
  • Roff 1.5%
  • Makefile 1.3%
  • C++ 0.7%
  • Other 1.9%
2026-03-20 19:13:48 -05:00
.github CI: change dependabot prefix to "CI" (#13724) 2023-12-19 20:17:08 +01:00
ci CI: check that all files are listed in Filelist (#13601) 2023-12-01 18:07:42 +01:00
nsis patch 9.1.0000: Vim 9.1 release 2024-01-02 16:51:11 +01:00
pixmaps Update runtime files 2021-08-29 21:55:35 +02:00
READMEdir patch 9.1.0000: Vim 9.1 release 2024-01-02 16:51:11 +01:00
runtime Another round of whitespace consistency edits 2026-03-20 19:13:48 -05:00
src This should make evi build on haiku R1 beta5 2026-03-19 10:27:11 -05:00
tools patch 8.1.2409: creating the distribution doesn't work as documented 2019-12-07 21:01:43 +01:00
.appveyor.yml patch 9.0.1994: inconsistent feature description 2023-10-05 22:25:12 +02:00
.cirrus.yml patch 9.0.1979: Cirrus CI disabled 2023-10-04 19:57:35 +02:00
.codecov.yml patch 9.0.1985: CI: codecov is intrusive 2023-10-05 20:07:11 +02:00
.gitattributes patch 8.1.2182: test42 seen as binary by git diff 2019-10-19 18:37:53 +02:00
.gitignore Beginning of EVi version 10 2026-03-10 17:16:28 +00:00
.hgignore patch 9.0.1352: "ignore" files are outdated 2023-02-24 17:16:41 +00:00
configure patch 8.1.1317: output from Travis can be improved 2019-05-11 14:34:13 +02:00
CONTRIBUTING.md Make it even clearer that we will NOT accept AI here. 2026-03-10 17:16:51 +00:00
Filelist runtime(Filelist): remove coveralls, move runtime/lang/Make_mvc.mak (#13790) 2023-12-28 23:11:48 +01:00
LICENSE Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749) 2023-08-13 10:33:05 +02:00
Makefile Fix some of the startup tests 2026-03-19 10:27:11 -05:00
README.md Change version we're based on 2026-03-10 17:26:08 +00:00
README.txt Change version we're based on 2026-03-10 17:26:08 +00:00
README_VIM9.md Update runtime files. 2023-02-02 13:59:48 +00:00
SECURITY.md Small SECURITY.md rewrite 2026-03-10 17:16:29 +00:00
uninstall.txt Replace Vim with EVi in uninstall.txt 2026-03-10 17:16:29 +00:00
vimtutor.bat patch 8.2.3441: MS-Windows: vimtutor can't handle path with spaces 2021-09-15 12:53:40 +02:00
vimtutor.com updated for version 7.4.683 2015-03-25 20:24:04 +01:00

EVi

If you find a bug or want to discuss the best way to add a new feature, please open an issue.

What is EVi?

EVi is a hard fork from Vim v9.1.0 (Jan 2024) to build further upon the foundations of Vim, while avoiding AI taint.

Vim, and by extension EVi, is a greatly improved version of the good old UNIX editor Vi. Many new features have been added: multi-level undo, syntax highlighting, command line history, on-line help, spell checking, filename completion, block operations, script language, etc. There is also a Graphical User Interface (GUI) available. Still, Vi compatibility is maintained, those who have Vi "in the fingers" will feel at home.

Distribution

EVi is at the time of writing only distributed from Codeberg.

Compiling

If you somehow obtained a binary distribution you don't need to compile EVi. If you obtained a source distribution, all the stuff for compiling EVi is in the src directory. See src/INSTALL for instructions.

Installation

See one of these files for system-specific instructions. Either in the READMEdir directory (in the repository) or the top directory (if you unpack an archive):

README_ami.txt		Amiga
README_unix.txt		Unix
README_dos.txt		MS-DOS and MS-Windows
README_mac.txt		Macintosh
README_haiku.txt	Haiku
README_vms.txt		VMS

There are other README_*.txt files, depending on the distribution you used.

Documentation

The tutor is a one hour training course for beginners. See :help tutor for more information.

The best is to use :help in EVi. If you don't have an executable yet, read runtime/doc/help.txt. It contains pointers to the other documentation files. The User Manual reads like a book and is recommended to learn to use EVi. See :help user-manual.

Copying

The original Vim is Charityware, and so is EVi. You can use and copy it as much as you like, but you are encouraged to make a donation to help orphans in Uganda. Please read the file runtime/doc/uganda.txt for details (do :help uganda inside EVi).

Summary of the license: There are no restrictions on using or distributing an unmodified copy of EVi. Parts of EVi may also be distributed, but the license text must always be included. For modified versions, a few restrictions apply. The license is GPL compatible, you may compile EVi with GPL libraries and distribute it.

Sponsoring

There is no framework for sponsoring at the time of writing.

Contributing

If you would like to help make EVi better, see the CONTRIBUTING.md file.

Main author

Most of the original Vim was created by Bram Moolenaar <Bram@vim.org> Bram-Moolenaar

This is README.md for version 10.0 of EVi.