LoginSignup
8
8

More than 5 years have passed since last update.

:wqのときはSyntasticのチェックをしないようにする

Last updated at Posted at 2015-02-18

問題

保存と同時にシンタックスチェックをしてくれるSyntasticですが、:wqZZ:xなどの、「保存と同時にVimを終了する」場合にも同様にチェックを行うため、(チェック結果は一瞬しか表示されない割りに)終了に時間がかかってしまいます。

解決方法

let g:syntastic_check_on_wq = 0

参考リンク

Don't call s:UpdateErrors on :wq · Issue #162 · scrooloose/syntastic

8
8
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
8
8