Browse Source

virc is sourced by vim when invoked as vi.

OPENBSD_2_0
downsj 28 years ago
parent
commit
2f8e1df005
2 changed files with 9 additions and 2 deletions
  1. +2
    -2
      src/etc/Makefile
  2. +7
    -0
      src/etc/virc

+ 2
- 2
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 1996/09/17 07:18:15 deraadt Exp $
# $OpenBSD: Makefile,v 1.27 1996/09/23 05:04:37 downsj Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -17,7 +17,7 @@ BIN1= aliases bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \
daily dm.conf ftpusers ftpchroot gettytab group hosts hosts.equiv \
hosts.lpd ifaliases inetd.conf ksh.kshrc man.conf monthly motd \
myname netstart newsyslog.conf phones printcap protocols rc \
rc.local remote rpc security services shells syslog.conf weekly \
rc.local remote rpc security services shells syslog.conf virc weekly \
etc.${MACHINE}/disktab
# -rw-rw-r--


+ 7
- 0
src/etc/virc View File

@ -0,0 +1,7 @@
" $OpenBSD: virc,v 1.1 1996/09/23 05:04:38 downsj Exp $
" Compatible mode for vim.
set cpoptions=$ esckeys formatoptions=vt history=0 iskeyword=@,48-57,_
set nomodeline nomore noshowcmd noshowmode notagrelative notextauto
set nowritebackup
set undolevels=0 updatecount=0 whichwrap="" wildchar=
:version 4.0

Loading…
Cancel
Save