4
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?

More than 3 years have passed since last update.

Vim patchダイジェスト [2021/03]

Last updated at Posted at 2021-04-30

Vimのリリースされたpatchの説明です。
(8.2.25608.2.2681)
新機能、大幅な仕様変更には、:four_leaf_clover:が付いています。
Vim9 scriptの実装/仕様変更/不具合修正も頻繁におこなわれています。

  • runtimeファイル更新: Todo更新。helpファイル更新。他。
  • 8.2.2675: :four_leaf_clover:'autoshelldir'を追加しました。オンの場合、端末ウィンドウで実行されているシェルのディレクトリを変更するたびに、Vimはカレントディレクトリを変更します。(関連patch: 8.2.2676, 8.2.2678)
  • 8.2.2667: :four_leaf_clover:prop_find()の第1引数{props}にエントリー'both'を追加しました。このエントリーに1を指定した場合は、'id''type'の両方に一致するテキストプロパティを検索します。
  • 8.2.2662: :four_leaf_clover:起動引数に--not-a-termが指定された場合はエスケープシーケンスを抑制するようにしました。
  • 8.2.2658: :four_leaf_clover::forが文字列引数を受け付けるようにし、文字単位で繰り返し処理ができるようにしました。(関連patch: 8.2.2659, 8.2.2661, 8.2.2736)
  • 8.2.2638: :four_leaf_clover::echoconsoleを追加しました。テスト用です。
  • 8.2.2634: :four_leaf_clover:'tagfunc'に指定する関数の第2引数{flags}に'r'フラグ指定を追加しました。指定時は第1引数{pattern}がタグ検索パターンとして解釈されます。
  • 8.2.2607: :four_leaf_clover:strcharpart()に第4引数{skipcc}を追加しました。1を指定した場合は合成文字を無視します。
  • 8.2.2606: :four_leaf_clover:strcharlen()を追加しました。引数の文字列長を返します。strchars()と異なり、合成文字を無視します。
  • 8.2.2598: :four_leaf_clover:Vim9: Vim9 script内では:openを非サポートとしました。
  • runtimeファイル更新: Todo更新。helpファイル更新。他。
  • 8.2.2563: :four_leaf_clover:'fillchars'にマルチバイト文字を指定できるようにしました。(関連patch: 8.2.2633)
  • 8.2.2560: 'winminheight'の設定に'tabline'が考慮されていない件を修正しました。

凡例

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

方針

こちらを参照。

4
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
4
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?