On Mon, May 14, 2007 at 10:11:02AM +0200, Sebastian Menge wrote:
> Am Montag, den 14.05.2007, 10:05 +0200 schrieb Marius Roets:
> > I always uses spaces to indent my code, but a current project requires
> > me to use tabs. How could I make this setting only be in effect for this
> > one project, assuming that the project will always be a in a specific
> > directory.
> 
> :help mksession
> :help tabstop

Of, if in a specific directory means under a directory with
some specific name but possibly in many places do something
like

  au BufNewFile,BufReadPost */projectname/*.[ch] set noet ts=8

BTW tabs suck.

Yeti

--
http://gwyddion.net/

Reply via email to