1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Vim 9.1 patchダイジェスト (2024/05)

Posted at

Vimのリリースされたpatchの説明です。
(9.1.03859.1.0454)
新機能、大幅な仕様変更には、:four_leaf_clover:が付いています。
runtimeファイルも直接commitされるようになりました。ただ、数が多いので基本的にはここでは取り扱わないことにします。

  • 9.1.0418: :four_leaf_clover:ノーマルモードコマンド ]r[r を追加しました。カーソルの前/後の、"稀な" 単語に移動します。
  • 9.1.0394: :four_leaf_clover:getregionpos()を追加しました。getregion()と同じですが、{pos1} と {pos2} によって囲まれたバッファのテキストセグメントを表す位置のリストを返します。(関連patch: 9.1.0395, 9.1.0423, 9.1.0430, etc........)

凡例

表記 意味
:four_leaf_clover: 新機能、大幅な仕様変更
:alien: Vim開発者向けの追加、変更
'hoge' オプション (:h options参照)
:hoge Exコマンド (:h :index参照)
hoge() 組み込み関数 (:h functions参照)
v:hoge Vim定義済変数 (:h v:参照)
+hoge feature (:h +feature-list参照)

方針

こちらを参照。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?