summaryrefslogtreecommitdiff
path: root/usr.bin/vim
AgeCommit message (Collapse)Author
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-02-21numeric variable have to be long as they are used like thatNiklas Hallqvist
1997-01-31add mkcmdtab.o to CLEANFILESkstailey
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-10-15ld is smarter then we are!Jason Downs
1996-10-15Yeah, ok, so I never even bothered to test compile it before...Jason Downs
1996-10-15bug fix from mool via vimdev.Jason Downs
1996-10-15sync with the, uh, real 4.5 release.Jason Downs
1996-10-14Backout a previous change that didn't work, and update to version 4.5.Jason Downs
1996-09-26Make cw handling an option.Jason Downs
1996-09-24Ensure that termcap get's initializaed before window size.Jason Downs
1996-09-24Movement bug fix from mool, via vimdev.Jason Downs
1996-09-22Add ex mode to vim, from eric@rainbow.uchicago.edu via mool@oce.nl.Jason Downs
1996-09-21Two more changes from vimdev: fix shell expansions and add command line exJason Downs
address commands.
1996-09-21Fix pattern match message, from mool@oce.nl via vimdev.Jason Downs
1996-09-21update to vim 4.4betaJason Downs
1996-09-07Add README file from dist.Jason Downs
1996-09-07One more slight fix.Jason Downs
1996-09-07Install the tags, too, and be more verbose.Jason Downs
1996-09-07Initial import of vim 4.2.Jason Downs
This is meant to replace nvi in the tree. Vim, in general, works better, provides more features, and does not suffer from the license problems being imposed upon nvi. On the other hand, vim lacks a non-visual ex mode, in addition to open mode. This includes the GUI (X11) code, but doesn't try to compile it.