[implementations-list] [vimpulse/viper] bug: ~ (tilde) doesn't forward char after changing the case of the character at point.

Alessandro Piras laynor at gmail.com
Tue May 18 14:24:04 CEST 2010


(defun vimpulse-invert-char (beg end)
  "Invert case of character."
  (interactive (vimpulse-range nil nil nil nil 'forward-char))
  (vimpulse-invert-case beg end)
  (if (not (eq viper-current-state 'visual-state)) ;; added this two lines
      (forward-char)))

Alessandro Piras


On 18 May 2010 13:17, Alessandro Piras <laynor at gmail.com> wrote:

> no need for further explanations i guess
>


More information about the implementations-list mailing list