diff man/viper.texi @ 16:0293115a14e9 r19-15b91

Import from CVS: tag r19-15b91
author cvs
date Mon, 13 Aug 2007 08:49:20 +0200
parents 9ee227acff29
children 4103f0995bd7
line wrap: on
line diff
--- a/man/viper.texi	Mon Aug 13 08:48:43 2007 +0200
+++ b/man/viper.texi	Mon Aug 13 08:49:20 2007 +0200
@@ -1829,6 +1829,12 @@
 @code{vip-replace-region-start-delimiter} to delimit replacement regions,
 even on color displays (where this is unnecessary). By default, this
 variable is non-nil only on TTYs or monochrome displays.
+@item vip-allow-multiline-replace-regions t
+If non-nil, multi-line text replacement regions, such as those produced by
+commands @kbd{c55w}, @kbd{3C}, etc., will stay around until the user exits
+the replacement mode. In this variable is set to @code{nil}, Viper will
+emulate the standard Vi behavior, which supports only intra-line
+replacement regions (and multi-line replacement regions are deleted).
 @item vip-toggle-key "\C-z"
 Specifies the key used to switch from Emacs to Vi and back.
 Must be set in @file{.vip} or prior to loading Viper. This variable can't be
@@ -1904,6 +1910,7 @@
 @vindex @code{vip-replace-overlay-pixmap}
 @vindex @code{vip-replace-region-end-symbol}
 @vindex @code{vip-replace-region-start-symbol}
+@vindex @code{vip-allow-multiline-replace-regions}
 @vindex @code{vip-toggle-key}
 @vindex @code{vip-ESC-key}
 @vindex @code{vip-buffer-search-char}