From a3b08acaeb2d5afbd9fbede6bc757c559d8f2865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miros=C5=82aw=20Prag=C5=82owski?= Date: Wed, 2 Apr 2014 21:06:31 +0200 Subject: [PATCH] enabled line numbers --- vimrcs/basic.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 1d01bbce..875a2037 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -411,3 +411,8 @@ function! BufcloseCloseIt() execute("bdelete! ".l:currentBufNum) endif endfunction + +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +" => custom settings +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +set number