]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Move some settings to EDITOR SETTINGS.
authorSimon Ruderich <simon@ruderich.org>
Tue, 12 May 2009 14:59:46 +0000 (16:59 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 12 May 2009 14:59:46 +0000 (16:59 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 2df92ecac98112065708f014a1c64a349c6da3e2..c9539b6b04150262b369a49d52fa2c4112d1a339 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -1,6 +1,8 @@
 " Vim main configuration file.
 
 
+" EDITOR SETTINGS
+
 " Make sure Vim (and not Vi) settings are enabled.
 set nocompatible
 
@@ -9,9 +11,6 @@ set nocompatible
 set runtimepath-=~/.vim
 set runtimepath^=~/.vim,~/.vim/plugins,~/.vim/runtime
 
-
-" EDITOR SETTINGS
-
 " When completing paths first use the longest path then display a list of all
 " possible files.
 set wildmode=longest,list