From 814da76eeac1abfe9737a0b1b9f2263697735928 Mon Sep 17 00:00:00 2001 From: skimo Date: Mon, 20 Aug 2001 16:05:50 +0000 Subject: [PATCH] document vsplit --- docs/vi.ref/ex.cmd.texi | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/vi.ref/ex.cmd.texi b/docs/vi.ref/ex.cmd.texi index ba9a9355..446f4b6b 100644 --- a/docs/vi.ref/ex.cmd.texi +++ b/docs/vi.ref/ex.cmd.texi @@ -5,7 +5,7 @@ @comment @comment See the LICENSE file for redistribution information. @comment -@comment $Id: ex.cmd.texi,v 8.1 2001/08/18 20:43:47 skimo Exp $ (Berkeley) $Date: 2001/08/18 20:43:47 $ +@comment $Id: ex.cmd.texi,v 8.2 2001/08/20 16:05:50 skimo Exp $ (Berkeley) $Date: 2001/08/20 16:05:50 $ @comment @chapter Ex Description @@ -664,8 +664,8 @@ None. @end deftypefn @cindex edit @deftypefn Command {} {e[dit][!]} {[+cmd] [file]} - @deftypefnx Command {} {ex[!]} {[+cmd] [file]} +@deftypefnx Command {} {vs[plit][!]} {[+cmd] [file]} Edit a different file. If the current buffer has been modified since the last complete write, the command will fail. @@ -684,7 +684,7 @@ command may be used, although the most common use of this feature is to specify a line number or search pattern to set the initial location in the new file. @sp 1 -Capitalizing the first letter of the command, i.e. +Capitalizing the first letter of the command, i.e., @CO{Edit} or @CO{Ex}, @@ -692,6 +692,11 @@ while in @CO{vi} mode, will edit the file in a new screen. In this case, any modifications to the current file are ignored. +@cindex vertical split +@cindex splitting, vertically +@CO{vsplit} is similar, but the screen will be split vertically +to produce the new screen, rather than horizontally. + @table @asis @item Line: If you have previously edited the file, the current line will be set -- 2.11.4.GIT