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. |
:" Use this script to create the file "bugreport.txt", which contains :" information about the environment of a possible bug in Vim. :" :" Maintainer: Bram Moolenaar <Bram@vim.org> :" Last change: 2005 Jun 12 :" :" To use inside Vim: :" :so $VIMRUNTIME/bugreport.vim :" Or, from the command line: :" vim -s $VIMRUNTIME/bugreport.vim :" :" The "if 1" lines are to avoid error messages when expression evaluation is :" not compiled in. :" :if 1 : let more_save = &more :endif :set nomore :if has("unix") : !echo "uname -a" >bugreport.txt : !uname -a >>bugreport.txt :endif :redir >>bugreport.txt :version :if 1 : func <SID>CheckDir(n) : if isdirectory(a:n) : echo 'directory "' . a:n . '" exists' : else : echo 'directory "' . a:n . '" does NOT exist' : endif : endfun : func <SID>CheckFile(n) : if filereadable(a:n) : echo '"' . a:n . '" is readable' : else : echo '"' . a:n . '" is NOT readable' : endif : endfun : echo "--- Directories and Files ---" : echo '$VIM = "' . $VIM . '"' : call <SID>CheckDir($VIM) : echo '$VIMRUNTIME = "' . $VIMRUNTIME . '"' : call <SID>CheckDir($VIMRUNTIME) : call <SID>CheckFile(&helpfile) : call <SID>CheckFile(fnamemodify(&helpfile, ":h") . "/tags") : call <SID>CheckFile($VIMRUNTIME . "/menu.vim") : call <SID>CheckFile($VIMRUNTIME . "/filetype.vim") : call <SID>CheckFile($VIMRUNTIME . "/syntax/synload.vim") : delfun <SID>CheckDir : delfun <SID>CheckFile : echo "--- Scripts sourced ---" : scriptnames :endif :set all :set termcap :if has("autocmd") : au :endif :if 1 : echo "--- Normal/Visual mode mappings ---" :endif :map :if 1 : echo "--- Insert/Command-line mode mappings ---" :endif :map! :if 1 : echo "--- Abbreviations ---" :endif :ab :if 1 : echo "--- Highlighting ---" :endif :highlight :if 1 : echo "--- Variables ---" :endif :if 1 : let :endif :redir END :set more& :if 1 : let &more = more_save : unlet more_save :endif :e bugreport.txt
SILENT KILLER Tool