-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Everytime I open vim for a new clj file i see this error:
Error detected while processing function parinfer#process_form[2]..Select_full_form:
line 38:
E605: Exception not caught: No top-level form found!
And also everytime I try to enter any text except if it's ( or I have ( as first character of the file.
I tried to comment lines 49-51 and error is now gone. What's wrong? Should I do something else instead? 'Cuz I know I shouldn't remove the error message to get rid of problem 😀
Lines 49-91:
49 if topline == 0
50 throw 'No top-level form found!'
51 endif
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels