Skip to content

Commit

Permalink
Update README with new ubuntu version
Browse files Browse the repository at this point in the history
Also add AsyncMake.
  • Loading branch information
pydave committed May 19, 2012
1 parent 8209f85 commit 04726e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AsyncCommand
AsyncCommand allows you to execute shell commands without waiting for them
to complete. When the application terminates, its output can be loaded into
a vim buffer. AsyncCommand is written to be compatible with Windows and
Linux (tested on Win7 and Ubuntu 10.10).
Linux (tested on Win7 and Ubuntu 11.10).

Currently three types of commands are supported:

Expand All @@ -14,5 +14,7 @@ AsyncShell
run any program and load results in a split
AsyncCscopeFindSymbol, AsyncCscopeFindCalls, AsyncCscopeFindX
cscope commands
AsyncMake
run your makeprg with input arguments and load the results in quickfix

For more information, see :help asynccommand

0 comments on commit 04726e8

Please sign in to comment.