Re: Bug: screen clearing doesn't work in xterm

2015-11-07 Fir de Conversatie Random832
John Little writes: > On Sunday, November 8, 2015 at 4:52:26 PM UTC+13, Random832 wrote: > >> "U+25BD WHITE DOWN-POINTING TRIANGLE" > > Well done, is all I can say. > > How do you start an xterm in non-utf8 mode? As far as I can tell, it's non-utf8 by default when it's started as xterm [not ux

Re: Bug: screen clearing doesn't work in xterm

2015-11-07 Fir de Conversatie John Little
On Sunday, November 8, 2015 at 4:52:26 PM UTC+13, Random832 wrote: > "U+25BD WHITE DOWN-POINTING TRIANGLE" Well done, is all I can say. How do you start an xterm in non-utf8 mode? If I reset my locale to C and start an xterm then vim, vim uses latin1 and only the bd byte is output. IMO, the

Re: Bug: screen clearing doesn't work in xterm

2015-11-07 Fir de Conversatie John Little
Note also that you can add a full reset when vim starts by putting the following in your .vimrc: let &t_ti = "\ec" . &t_ti I haven't tested that much though. It messes with the "alternate screen" handling. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type yo

Re: Bug: screen clearing doesn't work in xterm

2015-11-07 Fir de Conversatie Random832
John Little writes: > On Sunday, November 8, 2015 at 12:03:49 PM UTC+13, Random832 wrote: >> When running in xterm (a real xterm, not any other terminal reporting >> itself as "xterm") with TERM set to xterm, Vim puts the terminal in a >> state where the screen clearing commands \e[K and \e[J do

Re: Bug: screen clearing doesn't work in xterm

2015-11-07 Fir de Conversatie John Little
On Sunday, November 8, 2015 at 12:03:49 PM UTC+13, Random832 wrote: > When running in xterm (a real xterm, not any other terminal reporting > itself as "xterm") with TERM set to xterm, Vim puts the terminal in a > state where the screen clearing commands \e[K and \e[J do not work Are you sure it's

Re: Bug: screen clearing doesn't work in xterm

2015-11-07 Fir de Conversatie h_east
Hi, 2015-11-8(Sun) 8:03:49 UTC+9 Random832: > When running in xterm (a real xterm, not any other terminal reporting > itself as "xterm") with TERM set to xterm, Vim puts the terminal in a > state where the screen clearing commands \e[K and \e[J do not work > (resulting in many artifacts where text

Re: Bug: screen clearing doesn't work in xterm

2015-11-07 Fir de Conversatie Gary Johnson
On 2015-11-07, Random832 wrote: > When running in xterm (a real xterm, not any other terminal reporting > itself as "xterm") with TERM set to xterm, Vim puts the terminal in a > state where the screen clearing commands \e[K and \e[J do not work > (resulting in many artifacts where text that Vim att

Bug: screen clearing doesn't work in xterm

2015-11-07 Fir de Conversatie Random832
When running in xterm (a real xterm, not any other terminal reporting itself as "xterm") with TERM set to xterm, Vim puts the terminal in a state where the screen clearing commands \e[K and \e[J do not work (resulting in many artifacts where text that Vim attempted to clear remains on the screen).

Re: cpp.vim: add nullptr_t for C++11

2015-11-07 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > One more please. > > https://github.com/vim-jp/vim-cpp/commit/bc7fe9e3ead0be6a6fe3a8f2871b454051365337.patch > > This separate inline/final/virtual/explicit/export/override as cppModifier. Thanks, I'll include it. -- Warning label on a superhero Halloween costume:

Re: [bug] parsing :command

2015-11-07 Fir de Conversatie LCD 47
On 7 November 2015, thinca wrote: > command! -bar F call F() > > See :help :command-bar Ah, I missed that. Sorry for the noise then. /lcd -- -- 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 inform

Re: [bug] parsing :command

2015-11-07 Fir de Conversatie thinca
command! -bar F call F() See :help :command-bar Regards, -- thinca -- -- 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 bec