Trevor Stone

Results 21 issues of Trevor Stone

Using https://github.com/junegunn/vim-plug I have this plugin installed via `Plug 'editorconfig/editorconfig-vim'` When I run `:PlugUpgrade` I get the following error: ``` x editorconfig-vim: remote: Enumerating objects: 122, done. remote: Counting objects:...

need info

## Problem or new feature https://docs.raku.org/language/grammar_tutorial describes `regex`, `token`, and `rule` as follows: * Regex methods are slow but thorough, they will look back in the string and really try....

docs

### Is your feature request related to a problem? One of my tests is failing. The function reports possible problems using a logger that basically does `echomsg`. I would like...

enhancement

Documentation for `maktaba#function#Filter` says `This is like |filter|, except {func} may be any maktaba callable and a new list is created. Unlike the builtin filter() function, {list} WILL NOT be...

`maktaba#ensure#IsBool(v:true)` currently throws a WrongType exception because the type of `v:true` and `v:false` is boolean rather than number. It seems to me that boolean values should be handled as well....

Vim help syntax recognizes backtick-quoted strings as short code snippets. It doesn't show the backticks, and applies a highlight group. However, it appears to only recognize these quotes if they...

Vim 8.1.1310 added default values for function arguments, e.g. ```vim function Greet(greeting = 'hello') echo a:greeting 'world' endfunction ``` `vimdoc` currently parses this as a two-arg function with parameters `greeting`...

If a `.vim` script contains a line continuation comment (`:help line-continuation-comment`, [introduced in Vim 8.1.0369](https://github.com/vim/vim/commit/67f8ab829911c7901c534ef2bf19cc34b622936f)), `vimdoc` fails to parse it with an error like ``` Traceback (most recent call last):...

The [MacPorts](https://macports.org) distribution of `yabasic` fails in the configure step because `configure` can't find `libffi`. MacPorts installs everything in `/opt/local` and `ffi.h` in particular is in `/opt/local/lib/libffi-3.2.1/include`. I can get...

The default view at the top of the survey results is programming languages used in 2022. But the languages which aren't grouped into the "Other" bucket aren't the same as...

bug