aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-12-28 15:15:07 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-12-28 15:15:07 +0100
commit14b0ca23f0f4b533299bc2881c6dab5537999652 (patch)
tree1d7ea29d345c53fc3e4849c24049198d031f7286
parent3f6d8dad6284e50c77e51d35a730f52b46f0ddb5 (diff)
downloaddotfiles-14b0ca23f0f4b533299bc2881c6dab5537999652.tar.gz
dotfiles-14b0ca23f0f4b533299bc2881c6dab5537999652.zip
vim: setting the nocompatible option is pointless in a vimrc file.
-rw-r--r--vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index f44e20a..e5c75d2 100644
--- a/vimrc
+++ b/vimrc
@@ -2,7 +2,6 @@
" Basics
filetype on
-set nocompatible
syntax on
set encoding=utf-8