You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to edit a query using \e in postgres, but upon savequitting :wq nothing happens. Running \p, which shows what the editor saved, just comes up with a blank line, or whatever I ran most recently in the cli. It seems likethe editor is not persisting whatsoever.
I've confirmed that if I remove the .vimrc installed by Janus, then the issue goes away.
Things get even weirder when I tried to dig deeper:
If I do \e then append to the file outside of vim, the issue still occurs.
This is probably best demonstrated by example, see here.
The text was updated successfully, but these errors were encountered:
Something in Janus is causing this issue:
I've confirmed that if I remove the
.vimrc
installed by Janus, then the issue goes away.Things get even weirder when I tried to dig deeper:
If I do
\e
then append to the file outside of vim, the issue still occurs.This is probably best demonstrated by example, see here.
The text was updated successfully, but these errors were encountered: