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
Prev Previous commit
Next Next commit
catch up new features until 8.0.0484
with some nuance modifications
  • Loading branch information
koron committed Mar 19, 2017
commit 1b51907202c1c5eaa620eace856b4412ff1b9cd8
3 changes: 2 additions & 1 deletion _posts/vimmagazine/2017-03-31-vimmagazine.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ title: Vim Magazine 2017 年 3 月号

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

* 8.0.0393: 同じタグが複数存在する場合にその順序を保証するようになりました
* 8.0.0393: タグサーチにおいて同じタグが複数見つかった場合に、タグファイル中での順番で候補を表示するようになりました
* 8.0.0394: 水平スクロール時のタブ文字が正しく整列するようになりました
* 8.0.0396: バルーンの内容を非同的に更新するために `balloon_show()` 関数が追加されました
* 8.0.0402: `:map` 入力中の補完候補に `<special>` が追加されました
Expand All @@ -20,6 +20,7 @@ title: Vim Magazine 2017 年 3 月号
* 8.0.0420: `'makeencoding'` オプションが追加されました
* 8.0.0431: `'cinoptions'` オプションに新たに `E` フラグが追加されました
* 8.0.0439: 引数リストが空の時の `:%argdel` がエラーにならなくなりました
* 8.0.0475: リモートサーバを開始するための関数 `remote_startserver()` が追加されました
* ランタイムの更新
* ファイルタイプ tmux が追加されました

Expand Down