rking / ag.vim

Vim plugin for the_silver_searcher, 'ag', a replacement for the Perl module / CLI script 'ack'
1.74k stars 131 forks source link

`go` much slower than `o` #118

Closed ptzz closed 9 years ago

ptzz commented 9 years ago

Typing go takes ~1s while o is instant. Bug or something special happening with the go command?

The go command takes longer than doing the full search again from scratch.

ptzz commented 9 years ago

The problem was a conflict with a got mapping, making go wait for more input before executing.