alphaCTzo7G
alphaCTzo7G
@FelikZ .. thanks for your help.. Actually I found that `:CtrlPTag` does work for most repos using this plugin, and it vastly speeds up search.. For some reason, if I...
In general `CtrlPTag` works well.. but for certain libraries it fails. I was able to create a small test.. Seems like the problem happens only when there are certain libraries...
@FelikZ , I figured out the root cause.. It because `vim.eval` crashes when the `a:items` contains `BOM` fields. It seems that @ludovicchabant also faced the same issue and had to...
@FelikZ.. actually I was wrong.. it turns out that different files had different problems `_identifier.py` had valid `utf-8` characters.. but `ctags` would take `_identifier.py` and cut certain string incorrectlyhttps://github.com/universal-ctags/ctags/issues/1805 @b4n...
The problem with `misc.html` can be avoided if there is a function in VIML which can parse the string in `a:items` and remove any invalid utf-8 character before passing it...
Appreciate your advice.. the `try.except` that @ludovicchabant implemented might be helpful.. and I will try to see if `vim.eval` can be modified or if there is a function in `vim`...
Yeah.. I would love to see something like a zi or zo to zoom in and out without having to use the cntrl + or control - chrome keys. A...
@zilman , what does the `%s` mean here? Also I have found that `:CtrlpTag` tends to be very slow.. Is there any way to speed it up?
Can you reproduce this issue if you don't use the above settings?
Is this still being worked on.. Something lik this can possibly be incorporated.. https://wiki.python.org/moin/PdbRcIdea