head	1.3;
access;
symbols;
locks
	ids:1.3; strict;
comment	@# @;


1.3
date	2006.11.08.13.29.23;	author ids;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.18.19.50.55;	author ids;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.12.18.46.55;	author ids;	state Exp;
branches;
next	;


desc
@@


1.3
log
@asked for no "modelines" (macro-style command execution, God help us!).
@
text
@"
"	Try to turn off vi[=vim]'s blasted "cleverness" as much as possible.
"	(It's a losing battle - in particular, auto-indenting seems to keep
"	coming alive again at the oddest of moments!)
"

"
"	Ask for no auto-indenting of lines, no "file~" backup files,
"	no "modelines" (macro-style command execution, God help us!),
"	and no storing of vim-usage information across sessions.
"
:set noautoindent nobackup nomodeline viminfo=

"
"	Now, turn off all those damned syntax-specific commands and
"	psychedelic colour schemes!
"
:syntax off
@


1.2
log
@removed spurious empty string syntax for viminfo option.
(It should have been nothing at all, not even ""! The only reason the ""
 didn't have a harmful meaning is that " means start of comment and
 the "" happened to be at the end of the line...)
@
text
@d9 1
d12 1
a12 1
:set noautoindent nobackup viminfo=
@


1.1
log
@Initial revision
@
text
@d11 1
a11 1
:set noautoindent nobackup viminfo=""
@
