jordi_frei wrote: > I just installed the visincr script and it only works when I comment the > following two lines: > > source $VIMRUNTIME/mswin.vim > behave mswin > > When mswin is active the first line is changed instead of the selected > column > > The thing is that, I really need to use cntrl-C, cntrl-V... in windows > style. I am too much used to those commands and I am working with several > applications that use these commands. I am copying pasting things from > windows to vim and viceversa. > > Is there a way to use both mswin and visincr? > Hello!
Please try v21e of visincr which you can get from: http://www.drchip.org/astronaut/vim/index.html#VISINCR The problem was associated with set selection=exclusive (which :behave mswin sets). Visincr now works around that setting. Thank you for the report, Chip Campbell -- -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
