Skip to content

Commit bab7619

Browse files
brianhusterzeertzjq
authored andcommitted
runtime(doc): Update intro.txt about Neovim
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>
1 parent 271f4fe commit bab7619

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

runtime/doc/intro.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*intro.txt* For Vim version 9.2. Last change: 2026 Feb 14
1+
*intro.txt* For Vim version 9.2. Last change: 2026 Mar 08
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -313,11 +313,11 @@ Elvis Another Vi clone, made by Steve Kirkendall. Very compact but isn't
313313
as flexible as Vim. Development has stalled, Elvis has left the
314314
building! Source code is freely available.
315315
*Neovim*
316-
Neovim A Vim clone. Forked the Vim source in 2014 and went a different way.
317-
Very much bound to github and has many more dependencies, making
318-
development more complex and limiting portability. Code has been
319-
refactored, resulting in patches not being exchangeable with Vim.
320-
Supports a remote GUI and integration with scripting languages.
316+
Neovim A fork of Vim from 2014 that went a different way. Very much bound
317+
to GitHub and has many more dependencies, making development more
318+
complex and limiting portability. Code has been refactored, resulting
319+
in patches not being exchangeable with Vim. Supports remote UIs and
320+
first-class Lua scripting.
321321

322322
==============================================================================
323323
4. Notation *notation*

0 commit comments

Comments
 (0)