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
extra explanations
  • Loading branch information
koron committed Mar 31, 2017
commit 4159c1ba00492238eeee0d4aea63d1619f26d1d0
4 changes: 2 additions & 2 deletions _posts/vimmagazine/2017-03-31-vimmagazine.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ title: Vim Magazine 2017 年 3 月号
* 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.0420: `:make` コマンドの出力の文字コードを指定する `'makeencoding'` オプションが追加されました
Copy link
Member

Choose a reason for hiding this comment

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

重箱の隅をつつくようで申し訳ないですが、:make コマンド以外にも適用されるコマンドはあるようなので「:make コマンド」とぼかした方がいいかもしれません。
http://vim-jp.org/vimdoc-ja/options.html#'makeencoding'

Copy link
Member Author

Choose a reason for hiding this comment

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

(`・ω・´)ゞ ありがとうございます。もう1件とあわせて修正します。

* 8.0.0431: `'cinoptions'` オプションに C 言語の extern ブロックのインデントを調整するための `E` フラグが追加されました
* 8.0.0439: 引数リストが空の時の `:%argdel` がエラーにならなくなりました
* 8.0.0475: リモートサーバを開始するための関数 `remote_startserver()` が追加されました
* 8.0.0492: リモートサーバを操作する関数 `remote_expr()` 及び `remote_read()` にタイムアウトを指定できるようになりました
Expand Down