Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Update ftplugin/javascript/jslint.vim #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

will-v-king
Copy link

Error detected while processing function 18_JSLintUpdate..18_GetJSLintMessage:
line 15:
E121: Undefined variable: b:showing_message
E15: Invalid expression: b:showing_message == 1

I can not execute :JSLintUpdate in vim without this error above, so I declare/define b:showing_message inside s:GetJSLintMessage

Error detected while processing function <SNR>18_JSLintUpdate..<SNR>18_GetJSLintMessage:
line   15:
E121: Undefined variable: b:showing_message
E15: Invalid expression: b:showing_message == 1

I can not execute :JSLintUpdate in vim without this error above, so I declare/define b:showing_message inside s:GetJSLintMessage
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant