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 just had vim-slime installed and created tmux window with vim in top pane and mysql in bottom pane before I tried C-c C-c from within vim pane to execute mysql statement in mysql pane. It would just froze. I had to kill vim process every time. :(
ps: yes, i did get a prompt to go with default session with current window but with :1 for the bottom pane.
The text was updated successfully, but these errors were encountered:
There was a slight change of code yesterday (or the day before). By default, tmux's STDIN would be used. There's also the possibility of going through a tempfile if you set g:slime_paste_file.
Which one are you using? Could you try both?
What happens if you don't it manually on the command-line?
I did not have have slime_paste_file set so I suppose it uses STDIN by default. When I use slime_paste_file, it does not freeze. What does it mean? What exactly happened? Thanks for your work!
I just had vim-slime installed and created tmux window with vim in top pane and mysql in bottom pane before I tried C-c C-c from within vim pane to execute mysql statement in mysql pane. It would just froze. I had to kill vim process every time. :(
ps: yes, i did get a prompt to go with default session with current window but with :1 for the bottom pane.
The text was updated successfully, but these errors were encountered: