emacs及evil正则表达式转义字符能否模拟Vim的简化规则?

;; Set before requiring evil module
(setq evil-magic 'very-magic)
(setq evil-search-module 'evil-search)
(setq evil-ex-search-vim-style-regexp t)
2 个赞