Tim Pope

Results 748 comments of Tim Pope

If the statusline indicator is working, my only guess would be you have `paste` mode enabled. Try `:set nopaste`.

Hesitant to stomp on other use cases to solve an edge case. But maybe fall back to looking for `package.json`?

The intention is to only handle the Node case, and stay out of the way for other environments. For example, the Rails asset pipeline has a different set of extensions...

I'm not sure what you're referring to with `../path`.

That first one looks strange; can you confirm it's as expected?

That path is a bit too short to actually see any gems. Check `:echo &path` (or more readable, `:echo pathogen#split(&path)`) instead.

Whoa, weird. Looks like it might be an issue with `setpos()`. Not sure off the top of my head a good way to work around it.

I feel like it's a Vim bug. It's probably possible to work around if someone wants to investigate.

That's the opposite of what I would expect to happen. Check `:nmap c` and see if anything surprising is in there.

You're not passing `-buffer`?