It's a type of Planche
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

8 行
111B

  1. syntax on
  2. " Set mouse to r or v instead of a as they're
  3. " more compatible
  4. if has('mouse')
  5. set mouse=r
  6. endif