Hi all,
VIM 7.4-299 here.
Let's call "normal" the mode in which the terminal has scrollback buffer
and "alternate" the mode without scrollback buffer. The doc states:
For non-Windows Vim: You can set or reset the 't_ti' and 't_te'
options in your .vimrc. To disable restoring:
set t_ti= t_te=
The problem is VIM is already in alternate mode when it parses .vimrc so
when you exit it stays in that mode. In other words, unsetting `t_ti` is
effectively a no-op.
The result is after exiting VIM the scroll feature does not work
anymore. This affects every libvte based terminal (gnome-terminal,
xfce-terminal, roxterm, sakura ...).
Anyway you can avoid the switch to alternate mode by starting VIM with
`--cmd="set t_ti="`.
For more details here is the bug agaist libvte (I was thinking this was
a libvte issue):
https://bugzilla.gnome.org/show_bug.cgi?id=746767
Ciao.
--
Nicola
--
--
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.