src/Tools/8bit/vim/initvim
author paulson
Tue, 31 Aug 1999 15:58:38 +0200
changeset 7400 fbd5582761e6
parent 1826 2a2c0dbeb4ac
permissions -rwxr-xr-x
new files HOL/UNITY/Guar.{thy,ML}: theory file gets the instance declaration for the overloading of <, while .ML file gets proofs about renaming constants
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1826
2a2c0dbeb4ac Initial revision
oheimb
parents:
diff changeset
     1
#!/bin/bash
2a2c0dbeb4ac Initial revision
oheimb
parents:
diff changeset
     2
2a2c0dbeb4ac Initial revision
oheimb
parents:
diff changeset
     3
stty pass8
2a2c0dbeb4ac Initial revision
oheimb
parents:
diff changeset
     4
2a2c0dbeb4ac Initial revision
oheimb
parents:
diff changeset
     5
vim $*
2a2c0dbeb4ac Initial revision
oheimb
parents:
diff changeset
     6