You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error detected while processing function vimside#scheduler#TimeTrigger:
line 17:
E15: Invalid expression: l:job1
It seems ensime is started as i can see _ensime_port file
Do you think for some of the tasks like swank polling, starting porcesses, scheduling, sexp parsing etc it makes sense to use python? I dont understand what all that viml is doing, Its really ugly, Sorry.
The text was updated successfully, but these errors were encountered:
What version of Vimside?
Was logging on?
What command was executing?
At line 17 there is the following:
call l:job1
not
l:job1
did you change the code?
On 03/19/2013 02:33 AM, kul wrote:
For vs i get,
Error detected while processing function vimside#scheduler#TimeTrigger:
line 17:
E15: Invalid expression: l:job1
Do you think for some of the tasks like swank polling, starting
porcesses it makes sense to use python? I dont understand what all that
viml is doing, Its really ugly, Sorry.
—
Reply to this email directly or view it on GitHub #16.
i just checked out from git. bleeding edge. i did not turn logging off explicitly while creating user_options.
And HOW are you reading the issue? i have already written a square brace around 1 in the issue.
Lastly no i did not change any code.
For vs i get,
It seems ensime is started as i can see _ensime_port file
Do you think for some of the tasks like swank polling, starting porcesses, scheduling, sexp parsing etc it makes sense to use python? I dont understand what all that viml is doing, Its really ugly, Sorry.
The text was updated successfully, but these errors were encountered: