On 28-May-2010, at 00:02, Bernhard Walle wrote:
> 
>> if !has("gui_macvim")
>>  vnoremap <C-X> "+x
>>  vnoremap <C-C> "+y
>>  imap <C-V>    "+gP
>>  cmap <C-V>    <C-R>+
>> 
>>  " Pasting blockwise and linewise selections is not possible in Insert and
>>  " Visual mode without the +virtualedit feature.  They are pasted as if they
>>  " were characterwise instead.
>>  " Uses the paste.vim autoload script.
>> 
>>  exe 'inoremap <script> <C-V>' paste#paste_cmd['i']
>>  exe 'vnoremap <script> <C-V>' paste#paste_cmd['v']
>> 
>>  " Use CTRL-Q to do what CTRL-V used to do
>>  noremap <C-Q>   <C-V>
>> endif

Someone want to explain to me what this means (syntax-wise)?

I got that the " lines are comments…

-- 
"In order to avoid being called a flirt, she always yielded easily."
Charles, Count Talleyrand

-- 
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

Reply via email to