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

Some mappings don't work in the location list #50

Open losingkeys opened 10 years ago

losingkeys commented 10 years ago

Running gv after :LAg blah gives the following:

E121: Undefined variable: b:height                                                                                                                                                                
E116: Invalid arguments for function printf(":normal %d\<c-w>_", b:height)                                                                                                                        
E15: Invalid expression: printf(":normal %d\<c-w>_", b:height)                                                                                                                                    
Press ENTER or type command to continue            

All mappings should be double checked to make sure they work in both windows.