re-execute last destructive command")
(defconst vip-shift-width 8
- "*The number of colums shifted by > and < command.")
+ "*The number of columns shifted by > and < command.")
(defconst vip-re-replace nil
"*If t then do regexp replace, if nil then do string replace.")
(setq unread-command-events (list char)))
;; as com is non-nil, this means that we have a command to execute
(if (or (= (car com) ?r) (= (car com) ?R))
- ;; execute apropriate region command.
+ ;; execute appropriate region command.
(let ((char (car com)) (com (cdr com)))
(setq prefix-arg (cons value com))
(if (= char ?r) (vip-region prefix-arg)