]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Update intro.txt about Neovim
authorPhạm Bình An <phambinhanctb2004@gmail.com>
Sun, 8 Mar 2026 20:58:44 +0000 (20:58 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 8 Mar 2026 21:03:12 +0000 (21:03 +0000)
Just to fix some phrases:
- "A Vim clone". Neovim document says that it is not a clone, but just a
  fork https://neovim.io/doc/user/nvim/#nvim
- "Supports a remote GUI". Neovim supports any UI (both GUI and TUI)
  that implements its UI protocol, so "a" is not correct
- "Integration with scripting languages". This is true, but it is also
  true to Vim (which supports 8 scripting languages AFAIK), so this
  probably doesn't need to be said in this document. Instead, what makes
  Neovim unique in this "scripting languages" aspect is its first class
  support for Lua.

closes: #19605

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Phạm Bình An <phambinhanctb2004@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/intro.txt

index 0d552fb79572a9b6dfb67ff8c2ce340f3ff48d42..f26d49d737e6a13b05f1ae81178f4daafe6f2d2f 100644 (file)
@@ -1,4 +1,4 @@
-*intro.txt*    For Vim version 9.2.  Last change: 2026 Feb 14
+*intro.txt*    For Vim version 9.2.  Last change: 2026 Mar 08
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -313,11 +313,11 @@ Elvis     Another Vi clone, made by Steve Kirkendall.  Very compact but isn't
        as flexible as Vim.  Development has stalled, Elvis has left the
        building!  Source code is freely available.
                                                        *Neovim*
-Neovim A Vim clone.  Forked the Vim source in 2014 and went a different way.
-       Very much bound to github and has many more dependencies, making
-       development more complex and limiting portability.  Code has been
-       refactored, resulting in patches not being exchangeable with Vim.
-       Supports a remote GUI and integration with scripting languages.
+Neovim A fork of Vim from 2014 that went a different way.  Very much bound
+       to GitHub and has many more dependencies, making development more
+       complex and limiting portability.  Code has been refactored, resulting
+       in patches not being exchangeable with Vim.  Supports remote UIs and
+       first-class Lua scripting.
 
 ==============================================================================
 4. Notation                                            *notation*