Stephen Finucane

Results 113 comments of Stephen Finucane

Had a look at this. You're right - it's not a small change (in fact it's quite a large one). Off the top of my head, here's some thing that...

At least you're modest :) (1) No. Binary search is pretty much the best search algorithm for this kind of irregular, sorted data. A linear search will almost certainly be...

I don't see this issue myself, so I'm going to need more information here. - What version of the plugin - What does the console show when it fails to...

This is tough for me to do. There are example for Vim, like the aforementioned AutoTag or [`vim-easytags`](https://github.com/xolox/vim-easytags/blob/master/plugin/easytags.vim), but I'm not familiar with Vim script or the Vim API. Would...

What happens if you open a terminal and execute the following: ``` bash ctags --help ``` PS: You can open a terminal by pressing `Ctrl` + `R`, then typing `cmd`.

The biggest problem with this is speed: large ctags already cause sluggish performance when you press `Alt` + `S`. This would likely get worse if you added the overhead of...

I've seen this and it's quite annoying. However, I haven't had a chance to root cause it yet. Would appreciate some investigation into it.