SILENT KILLERPanel

Current Path: > > usr > share > vim > vim80 > autoload


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/share/vim/vim80/autoload

NameTypeSizeLast ModifiedActions
dist Directory - -
xml Directory - -
README.txt File 773 bytes August 02 2022 16:56:59.
ada.vim File 22567 bytes August 02 2022 16:56:59.
adacomplete.vim File 3669 bytes August 02 2022 16:56:59.
ccomplete.vim File 17028 bytes August 02 2022 16:56:59.
clojurecomplete.vim File 8029 bytes August 02 2022 16:56:59.
context.vim File 5462 bytes August 02 2022 16:56:59.
contextcomplete.vim File 656 bytes August 02 2022 16:56:59.
csscomplete.vim File 43193 bytes August 02 2022 16:56:59.
decada.vim File 2998 bytes August 02 2022 16:56:59.
getscript.vim File 24865 bytes August 02 2022 16:56:59.
gnat.vim File 5331 bytes August 02 2022 16:56:59.
gzip.vim File 6413 bytes August 02 2022 16:56:59.
htmlcomplete.vim File 25450 bytes August 02 2022 16:56:59.
javascriptcomplete.vim File 27028 bytes August 02 2022 16:56:59.
netrw.vim File 532173 bytes August 02 2022 16:56:59.
netrwFileHandlers.vim File 10143 bytes August 02 2022 16:56:59.
netrwSettings.vim File 10203 bytes August 02 2022 16:56:59.
netrw_gitignore.vim File 3119 bytes August 02 2022 16:56:59.
paste.vim File 1209 bytes August 02 2022 16:56:59.
phpcomplete.vim File 352352 bytes August 02 2022 16:56:59.
python3complete.vim File 21571 bytes August 02 2022 16:56:59.
pythoncomplete.vim File 22047 bytes August 02 2022 16:56:59.
rubycomplete.vim File 24361 bytes August 02 2022 16:56:59.
rust.vim File 10463 bytes August 02 2022 16:56:59.
rustfmt.vim File 2990 bytes August 02 2022 16:56:59.
spellfile.vim File 6217 bytes August 02 2022 16:56:59.
sqlcomplete.vim File 39188 bytes August 02 2022 16:56:59.
syntaxcomplete.vim File 31270 bytes August 02 2022 16:56:59.
tar.vim File 22090 bytes August 02 2022 16:56:59.
tohtml.vim File 32077 bytes August 02 2022 16:56:59.
vimball.vim File 24331 bytes August 02 2022 16:56:59.
xmlcomplete.vim File 14939 bytes August 02 2022 16:56:59.
zip.vim File 14639 bytes August 02 2022 16:56:59.

Reading File: //usr/share/vim/vim80/autoload/paste.vim

" Vim support file to help with paste mappings and menus
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last Change:	2017 Aug 30

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

" 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.  Add to that some tricks to leave the cursor in
" the right position, also for "gi".
if has("virtualedit")
  let paste#paste_cmd = {'n': ":call paste#Paste()<CR>"}
  let paste#paste_cmd['v'] = '"-c<Esc>' . paste#paste_cmd['n']
  let paste#paste_cmd['i'] = "\<c-\>\<c-o>\"+gP"

  func! paste#Paste()
    let ove = &ve
    set ve=all
    normal! `^
    if @+ != ''
      normal! "+gP
    endif
    let c = col(".")
    normal! i
    if col(".") < c	" compensate for i<ESC> moving the cursor left
      normal! l
    endif
    let &ve = ove
  endfunc
else
  let paste#paste_cmd = {'n': "\"=@+.'xy'<CR>gPFx\"_2x"}
  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

SILENT KILLER Tool