Current Path: > > > usr > share > vim > vim80 >
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 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
autoload | Directory | - | - | |
colors | Directory | - | - | |
compiler | Directory | - | - | |
doc | Directory | - | - | |
ftplugin | Directory | - | - | |
indent | Directory | - | - | |
keymap | Directory | - | - | |
lang | Directory | - | - | |
macros | Directory | - | - | |
pack | Directory | - | - | |
plugin | Directory | - | - | |
Directory | - | - | ||
spell | Directory | - | - | |
syntax | Directory | - | - | |
tutor | Directory | - | - | |
bugreport.vim | File | 1955 bytes | August 02 2022 16:56:59. | |
defaults.vim | File | 4120 bytes | August 02 2022 16:56:59. | |
delmenu.vim | File | 645 bytes | August 02 2022 16:56:59. | |
evim.vim | File | 2248 bytes | August 02 2022 16:56:59. | |
filetype.vim | File | 56142 bytes | August 02 2022 16:56:59. | |
ftoff.vim | File | 280 bytes | August 02 2022 16:56:59. | |
ftplugin.vim | File | 971 bytes | August 02 2022 16:56:59. | |
ftplugof.vim | File | 337 bytes | August 02 2022 16:56:59. | |
gvimrc_example.vim | File | 1599 bytes | August 02 2022 16:56:59. | |
indent.vim | File | 767 bytes | August 02 2022 16:56:59. | |
indoff.vim | File | 282 bytes | August 02 2022 16:56:59. | |
menu.vim | File | 39461 bytes | August 02 2022 16:56:59. | |
mswin.vim | File | 3399 bytes | August 02 2022 16:56:59. | |
optwin.vim | File | 59720 bytes | August 02 2022 16:56:59. | |
rgb.txt | File | 17780 bytes | August 02 2022 16:56:59. | |
scripts.vim | File | 11174 bytes | August 02 2022 16:56:59. | |
synmenu.vim | File | 36975 bytes | August 02 2022 16:56:59. | |
vimrc_example.vim | File | 1491 bytes | August 02 2022 16:56:59. |
" Vim support file to switch on loading plugins for file types " " Maintainer: Bram Moolenaar <Bram@vim.org> " Last change: 2006 Apr 30 if exists("did_load_ftplugin") finish endif let did_load_ftplugin = 1 augroup filetypeplugin au FileType * call s:LoadFTPlugin() func! s:LoadFTPlugin() if exists("b:undo_ftplugin") exe b:undo_ftplugin unlet! b:undo_ftplugin b:did_ftplugin endif let s = expand("<amatch>") if s != "" if &cpo =~# "S" && exists("b:did_ftplugin") " In compatible mode options are reset to the global values, need to " set the local values also when a plugin was already used. unlet b:did_ftplugin endif " When there is a dot it is used to separate filetype names. Thus for " "aaa.bbb" load "aaa" and then "bbb". for name in split(s, '\.') exe 'runtime! ftplugin/' . name . '.vim ftplugin/' . name . '_*.vim ftplugin/' . name . '/*.vim' endfor endif endfunc augroup END
SILENT KILLER Tool