3
1

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

Last updated at Posted at 2024-06-05

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

  • 9.1.0381: :four_leaf_clover::cbuffer, :lbuffer, :cgetbuffer, :lgetbuffer, :caddbuffer, :laddbuffer に範囲指定(1,$等)をサポートしました。
  • runtime(comment): :four_leaf_clover:シンプルなコメントトグルプラグインを同梱しました。(関連post: X(旧twitter))
  • 9.1.0329: :four_leaf_clover:辞書型の文字列補完(interpolated-string)をサポートしました。(関連patch: 9.1.0335)
  • 9.1.0327: :four_leaf_clover:Unix: XDGベースディレクトリ仕様をサポートしました ($XDG_CONFIG_HOMEのみ)。$HOME/.vimrc および $HOME/.vim/vimrc が見つからない場合に、$XDG_CONFIG_HOME/vim/vimrcを参照します。(関連patch: 9.1.0330, 9.1.0337, 9.1.0345, 9.1.0393)
  • 9.1.0321: :four_leaf_clover:termcapオプション 't_xo' を追加しました。このオプションが空でない場合は、端末は xon/xoff ハンドシェイクを使用しフロー制御をおこないます。(関連patch: 9.1.0384)
  • 9.1.0314: Vim9: クラス内で関数が定義できてしまっていた件を修正しました。
  • 9.1.0312: :four_leaf_clover::commandブロック内のheredocをサポートしました。(関連patch: 9.1.0313)
  • 9.1.0277: :four_leaf_clover:ハイライトグループMsgAreaを追加しました。コマンドラインのハイライトを設定します。

凡例

表記 意味
: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参照)

方針

こちらを参照。

3
1
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
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?