aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-03-28 02:54:19 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2013-03-28 02:54:19 +0100
commit30072977ce488861270e087a3e91eea4dc58e900 (patch)
tree27f9cacdbac822df617615f6b3fe10f2540902c2 /conf
parentconf: add vimrc (diff)
downloadlaurent-tools-30072977ce488861270e087a3e91eea4dc58e900.tar.xz
laurent-tools-30072977ce488861270e087a3e91eea4dc58e900.zip
vimrc: better comments
Diffstat (limited to 'conf')
-rw-r--r--conf/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/vimrc b/conf/vimrc
index a95c2c9..ef10ab3 100644
--- a/conf/vimrc
+++ b/conf/vimrc
@@ -169,7 +169,7 @@ au FocusLost * :wa
" set hlsearch
set guifont="Monospace 9"
-" warren
+" version using tabs
"set tabstop=4
"set shiftwidth=4
"set smarttab
@@ -178,7 +178,7 @@ set guifont="Monospace 9"
"set autoindent
"im :<CR> :<CR><TAB>
-" p1
+" version using spaces
"set tabstop=2
"set shiftwidth=2
"set smarttab