Tim Pope

Results 754 comments of Tim Pope

Meaning what, exactly? We certainly can't persist the exact state of a running shell.

Seems like this should be implemented Neovim side? Neovim is generating the session, we're just managing how it happens.

Did you even try this? `E795: Cannot delete variable v:this_session`

The initial reason for disabling options was because `path` and `tags` were getting truncated to 4096 characters. That's what I mean by "mangling." Beyond that, I don't understand your use...

I do, with a lot of help from plugins. In JVM projects I use [classpath.vim](/tpope/vim-classpath), for example, while Ruby projects get handled by some combination of [vim-ruby](/vim-ruby/vim-ruby), [rails.vim](/tpope/vim-rails), and [bundler.vim](/tpope/vim-bundler)....

I think that's a pretty good heuristic, and probably not too hard to automate. One place this doesn't work so well is libraries installed by a package manager. CtrlP has...

Can't unlet it but could set it to an empty string. My thinking was that leaving it set would be useful in case you later want to recreate it, but...

I can't dig into this now, but I think you're correct in blaming `pathogen#join()`. A tweak to the escape in the innermost `while` is probably all that's needed. Take a...

It's in an issue tracker, but you already knew that. And yes, I asked for those values because they would be helpful.

I don't see any UNC paths in there. Is this even the same issue? On Fri, May 30, 2014 at 5:03 AM, padraic [email protected] wrote: > :set runtimepath? > runtimepath=X:\vimfiles,X:\vimfiles\bundle\vim-kolor,C:\Program...