ag.vim icon indicating copy to clipboard operation
ag.vim copied to clipboard

Some mappings don't work in the location list

Open losingkeys opened this issue 11 years ago • 0 comments

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.

losingkeys avatar Feb 25 '14 18:02 losingkeys