emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/viper.texi


From: Michael Kifer
Subject: [Emacs-diffs] Changes to emacs/man/viper.texi
Date: Tue, 16 Apr 2002 01:49:14 -0400

Index: emacs/man/viper.texi
diff -c emacs/man/viper.texi:1.24 emacs/man/viper.texi:1.25
*** emacs/man/viper.texi:1.24   Wed Jan  9 20:57:38 2002
--- emacs/man/viper.texi        Tue Apr 16 01:49:11 2002
***************
*** 3691,3699 ****
  @item  &
  Repeat latest Ex substitute command, e.g.
  @kbd{:s/wrong/right}.
! @item C-c /
! Toggle case-sensitive search.  With prefix argument, toggle vanilla/regular
! expression search.
  @item #c<move>
  Change upper-case characters in the region to lower-case.
  @item #C<move>
--- 3691,3704 ----
  @item  &
  Repeat latest Ex substitute command, e.g.
  @kbd{:s/wrong/right}.
! @item :x,yp
! @itemx :g/Pat/p
! @itemx :v/Pat/p
! The above commands display certain buffer lines in a
! temporary buffer. The first form above displays the buffer lines between
! @kbd{x} and @kbd{y}. The second displays the lines of the buffer, which
! match a given pattern. The third form displays the lines that do @emph{not}
! match the given pattern.
  @item #c<move>
  Change upper-case characters in the region to lower-case.
  @item #C<move>
***************
*** 3743,3748 ****
--- 3748,3756 ----
  wrapping around.
  
  @table @kbd
+ @item C-c /
+ Toggle case-sensitive search.  With prefix argument, toggle vanilla/regular
+ expression search.
  @item <count>  /<string>
  To the <count>th occurrence of <string>.
  
***************
*** 4436,4443 ****
  VIP 4.4, by Aamod Sane.  This manual is an adaptation of the manual for VIP
  4.4, which, in turn, was based on Sato's manual for VIP 3.5.
  
! Many contributors on the net pointed out bugs and suggested a number of
! useful features.  Here is a (hopefully) complete list of contributors:
  
  @example
  aaronl@@vitelus.com (Aaron Lehmann),
--- 4444,4453 ----
  VIP 4.4, by Aamod Sane.  This manual is an adaptation of the manual for VIP
  4.4, which, in turn, was based on Sato's manual for VIP 3.5.
  
! Many contributors on the Net pointed out bugs and suggested a number of
! useful features. Scott Bronson and Samuel Padgett contributed patches that
! were incorporated in this code.  Here is a hopefully complete list of
! contributors:
  
  @example
  aaronl@@vitelus.com (Aaron Lehmann),
***************
*** 4452,4458 ****
  dominik@@strw.LeidenUniv.nl (Carsten Dominik),
  dwallach@@cs.princeton.edu (Dan Wallach),
  dwight@@toolucky.llnl.gov (Dwight Shih),
! dxc@@xprt.net (David X. Callaway),
  edmonds@@edmonds.home.cs.ubc.ca (Brian Edmonds),
  gin@@mo.msk.ru (Golubev I.N.),
  gviswana@@cs.wisc.edu (Guhan Viswanathan),
--- 4462,4468 ----
  dominik@@strw.LeidenUniv.nl (Carsten Dominik),
  dwallach@@cs.princeton.edu (Dan Wallach),
  dwight@@toolucky.llnl.gov (Dwight Shih),
! dxc@@xprt.net (David X Callaway),
  edmonds@@edmonds.home.cs.ubc.ca (Brian Edmonds),
  gin@@mo.msk.ru (Golubev I.N.),
  gviswana@@cs.wisc.edu (Guhan Viswanathan),



reply via email to

[Prev in Thread] Current Thread [Next in Thread]