On Wednesday, September 23, 2015 at 10:04:29 AM UTC-5, jordi 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? >
What part of visincr are you using? If you only use it for numbers (and not dates, day names, etc.) that is now built into the latest Vim with the g_CTRL-A/g_CTRL-X commands. -- -- 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.
