On 2012-07-23, char101 wrote:
> Hi,
>
> There is a missing space in mswin.vim line 48:
>
> exe 'vnoremap <script> <C-V>' . paste#paste_cmd['v']
>
> It should be:
>
> exe 'vnoremap <script> <C-V> ' . paste#paste_cmd['v']
>
> Thanks.
My copy of mswin.vim, as of Vim 7.3.584, has
exe 'vnoremap <script> <C-V>' paste#paste_cmd['v']
Note that there is no space but there is also no period, which is
correct. See
:help :exe
Regards,
Gary
--
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