summaryrefslogtreecommitdiff
path: root/usr.bin/vim/proto/misccmds.pro
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-09-21 06:23:56 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-09-21 06:23:56 +0000
commite8e01073071369d33ab4cf61be05bebe5a65566e (patch)
tree2c29b23bfb933e0fa40619f7d1fae430ff2c247e /usr.bin/vim/proto/misccmds.pro
parent584e4bbf452da2934dbaf4b9dc09bd131a1d4cd7 (diff)
update to vim 4.4beta
Diffstat (limited to 'usr.bin/vim/proto/misccmds.pro')
-rw-r--r--usr.bin/vim/proto/misccmds.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/vim/proto/misccmds.pro b/usr.bin/vim/proto/misccmds.pro
index 44df8fea740..275b34d271c 100644
--- a/usr.bin/vim/proto/misccmds.pro
+++ b/usr.bin/vim/proto/misccmds.pro
@@ -1,4 +1,4 @@
-/* $OpenBSD: misccmds.pro,v 1.1 1996/09/07 21:40:29 downsj Exp $ */
+/* $OpenBSD: misccmds.pro,v 1.2 1996/09/21 06:23:53 downsj Exp $ */
/* misccmds.c */
int get_indent __PARMS((void));
int get_indent_lnum __PARMS((linenr_t lnum));
@@ -28,7 +28,7 @@ char_u *skip_to_option_part __PARMS((char_u *p));
char *plural __PARMS((long n));
void set_Changed __PARMS((void));
void unset_Changed __PARMS((BUF *buf));
-void change_warning __PARMS((void));
+void change_warning __PARMS((int col));
int ask_yesno __PARMS((char_u *str, int direct));
int get_number __PARMS((void));
void msgmore __PARMS((long n));
@@ -40,6 +40,7 @@ void home_replace __PARMS((BUF *buf, char_u *src, char_u *dst, int dstlen));
char_u *home_replace_save __PARMS((BUF *buf, char_u *src));
int fullpathcmp __PARMS((char_u *s1, char_u *s2));
char_u *gettail __PARMS((char_u *fname));
+char_u *get_past_head __PARMS((char_u *path));
int ispathsep __PARMS((int c));
char_u *concat_fnames __PARMS((char_u *fname1, char_u *fname2, int sep));
char_u *FullName_save __PARMS((char_u *fname));