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
The text was updated successfully, but these errors were encountered:
cleary
changed the title
g:tidal_paste_file is ignored for neovim built in termg:tidal_paste_file is ignored for neovim (using builtin terminal)
Dec 17, 2023
cleary
changed the title
g:tidal_paste_file is ignored for neovim (using builtin terminal)g:tidal_paste_file is ignored for neovim/vim8 (using builtin terminal)
Dec 17, 2023
I wanted to write my evals to a text file (using neovim), and found this handy feature had already been implemented... except it didn't work
Dug through the code, found it was implemented for tmux:
But that is not called for neovim:
Simply adding the line gets it working, but obviously that needs some var checking etc, so logging it as an issue rather than a pull request
The text was updated successfully, but these errors were encountered: