Results 245 issues of Enno

With ```vim let g:grepper.prompt_quote = 2 ``` under Windows 10, no results are found. That is, if the search term is surrounded by single quotes, then, under Windows 10, no...

addresses https://github.com/mhinz/vim-grepper/issues/224

If `g:grepper.searchreg` is set and `grepper-tools-keys.escape` contains a character which in a magic Vim regex is literal but special when escaped, for example `{`, then escape this character when `changing...

1. What vim version are you using? 8.0.1568 2. Steps to reproduce Open a mail file in Mutt 3. Expected behavior No error messages by matchup 4. Observed behavior The...

bug

Thank you for this helpful utility, especially under `Bash`! The command ```sh cd() { builtin cd "$@" || _commacd_forward "$@"; } ``` preserves `$CDPATH` of `cd`, but does glob paths...

Regarding the Wiki https://github.com/skywind3000/asyncrun.vim/wiki/FAQ#macro--is-expanded-incorrectly-on-windows-if-the-filename-contains-spaces- there is since `has("patch-7.4.191")` the filename modifier `:S`, so `:make %:S` will work.

If `https://github.com/Konfekt/vim-langtool` is called by ```vim compiler langtool AsyncRun -auto=make -program=make ``` instead of ```vim compiler langtool make ``` then an empty line is added after every entry in the...

It seems that the wiki is not editable, so I leave it here: How about adding to the [Wiki page on replacing the make command](https://github.com/skywind3000/asyncrun.vim/wiki/Replace-old-make-command-with-AsyncRun) the options `-strip` and `--silent`...

AsyncRun is an asynchronous version of `!` which accepts a range. For example, `%!cmd %` replaces the buffer by the output of `cmd`. How about including a `-range` parameter in...

enhancement

The status line indicator `g:asyncrun_status` could be more expressive if it contained the command called, for example ``` running grep ``` if `AsyncRun grep` was called.