From c224fc199c25dd257673c273eb344786b9bf532c Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Sat, 7 Sep 1996 21:40:33 +0000 Subject: Initial import of vim 4.2. 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. --- usr.bin/vim/proto/linefunc.pro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 usr.bin/vim/proto/linefunc.pro (limited to 'usr.bin/vim/proto/linefunc.pro') diff --git a/usr.bin/vim/proto/linefunc.pro b/usr.bin/vim/proto/linefunc.pro new file mode 100644 index 00000000000..866ca2870ed --- /dev/null +++ b/usr.bin/vim/proto/linefunc.pro @@ -0,0 +1,10 @@ +/* $OpenBSD: linefunc.pro,v 1.1 1996/09/07 21:40:29 downsj Exp $ */ +/* linefunc.c */ +int coladvance __PARMS((colnr_t wcol)); +int inc_cursor __PARMS((void)); +int inc __PARMS((register FPOS *lp)); +int incl __PARMS((register FPOS *lp)); +int dec_cursor __PARMS((void)); +int dec __PARMS((register FPOS *lp)); +int decl __PARMS((register FPOS *lp)); +void adjust_cursor __PARMS((void)); -- cgit v1.2.3