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
Really, though, I want the args for Env *perc, not EnvGen *kr.
It looks as though it's just grabbing the first method of the given line of the text file. Unfortunately this means that using method highlighting enforces a particular way of formatting code.
The text was updated successfully, but these errors were encountered:
davidgranstrom
added a commit
to davidgranstrom/scvim-deprecated
that referenced
this issue
Nov 9, 2014
When my cursor is where it is below:
And I run
:call SCfindArgs()
, it gives me this:Really, though, I want the args for
Env *perc
, notEnvGen *kr
.It looks as though it's just grabbing the first method of the given line of the text file. Unfortunately this means that using method highlighting enforces a particular way of formatting code.
The text was updated successfully, but these errors were encountered: