Chen Bin
Chen Bin
Thanks. Currently we are designing some financial application, the first column is entity, second column is opening balance, the last column is remaining balance, the users want to make these...
65298d8 windows setup (Chen Bin)
You could just setup `~/.ctags`, add more regular expression to extra local variable.
See `counsel-etags-fallback-grep-function` whose default value is `counsel-etags-grep`
a little more complicated than changing build tool name. Let me handle this. This could take a few days, because I need figure out how to extract pre-process flags. Can...
what cpputils-cmake has done is technically easy. find those produced build files (Makefile or build.ninja), use regular expression to extract the full paths of c++ headers, _APPEND_ them to the...
I will solve this next weekend. It will be v0.5.0.
as I tested. Emacs 26.1 is fine. Looks it's wgrep problem.
can't reproduce. make sure your are in `ruby-mode` or `enh-ruby-mode`. Or else, add below line into your "~/.emacs", ```lisp (evilmi-load-plugin-rules '(ruby-mode enh-ruby-mode your-rub-mode) '(simple ruby)) ```
Only simple regex is used in ruby related code. Code should not be impacted by other plugins. What's the `major-mode` in ruby file? Does `M-x evilmi-jump-items` work? Press `C-h k...