]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
README: mention POSIX vi as a goal of this project
authorChristian Brabandt <cb@256bit.org>
Sun, 29 Jun 2025 16:27:41 +0000 (18:27 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 29 Jun 2025 16:29:27 +0000 (18:29 +0200)
Signed-off-by: Christian Brabandt <cb@256bit.org>
README.md
README.txt

index cfee68e8a2767b6e252923a6f934115fbb13eb44..66a1e6cb8ba583638d7e79c42f7eb471dc75f6dd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -32,6 +32,10 @@ All commands are given with normal keyboard characters, so those who can type
 with ten fingers can work very fast.  Additionally, function keys can be
 mapped to commands by the user, and the mouse can be used.
 
+Vim also aims to provide a (mostly) POSIX-compatible vi implementation, when
+compiled with a minimal feature set (typically called vim.tiny), which is used
+by many Linux distributions as the default vi editor.
+
 Vim runs under MS-Windows (7, 8, 10, 11), macOS, Haiku, VMS and almost all
 flavours of UNIX.  Porting to other systems should not be very difficult.
 Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me/NT/2000/XP/Vista,
index d90ebbc1fae66f43bc4f62922e068d518f2f9a6d..80ec9e3c43bafa1b36392318965698dbc6639575 100644 (file)
@@ -15,6 +15,10 @@ All commands are given with normal keyboard characters, so those who can type
 with ten fingers can work very fast.  Additionally, function keys can be
 mapped to commands by the user, and the mouse can be used.
 
+Vim also aims to provide a (mostly) POSIX-compatible vi implementation, when
+compiled with a minimal feature set (typically called vim.tiny), which is used
+by many Linux distributions as the default vi editor.
+
 Vim runs under MS-Windows (7, 8, 10, 11), macOS, Haiku, VMS and almost all
 flavours of UNIX.  Porting to other systems should not be very difficult.
 Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me/NT/2000/XP/Vista,