diff options
Diffstat (limited to 'vim/vimrc.tiny')
-rw-r--r-- | vim/vimrc.tiny | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vim/vimrc.tiny b/vim/vimrc.tiny deleted file mode 100644 index 890037a..0000000 --- a/vim/vimrc.tiny +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | " Vim configuration file, in effect when invoked as "vi". The aim of this | ||
2 | " configuration file is to provide a Vim environment as compatible with the | ||
3 | " original vi as possible. Note that ~/.vimrc configuration files as other | ||
4 | " configuration files in the runtimepath are still sourced. | ||
5 | " When Vim is invoked differently ("vim", "view", "evim", ...) this file is | ||
6 | " _not_ sourced; /etc/vim/vimrc and/or /etc/vim/gvimrc are. | ||
7 | |||
8 | " Debian system-wide default configuration Vim | ||
9 | set runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim82,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after | ||
10 | |||
11 | set compatible | ||
12 | |||
13 | " vim: set ft=vim: | ||