Skip to content

Commit 6b60fb8

Browse files
authored
Merge pull request #2528 from h-east/update-intro
Update intro.{txt,jax}
2 parents 3859cfd + 0fcfcb0 commit 6b60fb8

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

doc/intro.jax

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

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -309,11 +309,10 @@ Elvis 別の Vi クローン、Steve Kirkendallが作成しました。とても
309309
が、Vim ほど高機能ではありません。開発は失速し、エルヴィスは建物を去っ
310310
てしまいました! ソースコードは自由に利用できます。
311311
*Neovim*
312-
Neovim Vimのクローン。2014年にVimのソースをフォークして、異なる方向を進みまし
313-
た。非常にgithubに縛られていて、より多くの依存関係があり、開発をより複
314-
雑にし、移植性を制限しています。コードがリファクタリングされ、パッチが
315-
Vimと交換できなくなりました。リモートGUIとスクリプト言語との統合をサ
316-
ポートしています。
312+
Neovim 2014年に登場した Vim のフォークで方向性が異なる。GitHub との連携が強
313+
く、依存関係も非常に多いため、開発が複雑になり、移植性が制限される。
314+
コードがリファクタリングされたため、Vim とのパッチの互換性が失われてい
315+
る。リモート UI や主要言語として Lua スクリプトをサポートしている。
317316

318317
==============================================================================
319318
4. ヘルプの表記法 *notation*

en/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)