5

As per the title, is there any way to know which vim plugin is raising error messages (apart from disabling/enabling one by one of course)? I'm continuously getting the error message below

Error detected while processing function <SNR>59_clear:
line    2:
E803: ID not found: 4

but I'm not able to figure out which plugin is broken.

tigerjack
  • 1,158
  • 3
  • 21
  • 39

1 Answers1

8

Run the :scriptnames command, and look to the line prefixed with 59: it will give you the actual script which is referred by <SNR>59_....

yolenoyer
  • 8,797
  • 2
  • 27
  • 61