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

Global search and replace for VI

Results 9 greplace.vim issues
Sort by recently updated
recently updated
newest added

Tried adding specific files using `-- ` options ``` set grepprg=git\ grep let g:grep_cmd_opts = "--line-number -- './*' ':!**/node_modules/**' ':!**/gems/**'" ``` But it doesn't seem to work.

The author has set up an official repository at [yegappan/greplace](https://github.com/yegappan/greplace). This unofficial repository can be removed now. [Source](http://www.vim.org/scripts/script.php?script_id=1813) (vim.org)

I think this is a case of PEBKAK and not an actual issue with the plugin, but I'm struggling to get help otherwise, so... As per [this SU query](http://superuser.com/questions/629903/greplace-vim-not-loading-buffers?noredirect=1), I...

In my `.vimrc`: ``` vimrc set ignorecase set smartcase ``` My `:Gsearch` buffer results: ``` # # Modify the contents of this buffer and then # use the ":Greplace" command...

Could you please add a license to this repo (e.g. MIT or Vim license)? Not having a license can prevent people who have corporate policies around only using licensed software...

When I do a Gsearch, Gsearch asks me to `Search in files: *`. If I put any filename extension here, I invariably get the error `Error: Quickfix list is empty`...

Is there a way to globally ignore certain folders? It seems to include folders I have in my wildignore..... Many thanks

I want to search for like '%B %d' (which is fine with ack. Currently Gsearch will raise errors with such term