Vim - How to identify plugin raising errors
Asked Answered
L

1

6

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.

Luteous answered 2/6, 2017 at 9:7 Comment(0)
B
9

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_....

Browband answered 2/6, 2017 at 9:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.