On So, 24 Jun 2018, Tony Mechelynck wrote:
> It doesn't even apply. Here are my lines 115-130 of that script,
I wonder why? I made the change against the repository version.
> _after_ applying the very latest runtime files update (which happened
> just before I had the problem):
>
> ----- start
> " outside of the syntax types and s_skip should keep its value so we skip
> any
> " matching pair inside the syntax types.
> execute 'if' s_skip '| let s_skip = 0 | endif'
>
> " Limit the search to lines visible in the window.
> let stoplinebottom = line('w$')
> let stoplinetop = line('w0')
> if i % 2 == 0
> let stopline = stoplinebottom
> else
> let stopline = stoplinetop
> endif
>
> " Limit the search time to 300 msec to avoid a hang on very long lines.
> " This fails when a timeout is not supported.
> ----- end
>
> So let's try putting quotes around the zero on my line 117, with no
> other change. Since that is inside single quotes, we'll use double
> quotes there.
> => the error disappears.
>
> I'll attach the diff.
There was another section `s:skip` which should probably be `s_skip='0'`
Best,
Christian
--
Nein, Papi, ich will meinen Spinat nicht essen!
Doch, Du Rotzlöffel! Iß den Spinat!!
Und wozu?
Damit Du groß und stark wirst!
Und wozu soll ich groß und stark werden?
Damit Du einmal Deine Kinder zwingen kannst, ihren Spinat zu essen!
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.