Revert "Fix one of the tags/xref warnings in viper-ex.el"

This reverts commit 4f2f950497.

We can't mix calls to find-tag and xref-find-definitions
This commit is contained in:
Lars Ingebrigtsen 2019-06-19 15:21:20 +02:00
parent 816b91a61a
commit d8c6fa84a0

View file

@ -2017,7 +2017,7 @@ Please contact your system administrator. "
(progn
(if (string= tag "")
(find-tag ex-tag t)
(xref-find-definitions-other-window ex-tag))
(find-tag-other-window ex-tag))
(viper-change-state-to-vi))
(error
(viper-change-state-to-vi)