*version10.txt*  For EVi version 10.0.  Last change: 2026 TBD


		  EVI REFERENCE MANUAL	  by EVi Team


				*evi-10.0* *evi-10* *version-10.0* *version10.0*
Welcome to EVi 10!  The first release for this project. Major focus for this
version was rebranding and fix issues, while we started to remove some
features that we consider obsolete.

This version is based on a hard fork of Vim 9.1

Use this command to see the full version and features information of the Vim
program you are using: >
	:version

NEW FEATURES					|new-10|

INCOMPATIBLE CHANGES				|incompatible-10|

IMPROVEMENTS					|improvements-10|

COMPILE TIME CHANGES				|compile-changes-10|

PATCHES						|patches-10|

See |vi_diff.txt| for an overview of differences between Vi and Vim 9.0.
See |version4.txt|, |version5.txt|, |version6.txt|, |version7.txt|,
|version8.txt|  and |version9.txt| for differences between Vim/EVi versions.

==============================================================================
NEW FEATURES						*new-10*

First an overview of the more interesting new features.  A comprehensive list
is below.

Add feature to load EVi config files from `$XDG_CONFIG_HOME`


Various new items ~
							*new-items-10*
'evi': The command has("evi") will return true.

Add support for `agda`

Options: ~

Ex commands: ~

Ex command modifiers: ~

New and extended functions: ~

New Vim variables: ~

New autocommand events: ~


New operators: ~

New runtime files: ~


==============================================================================
INCOMPATIBLE CHANGES				*incompatible-10*

Paths for configuration files, for users coming from vim, are changed.
Basically the only difference is that wherever vim was in the path, now it is
evi.

==============================================================================
IMPROVEMENTS						*improvements-10*

This release is AI free, and all changes are made by human. 
Various small and useful improvements have been made since Vim 9.1, here is a
summary.

See the list of patches below: |bug-fixes-10|.


==============================================================================
COMPILE TIME CHANGES					*compile-changes-10*

The following features have been removed:
  - Netbeans Integration

The following platforms are no longer supported:
  - VMS

==============================================================================
PATCHES						*patches-10* *bug-fixes-10*
						*patches-after-9.4*

- [SECURITY] CVE 2026-28418/28419 : Fix vulnerability on emacs tag parser
- [SECURITY] CVE 2026-34982 : Fix modeline bypass vunlerability
- [SECURITY] CVE 2026-34714 : Fix unsafe autocmd functionality vulnerability


 vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual:
