Function: vip-goto-mark-and-skip-white
vip-goto-mark-and-skip-white is an interactive and byte-compiled
function defined in vip.el.gz.
Signature
(vip-goto-mark-and-skip-white ARG)
Documentation
Go to mark and skip to first non-white on line.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/vip.el.gz
(defun vip-goto-mark-and-skip-white (arg)
"Go to mark and skip to first non-white on line."
(interactive "P")
(let ((char (read-char)) (com (vip-getCom arg)))
(vip-goto-mark-subr char com t)))