Thursday, June 7, 2018

Re: Corrupt display when editing remotely via ssh

Norm,

I am seeing the same problem using vim on remote Linux systems and
displaying back to macOS running XQuartz (X11) server 2.7.11.

Thanks for the work-around. I made it a bit more permanent by adding these
statements to my ~/.vimrc file:

" Work-around for garbage/corrupt edit display back to
" macOS XQuartz (X11) server with newer vi/vim
if (&term == 'xterm')
set term=dummy
set term=xterm
endif

Any idea on the root cause of this problem? How to get it fixed?

Thanks.

Dick Riegner



--
Sent from: http://vim.1045645.n5.nabble.com/Vim-General-f1139531.html

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: