Skip to content

Vim Magazine 2017年3月号 #240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Mar 31, 2017
9 changes: 9 additions & 0 deletions _posts/vimmagazine/2017-03-31-vimmagazine.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,18 @@ title: Vim Magazine 2017 年 3 月号

## 今月の新機能

今月の新機能及びユーザーに影響のある変更は以下のとおりです。

* 8.0.0393: 同じタグが複数存在する場合にその順序を保証するようになりました
* 8.0.0394: 水平スクロール時のタブ文字が正しく整列数量になりました
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

「数量」->「するよう」?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx!

* 8.0.0396: バルーンの内容を非同的に更新するために `balloon_show()` 関数が追加されました
* 8.0.0402: `:map` 入力中の補完候補に `<special>` が追加されました
* 8.0.0405: `v:progpath` がフルパスに変更されました
* 8.0.0411: メニュー翻訳である `menutranslate` が `{english}` の大文字小文字を無視するようになりました
* 8.0.0420: `'makeencoding'` オプションが追加されました
* 8.0.0431: `'cinoptions'` オプションに新たに `E` フラグが追加されました
* 8.0.0439: 引数リストが空の時の `:%argdel` がエラーにならなくなりました
* ランタイムの更新
* ファイルタイプ tmux が追加されました

## Vimに関する脆弱性