bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: untabify?


From: Paolo Bonzini
Subject: Re: untabify?
Date: Tue, 08 Dec 2009 14:16:29 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-3.9.b4.fc12 Lightning/1.0pre Thunderbird/3.0b4

     of for vim

       " Don't use tabs by for indentation. Spacer are nicer to work with.
       set expandtab

I also set this for vim:
  filetype indent on
which uses TABs for Makefiles as required.
That doesn't handle Changelogs though, so for
situations like that I also have this setting:
   "Shift-tab to insert a hard tab
   imap<silent>  <S-tab>  <C-v><tab>

I just put "set noexpandtab" in ~/.vim/after/indent/changelog.vim instead.

Paolo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]