mode() and VREPLACE

2013-01-23 Fir de Conversatie Axel Bender
mode() (used in 'statusline') doesn't return Rv but R when entering Visual Replace Mode with gR. 'showmode' correctly displays VREPLACE. Using gvim 7.3.773 64-bit on Windows 7. -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are

Re: mode() and VREPLACE

2013-01-23 Fir de Conversatie Bram Moolenaar
Axel Bender wrote: mode() (used in 'statusline') doesn't return Rv but R when entering Visual Replace Mode with gR. 'showmode' correctly displays VREPLACE. Using gvim 7.3.773 64-bit on Windows 7. You need to use mode(1). For Virtual replace mode it then returns Rv. -- Proverb: A

Re: mode() and VREPLACE

2013-01-23 Fir de Conversatie Axel Bender
@Bram Thanks for the answer, and sorry for not having read the docs carefully enough! -- 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