LoginSignup
4
4

More than 5 years have passed since last update.

Vim起動時にE576が出る問題の直し方

Last updated at Posted at 2014-02-26

何らかの原因で、Vim起動時にこんなエラーが出たことはないでしょうか。

$ vim
E576: viminfo: Missing '>' in line: 9
E576: viminfo: Missing '>' in line: ^I+^I7^I2
E576: viminfo: Missing '>' in line: ^I+^I9^I34
E576: viminfo: Missing '>' in line: ^I+^I12^I39
E576: viminfo: Missing '>' in line: ^I+^I9^I8
Press ENTER or type command to continue

どうやらこれは~/.viminfoが何らかの原因で破損してしまったときに発生します。これを直すには.viminfoを削除すればOKです(^ω^)

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