From c959bbd64a5c37bab47b73d0ec51a1a6c0d61f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miros=C5=82aw=20Prag=C5=82owski?= Date: Fri, 9 May 2014 20:39:31 +0200 Subject: [PATCH] added nowrap and nocompatible to vim config --- vimrcs/basic.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 875a2037..b0e1fcba 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -416,3 +416,5 @@ endfunction " => custom settings """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" set number +set nocompatible " choose no compatibility with legacy vi +set nowrap " don't wrap lines