Tim Pope

Results 754 comments of Tim Pope

I confused myself, meant to say that's how I want it implemented, as I elaborate on in #48.

I like this idea. My first instinct is to double down on the `:help` aspect and invoke `:help` on the underlying map (presumably a `` map) rather than dumping raw...

I should add that for my own plugins, I am terrible about documenting `` maps, but this is a strong incentive to change that. In the case that no topic...

> 1. `:Vedit` and pals needed to issue a `doautocmd QuickFixCmdPost` after calling `setloclist` I'll accept the `doautocmd`, but scriptease.vim needs to run on versions of Vim older than ``....

Now that I think about it ... let's keep `` but wrap the each `doau` in a `if v:version >= 704`. So we get reduced functionality on old Vim versions...

Unclear. Try to pinpoint how exactly it causes it to fail.

If you want to do it right, [the incantation in Projectionist](https://github.com/tpope/vim-projectionist/blob/94001f00825c36fab63b9f3ca47a204111e561a2/plugin/projectionist.vim#L107-L126) is the way to go. I don't understand how vim-qf would know to use `:lopen` and not `:copen` since...

Looks like you're doing [an equality check](https://github.com/romainl/vim-qf/pull/91/files#diff-1810c00977e66bcfb46b7d500b3aa6e1R65), which means if you run the same quickfix command twice in a row, the second time, it will open the location list rather...

Are `f` suffixes new? I've never seen one.

I've enabled the wiki. If anyone wants to throw a list up there I'll link to it from the README.