Hirohito Higashi wrote: > 2017-8-24(Thu) 0:43:18 UTC+9 h_east: > > Hi Marcus and All, > > > > 2017-8-23(Wed) 21:09:33 UTC+9 Marcus Karpoff: > > > I ran into this and figured it was somesort of bug with plugins that I > > > have installed. It happens on both ubuntu 16.04 and on WSL. > > > > > > I also encountered the same issue. > > This issue has occurred from Vim 8.0.0973. > > > > My env: > > Vim on fedora 25 via PuTTY 0.70 on Windows 10 (64bit) > > > > Remarks: > > It does not happen if the terminal-emulator is GNOME-terminal or Tera Term. > > Additional notes: > > :echo $TERM > xterm-256color
This is the usual problem of setting 'term' to "xterm", while the terminal is not actually xterm compatible. You have to set 'term' to the right value. -- hundred-and-one symptoms of being an internet addict: 9. All your daydreaming is preoccupied with getting a faster connection to the net: 28.8...ISDN...cable modem...T1...T3. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" 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_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
