Skip to content

Commit

Permalink
Add known limitation to Gotchas section
Browse files Browse the repository at this point in the history
  • Loading branch information
djmoch committed Mar 29, 2017
1 parent 4eb0862 commit ebd23cb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,12 @@ mapping to my `.vimrc`:
`nnoremap <Leader>g :GrepJob!<Space>`

## Gotchas
If `grepprg` is set to `'internal'`, then Vim uses its own builtin grep
command. This still works when you call `:GrepJob`, but not
asynchronously.
1. If `grepprg` is set to `'internal'`, then Vim uses its own builtin grep
command. This still works when you call `:GrepJob`, but not
asynchronously.
2. For simplicity, only one instance of a given executable can run at
once. You can run `make` and `pylint`, but you can't run two
instances of `make`.

## Vim Documentation
Part of the goal of _MakeJob_ is to minimize the size of the plugin by
Expand Down

0 comments on commit ebd23cb

Please sign in to comment.