From 6b900c1511d9a80601a791dbcb0f6cd53c070216 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 3 May 2010 20:00:40 -0700 Subject: [PATCH] F9 formats tabs for writing with tabs --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index aa49406..805fec6 100644 --- a/.vimrc +++ b/.vimrc @@ -261,7 +261,7 @@ else set list listchars=tab:>-,trail:.,extends:> endif endif -map :set nolist listchars +map :set nolist listchars:set noet:set sw=8:set ts=8 " Show lines longer than 80 characters "au BufWinEnter * let w:m1=matchadd('Search', '\%<81v.\%>77v', -1)