D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /libx32/../share/snapd/../locale/ia/../../doc/info/../libroken18-heimdal/../usbmuxd/../liberror-perl/../grub2-common/../libjpeg8/../php7.4-mysql/../gnupg/../python3-apt/../netplan.io/../wget/../libcurl3-gnutls/../libthai-data/../python3-six/../screen/../maria/../libxaw7/../libunwind8/../python3/../libxslt1.1/../libtool/../libncursesw6/../libgvpr2/../libatasmart4/../debianutils/../libfdisk1/../gcc-9/../dbus/../libgd3/../dash/../vim-tiny/../libxtables12/../libmpc3/../rsync/../zlib1g/../fuse/../modemmanager/../librtmp1/../mawk/../python3-setuptools/../libedit2/../libfwupdplugin5/../libpopt0/../udev/../python3-configobj/../libnl-3-200/../php5.6-readline/../udisks2/../vim-common/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : //libx32/../share/snapd/../locale/ia/../../doc/info/../libroken18-heimdal/../usbmuxd/../liberror-perl/../grub2-common/../libjpeg8/../php7.4-mysql/../gnupg/../python3-apt/../netplan.io/../wget/../libcurl3-gnutls/../libthai-data/../python3-six/../screen/../maria/../libxaw7/../libunwind8/../python3/../libxslt1.1/../libtool/../libncursesw6/../libgvpr2/../libatasmart4/../debianutils/../libfdisk1/../gcc-9/../dbus/../libgd3/../dash/../vim-tiny/../libxtables12/../libmpc3/../rsync/../zlib1g/../fuse/../modemmanager/../librtmp1/../mawk/../python3-setuptools/../libedit2/../libfwupdplugin5/../libpopt0/../udev/../python3-configobj/../libnl-3-200/../php5.6-readline/../udisks2/../vim-common/README.Debian
Vim for Debian
---------------

1. The current Debian Vim scripts policy can be found in the vim-doc package
   under /usr/share/doc/vim-common and
   <http://pkg-vim.alioth.debian.org/vim-policy.html/>.

2. Before reporting bugs, check if the bug also exists if you run vim
   with "vim -u NONE -U NONE". If not, make sure that the "bug" is not
   a result of a setting in your ~/.vimrc before reporting it.

 -- Stefano Zacchiroli <zack@debian.org>   Mon, 10 Apr 2006 09:59:41 -0400

MzScheme Vim variant
--------------------

As requested by the current MzScheme maintainer (Ari Pollak <ari@debian.org>),
a vim-mzscheme variant is not being built.  The reasons stated are as follows:

  1) MzScheme does not build on many of Debian's supported architectures.

  2) The MzScheme package is not versioned based on the library.

  3) The MzScheme ABI changes with every upstream version.

 -- James Vega <jamessan@debian.org> Mon, 10  Apr  2006  09:48:25  -0400

Modeline support disabled by default
------------------------------------

Modelines have historically been a source of security/resource vulnerabilities
and are therefore disabled by default in $VIMRUNTIME/debian.vim.

You can enable them in ~/.vimrc or /etc/vim/vimrc with "set modeline".

In order to mimic Vim's default setting (modelines disabled when root, enabled
otherwise), you may instead want to use the following snippet:

  if $USER != 'root'
    set modeline
  else
    set nomodeline
  endif

The securemodelines script from vim.org (and in the vim-scripts package) may
also be of interest as it provides a way to whitelist exactly which options
may be set from a modeline.

 -- James Vega <jamessan@debian.org>  Sun, 04 May 2008 03:11:51 -0400

AnonSec - 2021 | Recode By D7net