Chen Bin

Results 306 comments of Chen Bin

I can't reproduce the issue. What's `M-x evilmi-version`, maybe you can try `2.4.4`?

@JohnsonLee-debug , could you give me more details? A sample ocaml file could help a lot

Can't reproduce the issue. I've tried to toggle `global-tree-sitter-mode` or `global-evil-matchit-mode` several times. ocaml algorithm was not written by me. But looks code is straight forward, `evilmi-ocaml-goto-word-beginning` to get the...

Please note I use `tree-sitter-0.18.0` stable version. Emacs API `scan-sexps` is used to jump between `{}`, `[]`, `()`. If the api fails, it might be the bug of unstable tree-sitter...

Try the new hook `evilmi-jump-hook`, See https://github.com/redguardtoo/evil-matchit#toggle-other-modes-beforeafter-jumping-to-the-matched-tag 2715515 add evilmi-jump-hook (Chen Bin)

Could you give me more details and some minimum example? evilmi version? Have you tested evil-matchit in vanllia emacs? Which package causes the issue? doom emacs version? I will download...

Could you create a minimum cpp file and send it me? You also need `(setq counsel-etags-debug t)`, reproduce the issue and send me emacs output. Besides, as I see from...

3c42153 tested on windows (Chen Bin)

Does `c:\cygwin64\bin\ctags.exe` exist? Have you installed ctags? Or maybe reinstall ctags? What's the result of `(file-executable-p "c:\\\\cygwin64\\\\bin\\\\\ctags.exe")`?