aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorVibhav Pant2017-02-13 17:07:36 +0530
committerVibhav Pant2017-02-13 17:07:36 +0530
commitcb410433e069b5bb450193353c3fea8593a643a9 (patch)
treed2f4269781b4841e5a0c27ec57a5a4fbcec386c0 /lisp/emulation
parente742450427007cdde242c11380dfe32a950fab61 (diff)
parent4b18ef7ba3dd8aae4f3c3bf931365ef7da883baf (diff)
downloademacs-feature/byte-switch.tar.gz
emacs-feature/byte-switch.zip
Merge branch 'master' into feature/byte-switchfeature/byte-switch
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/viper-cmd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el
index 86364282dcf..aa31fac32cc 100644
--- a/lisp/emulation/viper-cmd.el
+++ b/lisp/emulation/viper-cmd.el
@@ -4520,7 +4520,7 @@ One can use \\=`\\=` and \\='\\=' to temporarily jump 1 step back."
4520 (interactive) 4520 (interactive)
4521 (if viper-cted 4521 (if viper-cted
4522 (let ((p (point)) (c (current-column)) bol (indent t)) 4522 (let ((p (point)) (c (current-column)) bol (indent t))
4523 (if (looking-back "[0^]" (1- (point))) 4523 (if (memq (preceding-char) '(?0 ?^))
4524 (progn 4524 (progn
4525 (if (eq ?^ (preceding-char)) 4525 (if (eq ?^ (preceding-char))
4526 (setq viper-preserve-indent t)) 4526 (setq viper-preserve-indent t))