David Barnett

Results 409 comments of David Barnett

Sounds fine as a workaround. Is it possible to make this less brittle? I don't understand where the decoding problem arises, but it seems like python should have enough context...

Hahaha imagine that! What errors have you seen from the scripts so far?

I suspect what's happening here is that we're calling the periodic ":mksession" command before vim finishes processing the session the first time, and clobber the session file it's reading.

a8-argparse-require-in-py2.7.patch: https://abominade.googlecode.com/issues/attachment?aid=260001000&name=a8-argparse-require-in-py2.7.patch&token=yyhVnmFoeneHf2ugZ6pelqLM13o%3A1391210418967

Previous cases of this problem were fixed in df8a2bb758 and 883c1c0bbf. It's just yet another mode we need to detect and block vim from saving session.

Looks like Terminator, which also uses vte, has the same issue: https://bugs.launchpad.net/terminator/+bug/885606 The workaround there works for me: ``` cd /usr/lib sudo ln -s libvte9 vte ```

Looks like confirm on close was previously requested in #147.

That looks awesome! I created #60 for the concrete task so there's one obvious place to discuss the plan since it relates to quite a few issues here.

IIUC the refactor is done now, and PWA would be cool to have. Before the refactor it would have been an awful experience in practice with broken drag-and-drop, etc.