Bringing up to version 1.33

Reviewed by:	Sean Eric Fagan
This commit is contained in:
Sean Eric Fagan 1994-08-17 22:18:03 +00:00
parent 49e3cd80ee
commit 57eb4d53f7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2093
33 changed files with 38 additions and 35 deletions

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)getc.c 8.9 (Berkeley) 5/21/94";
static const char sccsid[] = "@(#)getc.c 8.10 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_ch.c 8.13 (Berkeley) 7/27/94";
static const char sccsid[] = "@(#)v_ch.c 8.14 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_delete.c 8.14 (Berkeley) 7/28/94";
static const char sccsid[] = "@(#)v_delete.c 8.15 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_ex.c 8.10 (Berkeley) 8/4/94";
static const char sccsid[] = "@(#)v_ex.c 8.11 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_increment.c 8.9 (Berkeley) 5/21/94";
static const char sccsid[] = "@(#)v_increment.c 8.10 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_init.c 8.26 (Berkeley) 8/8/94";
static const char sccsid[] = "@(#)v_init.c 8.27 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_left.c 8.9 (Berkeley) 7/27/94";
static const char sccsid[] = "@(#)v_left.c 8.10 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_mark.c 8.8 (Berkeley) 7/27/94";
static const char sccsid[] = "@(#)v_mark.c 8.9 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_match.c 8.14 (Berkeley) 7/27/94";
static const char sccsid[] = "@(#)v_match.c 8.15 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_ntext.c 8.120 (Berkeley) 8/15/94";
static const char sccsid[] = "@(#)v_ntext.c 8.121 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_paragraph.c 8.18 (Berkeley) 7/29/94";
static const char sccsid[] = "@(#)v_paragraph.c 8.19 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_put.c 8.9 (Berkeley) 5/2/94";
static const char sccsid[] = "@(#)v_put.c 8.10 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_redraw.c 8.4 (Berkeley) 3/8/94";
static const char sccsid[] = "@(#)v_redraw.c 8.5 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_replace.c 8.18 (Berkeley) 5/21/94";
static const char sccsid[] = "@(#)v_replace.c 8.19 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_right.c 8.8 (Berkeley) 7/27/94";
static const char sccsid[] = "@(#)v_right.c 8.9 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_screen.c 8.12 (Berkeley) 8/8/94";
static const char sccsid[] = "@(#)v_screen.c 8.13 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_scroll.c 8.20 (Berkeley) 7/27/94";
static const char sccsid[] = "@(#)v_scroll.c 8.21 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_search.c 8.32 (Berkeley) 7/27/94";
static const char sccsid[] = "@(#)v_search.c 8.33 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_section.c 8.10 (Berkeley) 7/27/94";
static const char sccsid[] = "@(#)v_section.c 8.11 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_sentence.c 8.15 (Berkeley) 7/27/94";
static const char sccsid[] = "@(#)v_sentence.c 8.16 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_status.c 8.16 (Berkeley) 8/14/94";
static const char sccsid[] = "@(#)v_status.c 8.17 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/param.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_stop.c 8.7 (Berkeley) 3/8/94";
static const char sccsid[] = "@(#)v_stop.c 8.8 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_text.c 8.40 (Berkeley) 8/14/94";
static const char sccsid[] = "@(#)v_text.c 8.42 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>
@ -614,10 +614,13 @@ v_change(sp, ep, vp)
LOG_CORRECT;
/*
* Turn off the VM_RCM flags, inserting text has its own rules for
* cursor positioning.
* 'c' can be combined with motion commands that set the resulting
* cursor position, i.e. "cG". Clear the VM_RCM flags and make the
* resulting cursor position stick, inserting text has its own rules
* for cursor positioning.
*/
F_CLR(vp, VM_RCM_MASK);
F_SET(vp, VM_RCM_SET);
/*
* If not in line mode and changing within a single line, the line

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_ulcase.c 8.8 (Berkeley) 7/15/94";
static const char sccsid[] = "@(#)v_ulcase.c 8.9 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_undo.c 8.10 (Berkeley) 5/7/94";
static const char sccsid[] = "@(#)v_undo.c 8.11 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_util.c 8.10 (Berkeley) 7/18/94";
static const char sccsid[] = "@(#)v_util.c 8.11 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_word.c 8.21 (Berkeley) 7/27/94";
static const char sccsid[] = "@(#)v_word.c 8.22 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_xchar.c 8.8 (Berkeley) 5/21/94";
static const char sccsid[] = "@(#)v_xchar.c 8.9 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_yank.c 8.14 (Berkeley) 5/17/94";
static const char sccsid[] = "@(#)v_yank.c 8.15 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_z.c 8.16 (Berkeley) 7/17/94";
static const char sccsid[] = "@(#)v_z.c 8.17 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)v_zexit.c 8.11 (Berkeley) 8/4/94";
static const char sccsid[] = "@(#)v_zexit.c 8.12 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)vcmd.c 8.39 (Berkeley) 7/28/94";
static const char sccsid[] = "@(#)vcmd.c 8.40 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static char sccsid[] = "@(#)vi.c 8.89 (Berkeley) 8/14/94";
static const char sccsid[] = "@(#)vi.c 8.90 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>