netei

Results 7 issues of netei

Probably closely related to https://github.com/bogado/file-line/issues/63 Here is a minimal .vimrc to reproduce : ``` set nocompatible syntax enable set hidden call plug#begin() Plug 'ydeweerdt/file-line' call plug#end() ``` Then open two...

``` var s2 = { "schedules": [{"m":[0,15,30,45],s:0}], "exceptions":[] }; var n1 = later.schedule(s2).isValid(); var n2 = later.schedule(s2).next(10); console.log(n1); console.log(n2); ``` outputs : ``` true [ undefined, undefined, undefined, undefined, undefined,...

Hi, I really like this small utility, using it mainly to convert text into branch names. However, I have a small pain point which I think other users may have...

Hi, whenever I have the following code: ``` [x]var b = new A(); ``` `[x]` is the cursor and if I start writing the following macro: `qq0fnDopkJ` (which is a...

I've been trying to log some objects that are very deep, but I'm actually not interested in the full object, just the parts that are not at a too big...

It would be great if filters were using a specific url. For example, If you filter all the cards that have the label "todo", it would rewrite the url to...

Feature:Filters