1
0
Fork
You've already forked evi
0
forked from evi-editor/evi
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%
Find a file
dreamos82 fd4f9b6298 Merge pull request 'Check XDG locations for EVi configuration files' ( #83 ) from Reiddragon/evi:xdg_config_home into master
Reviewed-on: evi-editor/evi#83
Reviewed-by: NerdNextDoor <nerdnextdoor@noreply.codeberg.org>
Reviewed-by: dreamos82 <dreamos82@noreply.codeberg.org>
2026年05月01日 11:18:38 +02: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 Update C and CPP.vim syntax to follow a similar header style, update links, change date to today. 2026年04月28日 20:48:44 +01:00
src Merge pull request 'Check XDG locations for EVi configuration files' ( #83 ) from Reiddragon/evi:xdg_config_home into master 2026年05月01日 11:18:38 +02: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 Replace "NerdNextDoor/evi" with "evi-editor/evi" 2026年04月28日 17:19:20 +01:00
evitutor.bat Rename vimtutor.bat and .com in evitutor 2026年04月18日 11:53:15 +02:00
evitutor.com Rename vimtutor.bat and .com in evitutor 2026年04月18日 11:53:15 +02:00
Filelist Rename vimtutor.bat and .com in evitutor 2026年04月18日 11:53:15 +02:00
LICENSE Farewell to Bram and dedicate upcoming Vim 9.1 to him ( #12749 ) 2023年08月13日 10:33:05 +02:00
Makefile April 2026, remove tagline from startup message, make credits look less like Bram was directly involved with EVi but still give credit to his work on VIm. 2026年04月28日 19:36:11 +01:00
README.md Replace "NerdNextDoor/evi" with "evi-editor/evi" 2026年04月28日 17:19:20 +01: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

EVi

If you find a bug or want to discuss the best way to add a new feature, please open an issue. You're also welcome to join #evi on OFTC to discuss matters regarding EVi.

What is EVi?

EVi is an advanced modal text editor designed for programmers and system administrators. It is a hard fork from Vim v9.1.0 (Jan 2024), created to build further upon the foundations of Vim while avoiding the use of AI entirely.

EVi and older versions of Vim are greatly improved versions 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.

Acknowledgements

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