Tim Pope

Results 748 comments of Tim Pope

It's not a bad idea. Outside of `'number'` I am not sure it will get much use. And I really hate going down the `windo` rabbit hole. (You're a first...

What's your stance on the usefulness for other options? `cOn` is a bit awkward to type, so I'm wondering if we fudge things a bit and just always `windo` for...

We're probably going to need special casing anyways, as `:set number` in `:help` is almost never what you want.

The documentation is ambiguous, but try reading it with an emphasis on _the file_. If it lands on a directory, it descends to the first file inside of it, which...

I don't see a harm in trying, if you want to make a pull request.

You can't really count on `=`. It'll fuck shit up bad in a whitespace sensitive language like Python or Haml, and even in normal languages, indenting algorithms have bugs. The...

One thought I recently had is that we could remap `[f` in the `]f` in the quickfix window only.

`silent!` is fine but but it definitely shouldn't apply to the `fdm` dance. In fact by doing so you've missed the fact you have a syntax error that completely breaks...

Yes a `|` is missing. But point being there's no reason to embed all that inside a string eval to begin with.

Take your additions and move them _outside_ the quotes onto their own lines.