diff options
Diffstat (limited to 'runtime/autoload/paste.vim')
-rw-r--r-- | runtime/autoload/paste.vim | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/runtime/autoload/paste.vim b/runtime/autoload/paste.vim index 435c5e623..a61cec64f 100644 --- a/runtime/autoload/paste.vim +++ b/runtime/autoload/paste.vim @@ -1,6 +1,6 @@ " Vim support file to help with paste mappings and menus " Maintainer: Bram Moolenaar <Bram@vim.org> -" Last Change: 2006 Mar 09 +" Last Change: 2006 Apr 21 " Define the string to use for items that are present both in Edit, Popup and " Toolbar menu. Also used in mswin.vim and macmap.vim. @@ -33,7 +33,3 @@ else let paste#paste_cmd['v'] = '"-c<Esc>gix<Esc>' . paste#paste_cmd['n'] . '"_x' let paste#paste_cmd['i'] = 'x<Esc>' . paste#paste_cmd['n'] . '"_s' endif - -if has("virtualedit") -else -endif |