summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-02-24 10:40:55 +0100
committerHugues Hiegel <hugues@hiegel.fr>2012-11-29 16:43:39 +0100
commitf0e4201f86a0aab932146a715134d2df1aae7bf6 (patch)
tree469639ff3cb248cfae0a4b96e43c6b5a379ab38b
parent6476cfbbb35bdc5aef36cd340bcc98ad32d61658 (diff)
Expand tabs.
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index bbd981c..e24dd30 100644
--- a/vimrc
+++ b/vimrc
@@ -157,7 +157,7 @@ set mousem=extend
set tabstop=4
set shiftwidth=4
-set noexpandtab
+set expandtab
map U yyp:s/[^ ]/-/g<CR>:noh<CR>
map Y yyp:s/[^ ]/=/g<CR>:noh<CR>