Benct Philip Jonsson

Results 36 issues of Benct Philip Jonsson

In the announcement thread on pandoc-discuss I suggested to add these syntaxes: `````` {|underline|} {!strikeout!} {.small caps.} `````` @jgm asked me to open an issue here. I would very much...

As mentioned in #174 I (ab)use this plugin to edit Markdown pipe tables. When doing so I have noticed that ArrangeColumn gets confused by combining marks. It's actually quite trivial:...

(Apologies in advance if this is a duplicate. I could have sworn that I had raised this before but I can't find it now.) I'm using this plugin to edit...

I miss an operator for in-place appending an element to an array, e.g. ``````moon array #= item `````` as syntactic sugar for the common idioms ``````moon array[#array+1] = item table.insert...

Please consider these three expressions: 1. `@\foo bar, @baz` 2. `@foo bar, @baz` 3. `@.foo bar, @baz` Currently 1 and 2 both compile into `self:foo(bar, self.baz)` while 3 compiles into...

Is there a function similar to `debug.traceback` which does line number rewrite?

One thing I really like in Perl is hash slices, i.e. in Perl you can do this: `````perl my %map = (a => 'A', b => 'B', c => 'C',...

Currently `import` doesn't allow you to modify the names of imports, which means you can't use `import` if there is a risk for name clashes. With the Lua standard libs...

I have a problem with a somewhat evil snippet which looks like this: ``` python snippet "rlink(?:\s+\#([-\w]+)?)?\s+(\S+)(?:\s+(.*))?" "save an external reflink" r [${1:`!p snip.rv = reg_or(snip.v.text, reg_or(match.group(3), 'LINK_TEXT'))`}][`!p if not...

bug: low
triaged

Since I updated to perl-support version 5.3.2 I get lots of spurious warnings from some `use`d modules when running the perl-support syntax check: ``` vimL Pairwise.pm|26| Useless use of a...

bug
enhancement