[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emulation/vip.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emulation/vip.el |
Date: |
Fri, 10 Jun 2005 10:11:18 -0400 |
Index: emacs/lisp/emulation/vip.el
diff -c emacs/lisp/emulation/vip.el:1.31 emacs/lisp/emulation/vip.el:1.32
*** emacs/lisp/emulation/vip.el:1.31 Mon May 16 11:14:13 2005
--- emacs/lisp/emulation/vip.el Fri Jun 10 14:11:18 2005
***************
*** 1342,1348 ****
(defun vip-find-char-forward (arg)
"Find char on the line. If called interactively read the char to find
from the terminal, and if called from vip-repeat, the char last used is
! used. This behaviour is controlled by the sign of prefix numeric value."
(interactive "P")
(let ((val (vip-p-val arg)) (com (vip-getcom arg)))
(if (> val 0)
--- 1342,1348 ----
(defun vip-find-char-forward (arg)
"Find char on the line. If called interactively read the char to find
from the terminal, and if called from vip-repeat, the char last used is
! used. This behavior is controlled by the sign of prefix numeric value."
(interactive "P")
(let ((val (vip-p-val arg)) (com (vip-getcom arg)))
(if (> val 0)
- [Emacs-diffs] Changes to emacs/lisp/emulation/vip.el,
Juanma Barranquero <=