Josh Hoff
Josh Hoff
Link to things like: - How to run a development version of this plugin locally (for vim-plug you just specify the path: https://github.com/junegunn/vim-plug#example, include an example for pathogen and no...
https://github.com/rking/ag.vim/pull/100#issuecomment-160338687
In April 2016 (see https://github.com/rking/ag.vim/blob/1b6526a4c9071bd86827b62f45df0c3e33d6f83a/autoload/ag.vim#L3)
e.g. remove `\` and `\V` (maybe only if they're at the start/end of the string?) when `-l` or `--literal` is present. Something similar is already being done for `-g` (file...
This could be used for displaying an error message when: - stuff isn't found - the `ag` command didn't work (if it's not installed or `g:agprg` is wrong) And probably...
almost a duplicate of #30, but for `v` instead of `gv`
Running `gv` after `:LAg blah` gives the following: ``` E121: Undefined variable: b:height E116: Invalid arguments for function printf(":normal %d\_", b:height) E15: Invalid expression: printf(":normal %d\_", b:height) Press ENTER or...
Originally reported on the vim_use mailing list here: https://groups.google.com/d/msg/vim_use/L9E3EJqd610/9o1Uq2p_9bwJ .
This'll make more sense when #33 is fixed.
Some windows, like nerdtree windows have special properties, like certain sizes and properties (like not responding to C-w = ). Should we avoid opening results in those windows?