Benct Philip Jonsson

Results 124 comments of Benct Philip Jonsson

Some thoughts: 1. It should use `table.pack(...)` rather than `{...}` so that one gets a chance to use a `for i=1, opt.n` loop so as to both keep track of...

Before perl 5.20 key—value slices weren't supported, so you had to use a function. That's still true for modules which want to support earlier versions.

``````css /*** fake small-caps to overcome bug ***/ .sc, .smallcaps, .small-caps { /* font-variant: small-caps; */ text-transform: uppercase; font-size: 75%; } /* force uppercase inside faked small-caps: Caesar */ .scu...

@seletskiy: Thanks for looking into this so quickly! > @bpj: Thanks for the good example of using UltiSnips! Thanks. IMO it's at risk of going over the top, but as...

@seletskiy I have found a possible condition for this happening: when a tabstop text uses the text of an earlier tabstop and the default text of the earlier tabstop was...

@seletskiy: same scenario as above, not *using* the earlier tabstop text but the junk still appears if the earlier tabstop is left unmodified. Both tabstops use the same buffer variable...

I don't even have a clear idea what triggers it. It seems a bit random. Den sön 1 apr 2018 22:45Holger Rapp skrev: > I played around with both examples...

Any idea what triggers it specifically?

Well it would at least be good to know what to avoid more specifically. I have tried probing it but it's hard to see what exactly is triggering it. Den...

@jgm : > at the price of verbosity and English-language keywords I hope both will be avoided!