emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emulation/viper-cmd.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/viper-cmd.el
Date: Fri, 31 May 2002 05:26:03 -0400

Index: emacs/lisp/emulation/viper-cmd.el
diff -c emacs/lisp/emulation/viper-cmd.el:1.35 
emacs/lisp/emulation/viper-cmd.el:1.36
*** emacs/lisp/emulation/viper-cmd.el:1.35      Mon Jan  7 23:36:00 2002
--- emacs/lisp/emulation/viper-cmd.el   Fri May 31 05:26:03 2002
***************
*** 2026,2032 ****
    '("" "tex" "c" "cc" "C" "java" "el" "html" "htm" "xml"
      "pl" "flr" "P" "p" "h" "H")
    "*List of suffixes that Viper tries to append to filenames ending with a 
`.'.
! This is useful when you the current directory contains files with the same
  prefix and many different suffixes.  Usually, only one of the suffixes
  represents an editable file.  However, file completion will stop at the `.'
  The smart suffix feature lets you hit RET in such a case, and Viper will
--- 2026,2032 ----
    '("" "tex" "c" "cc" "C" "java" "el" "html" "htm" "xml"
      "pl" "flr" "P" "p" "h" "H")
    "*List of suffixes that Viper tries to append to filenames ending with a 
`.'.
! This is useful when the current directory contains files with the same
  prefix and many different suffixes.  Usually, only one of the suffixes
  represents an editable file.  However, file completion will stop at the `.'
  The smart suffix feature lets you hit RET in such a case, and Viper will
***************
*** 4738,4744 ****
   2 -- MASTER: C-c now has its standard Emacs meaning in Vi command state,
         so most Emacs commands can be used when Viper is in Vi state.
         Good progress---you are well on the way to level 3!
!  3 -- GRAND MASTER: Like 3, but most Emacs commands are available also
         in Viper's insert state.
   4 -- GURU: Like 3, but user settings are respected for viper-no-multiple-ESC,
         viper-ex-style-motion, viper-ex-style-editing, and
--- 4738,4744 ----
   2 -- MASTER: C-c now has its standard Emacs meaning in Vi command state,
         so most Emacs commands can be used when Viper is in Vi state.
         Good progress---you are well on the way to level 3!
!  3 -- GRAND MASTER: Like 2, but most Emacs commands are available also
         in Viper's insert state.
   4 -- GURU: Like 3, but user settings are respected for viper-no-multiple-ESC,
         viper-ex-style-motion, viper-ex-style-editing, and



reply via email to

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