Package: vim-common Version: 2:8.0.0022-1 Severity: wishlist File: /etc/vim/vimrc Tags: patch
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Here is a patch to remove some obsolete comments from /etc/vim/vimrc. I have removed the lines that suggest the user enable things that have already been enabled by defaults.vim. - -- System Information: Debian Release: stretch/sid APT prefers testing-debug APT policy: (550, 'testing-debug'), (550, 'testing'), (520, 'unstable-debug'), (520, 'unstable'), (510, 'experimental-debug'), (510, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.7.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages vim-common depends on: ii xxd 2:8.0.0022-1 Versions of packages vim-common recommends: ii vim-gtk3 [vim] 2:8.0.0022-1 vim-common suggests no packages. - -- no debconf information -----BEGIN PGP SIGNATURE----- iQIvBAEBCAAZBQJYBnAqEhxzYW1Acm9ib3RzLm9yZy51awAKCRDSC0ICXNonuSpg D/9dYvnvYNgP+GnUUWMr/DJQSaR2ADLwsPYa5+/VKuONMh0B068PH2fgA4BNi6gP HABsIEKAMfkKKsQOwPZzv/tlcdwZXRMbEw124PVazcjt71iMn5iW3cyz72K1TE0K QvJ1UMqSgHVtqq51Ozji3KfGwXC+94dVE6d56T903Q+e3HUrcjh25J09rDDx0w9p 9Mb0helETrq6TwT/Rshid7/FvHw2CWUcbQY3J8pYc1yhpfyt1hP09NaYHYBWD9qa 0l4uD+nYLX7jK0XfGDTBklaQIX+RQUft2Oxhxz5EllJSfrh99GTogp4pSHwQ1rr0 Ni/sRCqoGExeVIUdjdybZ9QD0cjtsawkmJnSm5loUKvEw2vUoJK+qXN6+Zpekt6v UTPy3lO0zxXz67K3rIFtZUHTx7+JJmgSf0ApR5RSu38xbn38QaqYVWCzurcPoaEe WWSt2Sbzi+zeoaiz7EeAnvJSdw4httflnqvCJJ9NXkmNapHQ/d9ahlz7F6VAgRr0 TRKUOc8NrT9+zxL59cBo1C+pNxNvYfkOgDZ6km5CvFNf4RFkd9nXYE/F2nRE2C87 YQRFn86LNwjREKs6Asxah0mzCm0KS4MaXQhO3Xsy0+s0Q8WWsYXTwGrWuG7NGHV+ qnuUaoaIEvl7f4TAySiS/oA2k1pZKMXEZ9yBGtrbV5ABQQ== =xO5/ -----END PGP SIGNATURE-----
--- debian/runtime/vimrc.orig 2016-10-18 19:51:13.379015000 +0100 +++ debian/runtime/vimrc 2016-10-18 19:53:16.787015000 +0100 @@ -21,36 +21,17 @@ " options, so any other options should be set AFTER setting 'compatible'. "set compatible -" Vim5 and later versions support syntax highlighting. Uncommenting the next -" line enables syntax highlighting by default. -"syntax on - " If using a dark background within the editing area and syntax highlighting " turn on this option as well "set background=dark -" Uncomment the following to have Vim jump to the last position when -" reopening a file -"if has("autocmd") -" au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif -"endif - -" Uncomment the following to have Vim load indentation rules and plugins -" according to the detected filetype. -"if has("autocmd") -" filetype plugin indent on -"endif - " The following are commented out as they cause vim to behave a lot " differently from regular Vi. They are highly recommended though. -"set showcmd " Show (partial) command in status line. "set showmatch " Show matching brackets. "set ignorecase " Do case insensitive matching "set smartcase " Do smart case matching -"set incsearch " Incremental search "set autowrite " Automatically save before commands like :next and :make "set hidden " Hide buffers when they are abandoned -"set mouse=a " Enable mouse usage (all modes) " Source a global configuration file if available if filereadable("/etc/vim/vimrc.local")